Symantec Access Management

  • 1.  Siteminder Custom HTML and Custom Authentication scheme

    Posted Apr 12, 2013 04:21 AM

    I have created an HTML authentication scheme which will redirect user to custom JSP page. This JSP page will post to login.fcc - the user name and password and other attributes I need.
    The authentication has to be done via a Custom Authentication scheme. I have created the custom authentication scheme.

    However I am unable to figure out how the credentials posted to login.fcc can reach the custom authentication scheme. ie. how do I call the custom authentication scheme after post to login.fcc.

    Thanks.

    Megha



  • 2.  Re: Siteminder Custom HTML and Custom Authentication scheme

    Posted Nov 14, 2016 11:36 AM

    Hi Megha, 

     

    Below are some knowledge docs you can refer to: 

     

    # User is not re-directed back to a Custom Login Form after a POST:
    http://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.tec451680.html

     

    # How to use custom fcc page and post details to login.fcc :
    https://communities.ca.com/thread/241737399

     

    # Credential Manager Explained:
    http://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.tec541444.html

     

    Regards,

    Swathi



  • 3.  Re: Siteminder Custom HTML and Custom Authentication scheme
    Best Answer

    Posted Nov 14, 2016 06:28 PM

    Hi Megha,

     

    What you need to follow is this guide :

    Tech Tip : CA Single Sign-On :Policy Server:How to collect additional attribute using custom authentication 

     

    However, instead of using the login.fcc form , if you want to use custom login page (say login.jsp) you will need modify the custom login page url in the parameter section as below .

     

     

    Next, for a sample on how this custom login.jsp can post to login.fcc you need to refer to following :

    Custom Login Page 

     

    If you need to implement some debugging (which I am sure you will need) for your custom authentication scheme, please refer this :

    Tech Tip - CA Single Sign-On:Policy Server:Custom Authentication scheme Debug Logging 

     

    Let me know if any questions.

     

    Regards,

    Ujwol Shrestha