This service enables the consumption of assertions.
https://sp_server:port/affwebservices/public/saml2assertionconsumer
Specifies the server and port number at the Service Provider hosting the Web Agent Option Pack or the SPS federation gateway.
This Assertion Consumer URL is on the SSO tab of the SAML Service Provider Properties dialog at the Identity Provider.
<servlet> <servlet-name>saml2assertionconsumer</servlet-name> <display-name>SAML 2.0 Assertion Consumer service</display-name> <description>This servlet is the SAML 2.0 Assertion Consumer service at an SP.</description> <servlet-class>com.netegrity.affiliateminder.webservices. saml2.AssertionConsumer</servlet-class> </servlet> <servlet-mapping> <servlet-name>saml2assertionconsumer</servlet-name> <url-pattern>/public/saml2assertionconsumer/*</url-pattern> </servlet-mapping>
Copyright © 2012 CA.
All rights reserved.
|
|