Reputation: 1
Is it possible to configure my spring application (which runs on tomcat) as service provider in SAML integration, where identity provider is configured on jboss 7 server? We have several subsystems, integrated via picketlink and now I am struggling to integrate my spring application with them. I wonder if you have some examples / tutorials on how such integration can be implemented.
Upvotes: 0
Views: 114
Reputation: 2744
Spring Security has a SAML extentions spring-security-saml There is also a sample included.
Upvotes: 0