Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to implement SAML sso using Java, Java EE

I am newbie to SAML 2.0. I was unable to find a book on SAML on amazon which will guide you how to get started with SAML, especially SAML2.0.

What I am looking for an end to end SSO demo app development using SAML and an Identity Provider (Open Source), so that I can simulate end to SSO. So what I mean by that is, generate a token from Identity provider, process SAML message/send response back etc and then create 2 or more domain/logins to simulate SSO with success or error message.

Any tutorial/book/resource you know for novice to intermediate or advance on SSO with SAML will be appreciated.

Lastly how to use SAML in WS-Security?

like image 580
jamesT Avatar asked Jul 27 '12 03:07

jamesT


1 Answers

As a starting point you might want to have a look at this page from CAS wiki: https://wiki.jasig.org/pages/viewpage.action?pageId=6063484

or this page from Google: https://developers.google.com/google-apps/sso/saml_reference_implementation

like image 107
n0rm1e Avatar answered Oct 04 '22 20:10

n0rm1e