This service implements the Identity Provider Discovery Profile.
https://idp_server:port/affwebservices/public/saml2ipd/*
Identifies the web server and port hosting the Web Agent Option Pack or SPS federation gateway.
This Service URL is on the IPD tab in the SAML Service Provider Properties dialog.
<servlet> <servlet-name>saml2ipd</servlet-name> <display-name>SAML 2.X Identity Provider Discovery Profile service</display-name> <description>This servlet is the SAML 2.X Identity Provider Discovery Profile service at an SP or IdP.</description> <servlet-class>com.netegrity.affiliateminder.webservices. saml2.IPDService</servlet-class> </servlet> <servlet-mapping> <servlet-name>saml2ipd</servlet-name> <url-pattern>/public/saml2ipd/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|