This service implements sign out service for WS-Federation.
http://ap_server:port/affwebservices/public/wsfedsignout
Specifies the server and port number of the system at the Account Partner. The system is hosting the Web Agent Option Pack or the SPS federation gateway, depending on which component is installed in your federation network.
At the Account Partner, these fields are on the Signout tab of the Resource Partner 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 AP.</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.
|
|