Symantec Access Management

  • 1.  Custom Mobile login page for site minder

    Posted Jan 19, 2016 09:17 AM

    Hello,

     

    I am new to site minder .My client has got a resource protected by site minder .How should I integrate the it my custom mobile logon with site minder ..Any help apprecitated



  • 2.  Re: Custom Mobile login page for site minder
    Best Answer

    Posted Jan 20, 2016 01:06 PM

    Native Mobile App

    SiteMinder offers a soap & Rest interface for authentication and authorization calls using the Access Gateway (Formerly the Secure Proxy Server).

     

    Browser based Mobile App

    Mobile login form can perform a post to the siteminder login FCC.

     

    Form post example:

    <FORM action="/siteminderagent/forms/login.fcc" method="post" name="loginform" id="loginform">

    <INPUT TYPE="hidden" name="SMENC" value="ISO-8859-1">

    <input type="hidden" name="TARGET" value=<%=request.getParameter("TARGET")%>>

    <input type="hidden" name="SMAUTHREASON" value=<%=request.getParameter("SMAUTHREASON")%>>

    <input type="hidden" name="SMAGENTNAME" value=<%=request.getParameter("SMAGENTNAME")%>>