How to implement SAML sso using Java, Java EE

I am new to SAML 2.0. I have not been able to find a SAML book on amazon that will help you get started with SAML , especially SAML2.0 .

What I'm looking for end-to-end SSO demo application development using SAML and an identity provider (Open Source) so that I simulate the end to SSO . So, what I mean, create a token from the identity provider, process the SAML response / send the response, etc., and then create 2 or more domains / logins to simulate SSO with success or error message.

Any textbook / book / resource that you know for beginners, intermediate or advanced on SSO with SAML will be appreciated.

Finally, how to use SAML in WS-Security ?

+6
source share
1 answer
+1
source

Source: https://habr.com/ru/post/921448/


All Articles