tags:

views:

526

answers:

2

Hi All, We need to implement Identity provider implementation of opensaml2.0 for our project. Is there anybody has idea on how to start with... Your response is much appreciated...

+1  A: 

Here are two great links that helped me get started

http://code.google.com/apis/apps/sso/saml_reference_implementation.html

and

http://code.google.com/apis/apps/sso/saml_reference_implementation_web.html

Jason Sperske
I'm currently building a SAML Service provider.
Jason Sperske
+1  A: 

I am currently using OpenSAML by "Internet2". I don't know much about them but we've been using their libraries for a while without any problems. The documentation on the OpenSAML1 version are non-existent ... but support for OpenSAML2 is much better.

You may also find some of the commercial product useful (taken from their site):

raiglstorfer