function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PouryaPourya 

validating SAMLResponse

I have setup sales force as an identity provider, and I added a simple servlet that prints out the posted data as a service provider..

 

I can see a SAMLResponse being posted to the servlet, but how do I go about validating this?  I also assume I would need to know the username of the person to be logged in..

 

Any help, or code examples (pref in Java) would be a great help.

 

 

Derek

PouryaPourya

incase anyone runs across this in the future, this code helped me a lot..

 

http://support.onelogin.com/entries/512080-saml-toolkit-for-java

 

 

Derek