This service implements single logout for SAML 2.0.
http://sp_server:port/affwebservices/public/saml2slo
Specifies the server and port number at the Service Provider hosting the Web Agent Option Pack or the SPS federation gateway.
At the Service Provider, these fields are on the SLO tab of the SAML 2.0 Auth. Scheme 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 SP.</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.
|
|