4

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.

sth
  • 222,467
  • 53
  • 283
  • 367
Brian Lyttle
  • 14,558
  • 15
  • 68
  • 104

2 Answers2

4

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

sth
  • 222,467
  • 53
  • 283
  • 367
Ian
  • 4,227
  • 18
  • 19
1

https://domain/sp/ACS.SAML2

Bobby
  • 34
  • 1