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")%>>