0

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?

nebula
  • 3,932
  • 13
  • 53
  • 82

2 Answers2

0

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.

Stefan Rasmusson
  • 5,445
  • 3
  • 21
  • 48
  • Ok i am little confused here. If i define `SP` in `OpenAM` where will the authentication takes place? I have `LDAP server(with user datastore)` set up in `IDP`. It would be great if the authentication takes place in `IDP` and redirect to my existing app? – nebula Sep 03 '13 at 04:03
0

If you have a java-based WebApp then using Spring Security SAML extension is quite simple to integrate.

Bernhard Thalmayr
  • 2,674
  • 1
  • 11
  • 7