This service implements sign out service for WS-Federation.
http://rp_server:port/affwebservices/public/wsfedsignout
Identifies the web server and port at the Resource Partner hosting the Web Agent Option Pack or SPS federation gateway.
At the Resource Partner, these fields are on the Signout tab of the WS-Federation Auth. Scheme Properties dialog.
<servlet> <servlet-name>wsfedsignout</servlet-name> <display-name>WS-Federation Signout Service</display-name> <description>This servlet is the WS-Federation Signout service at an RP.</description> <servlet-class>com.netegrity.affiliateminder.webservices.wsfed. SignoutService</servlet-class> </servlet>
<servlet-mapping> <servlet-name>wsfedsignout</servlet-name> <url-pattern>/public/wsfedsignout/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|