Giorgi Kvitsiani
Giorgi Kvitsiani

Reputation: 1

Spring and Jboss SAML Integration

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

Answers (1)

Bernhard Thalmayr
Bernhard Thalmayr

Reputation: 2744

Spring Security has a SAML extentions spring-security-saml There is also a sample included.

Upvotes: 0

Related Questions