Symantec Access Management

  • 1.  CA Single Sign-On problem

    Posted Oct 20, 2017 02:09 AM

    Hi All ,

    I am a programer with C#

    I have a new project
    My Client use CA Single Sign-On, I can not  find where can I download CA Single Sign-on SDK

    how can I get start? thanks

     

    I find sample like below..

    Does siteminder work like webservice?

                CookieContainer emersoncookie = new CookieContainer();

                HttpWebRequest request = (HttpWebRequest)
                WebRequest.Create("https://websiteaddress");

                request.Credentials = new NetworkCredential("username", "password");
                request.CookieContainer = emersoncookie;

                request.Method = "GET";
                HttpWebResponse response = (HttpWebResponse)
                request.GetResponse();

     

    Alvin



  • 2.  Re: CA Single Sign-On problem
    Best Answer

    Broadcom Employee
    Posted Oct 20, 2017 10:08 AM

    You can download your version of SSO sdk from here:

     

    CA Single Sign-On Hotfix/Cumulative Release Index - CA Technologies 

     

    Below Bookshelf link has got all the required details for your to get started:

     

    About the SDK - CA Single Sign-On - 12.52 SP1 - CA Technologies Documentation 

     

    Thanks

    Ashok



  • 3.  Re: CA Single Sign-On problem

    Posted Oct 20, 2017 10:57 AM

    If you get any error while downloading from above link, Kindly follow below steps.

     

    1. login to support site
    https://support.ca.com/us.html

    2. go to download management
    3. enter "CA Single Sign On SDK (SiteMinder)" as product name
    4. search for "CA SiteMinder" Under Product Downloads (if you want CRs, then search under Solution Downloads) then select whichever version you want to download.
    5. select the component which want to download and click on download

     

    Thanks,
    Sharan



  • 4.  Re: CA Single Sign-On problem

    Posted Oct 23, 2017 12:08 AM

    thank you all,

    but the download-center page show We could not find a maintenance contract of your Company for this solution

    and when I go to download management the page show "You are not authorized to view this page. "

     

    I am External vendor

    think Only CA's Partner have the permission to download SDK

    so I should ask SDK for my Client,am I right?

     

    thanks,

    Alvin



  • 5.  Re: CA Single Sign-On problem

    Posted Oct 23, 2017 12:11 AM

    That's right Alvin.



  • 6.  Re: CA Single Sign-On problem

    Posted Oct 23, 2017 01:08 AM

    thank you