I have succesfully tested the Spring Saml example to validate against SSO Circle. I wanted to change the IDP to Ping and followed the steps mentioned in this post Configuring Spring SAML for SSO with PingFederate
On successful login, I am brought back to the discovery page at server/saml-sample/saml/discovery/alias/defaultAlias?entityID=entity id
I am expecting to see the information sent back from Ping like General information, Principal's Attributes, Subject confirmation etc. What am I missing.
Appreciate any help in this regard as there is very little information available.
Update : Sharing the log file
The log is too long to be pasted here. I have uploaded it on dropbox
https://www.dropbox.com/s/fe0y252ypnqa2m7/log.txt
Thanks
Based on your HTTP dump it seems that the URL to which Ping sends the response is wrong. The log says that the SAML Resposne is sent to Request URL:http://server/saml-sample/
, while the correct URL should be Request URL:http://server/saml-sample/saml/SSO
.
This would explain why isn't there any mention of a received SAML Resposne in your logs and use is send directly back to the entry point.
You will need to update your Ping configuration to use correct URLs of your service provider.