I have implemented idp using OpenAM. Now i have to implement sp. I tired using fedlet but couldn't integrate with my existing app. So, i am now trying to write sp from scratch to implement SSO. Can anyone provide steps to implement sp using OpenSAML?
Implement service provider using OpenSAML
1.9k Views Asked by nebula At
2
There are 2 best solutions below
1
On
Why dont you define a SP in OpenAM without the fedlet? If you want to use OpenSAML for it, I have a book, A Guide to OpenSAML, that introduces SAML and the OpenSAML library. I also have lots of examples here on my blog.
If you have a java-based WebApp then using Spring Security SAML extension is quite simple to integrate.