This service helps implement single sign-on for artifact or POST profile.
https://sp_server:port/affwebservices/public/saml2authnrequest
Specifies the server and port number at the Service Provider hosting the Web Agent Option Pack or the SPS federation gateway.
The authnrequest is a link in an application at the Service Provider. This link initiates single sign-on and must be included in an application.
<servlet> <servlet-name>saml2authnrequest</servlet-name> <display-name>SAML 2.0 AuthnRequest service</display-name> <description>This servlet is the SAML 2.0 AuthnRequest service at an SP.</description> <servlet-class>com.netegrity.affiliateminder.webservices. saml2.AuthnRequest</servlet-class> </servlet> <servlet-mapping> <servlet-name>saml2authnrequest</servlet-name> <url-pattern>/public/saml2authnrequest/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|