开发者

SAML 2.0 assertion response URL for Ping Federate 6.1 service provider

开发者 https://www.devze.com 2022-12-15 18:09 出处:网络
A supplier uses Ping Federate for SAML开发者_开发技巧-based single sign-on. I\'ve got some custom SAML 2.0 code which implements a rudimentary identity provider. I\'m doing IDP-initiated SSO with URL

A supplier uses Ping Federate for SAML开发者_开发技巧-based single sign-on. I've got some custom SAML 2.0 code which implements a rudimentary identity provider. I'm doing IDP-initiated SSO with URL and HTTP Post. The PF service provider is at https://domain/sp/startSSO.ping. What URL should I be posting my response (assertion) to on the PF server?

I think the official name for the URL I need is the Assertion Consumer Service (ACS) endpoint.


Actually, this value is case sensitive for PingFederate. The value you should use is "/sp/ACS.saml2".


https://domain/sp/ACS.SAML2

0

精彩评论

暂无评论...
验证码 换一张
取 消