Implements single sign-on for SAML 2.0.
http://idp_server:port/affwebservices/public/saml2sso
Identifies the web server and port hosting the Web Agent Option Pack or SPS federation gateway.
This SSO Service field is in the SSO tab of the SAML 2.0 Auth. Scheme Properties dialog.
<servlet> <servlet-name>saml2sso</servlet-name> <display-name>SAML 2.0 Single Sign-On service</display-name> <description>This servlet is the SAML 2.0 Single Sign-On service at an IdP.</description> <servlet-class>com.netegrity.affiliateminder.webservices. saml2.SSO</servlet-class> </servlet> <servlet-mapping> <servlet-name>saml2sso</servlet-name> <url-pattern>/public/saml2sso/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|