tags:

views:

1018

answers:

3

I'd like to write an web application which does authetification using SAML 2.0 tokens issued by an identity provider. I understand according to this question that there is a viable solution in the PHP world using simpleSAMLphp. Is there a equivalent method in the Java world? Are there out of the box solutions and/or tutorials for common servlet containers or application servers?

Thanks :-)

+2  A: 

You can try the OpenSAML project, it provides a Java library for creating & validating SAML tokens

https://spaces.internet2.edu/display/OpenSAML/Home/

LiorH
+1  A: 

Everything you need is at the OpenSSO site.

Andrew Strong