Top "Spring-saml" questions

Spring Security SAML Extension enables seamless inclusion of SAML 2.0 Service Provider capabilities in Spring applications.

SAMLException: Response has invalid status code status message is null

Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some …

spring-security single-sign-on saml-2.0 spring-saml opensaml
"Signature did not validate against the credential's key" with Junos as IdP

I've implemented SSO using Spring SAML and everything is working fine for an interaction with idp.ssocircle.com. Now I …

spring spring-security saml-2.0 spring-saml
Configure Spring Security SAML to use SHA-256 as secure hash algorithm

I'm working on an integration between Spring SAML and Microsoft ADFS 3.0. Even it is already stated in the documentation of …

spring-security spring-saml
java.io.IOException: Invalid keystore format Spring Security SAML Extension

I have successfully gotten the Spring Security SAML Extension sample application to run. Now, I'm trying to integrate it into …

spring spring-security spring-saml
Spring Security SAML + HTTPS to another page

I created a project with Spring Security SAML. I need to write a code (same project), which connects with another …

java spring spring-security saml spring-saml
Spring Security on Wildfly: error while executing the filter chain

I'm trying to integrate Spring Security SAML Extension with Spring Boot. About the matter, I did develop a complete sample …

spring spring-security wildfly spring-saml undertow
Multiple pre-auth filters in Spring Security?

I have a need to have multiple PRE_AUTH Spring Security filters. In particular I need to use a PRE_…

spring-security saml pre-authentication spring-saml
Processing SAML response with Spring SAML

I developed a Service Provider by using Spring SAML. I've configured several IdPs, each of them with a different naming …

spring saml saml-2.0 spring-saml
Spring Security SAML plugin - No hosted service provider is configured exception

I am trying to integrate SAML SSO with Spring Security using Spring Security SAML extension. Before, I succeeded to run …

java spring spring-security spring-saml
Spring SAML Extension and Spring Security CSRF Protection Conflict

We have a Spring MVC (4.0.5) application with Spring Security (3.2.4) which includes CSRF protection which works fine. We are now adding …

spring-mvc spring-security spring-saml