This service implements single logout for SAML 2.0.
http://idp_server:port/affwebservices/public/saml2slo
Identifies the web server and port hosting the Web Agent Option Pack or SPS federation gateway.
At the Identity Provider, these fields are on the SLO tab of the Service Provider Properties dialog.
<servlet> <servlet-name>saml2slo</servlet-name> <display-name>SAML 2.0 Single Logout service</display-name> <description>This servlet is the SAML 2.0 Single Logout service at an IdP.</description> <servlet-class>com.netegrity.affiliateminder.webservices. saml2.SLOService</servlet-class> </servlet> <servlet-mapping> <servlet-name>saml2slo</servlet-name> <url-pattern>/public/saml2slo/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|