SAML sp-based authentication has following short workflow.
My Question is how sp consume this SAMLResponse token. What is the logic? If I can get some JAVA code help it will be beneficial.
User is redirected to the login page. User enters credentials which are posted to our server-side identity provider. If the user is authenticated, the identity provider returns a SAML response to the client. Client posts the SAML response to the service provider.
Here is how I do it in Java. I use XMLBeans to parse the SAMLResponse, then decrypt it (if it's encrypted) and then verify the signature:
WebBrowserSSOAuthConsumerService
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With