tags:

views:

937

answers:

3

Can anyone recommend one? Thanks -Morgan

A: 

I used Spring Security, which is incredibly easy to use.

cdecker
A: 

thanks Snyke, Is Spring Security an alternative, or does it impliment SAML?

morgancodes
+2  A: 

Not sure about a SAML identity provider as a servlet filter, but you might want to look at OpenSSO's 'Fedlet' - it's a lightweight Java service provider implementation. You can use it with any SAML identity provider, so it might fit the bill for the SP side.

metadaddy