The Federation Web Services application supplies the following services:
For SAML 1.x POST and artifact profiles, the intersite transfer URL is a producer-side component that transfers a user from the producer to the consumer.
http://producer_server:port/affwebservices/public/intersitetransfer
Identifies the web server and port number of the system at the producer hosting the Web Agent Option Pack or the SPS federation gateway.
Include the URL in a hard-coded link on a page at the producer.
<servlet> <servlet-name>intersiteTransferService</servlet-name> <display-name>Intersite Transfer Service</display-name> <description>This servlet acts as the Intersite Transfer URL.</description> <servlet-class>com.netegrity.affiliateminder.webservices. IntersiteTransferService </servlet-class> </servlet> <servlet-mapping> <servlet-name>intersiteTransferService</servlet-name> <url-pattern>/public/intersitetransfer/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|