Top "Spring-saml" questions

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

How to configuration of IDP metadata and SP metadata in Spring Security SAML sample?

I want to deal with Spring Security SAML. For this, I start to explore Spring Security SAML. At the beginning, …

java spring spring-security spring-saml opensaml
Signature trust establishment failed for SAML metadata entry

In order to fetch metadata from a remote source, I defined an ExtendedMetadataDelegate bean as follows: @Bean @Qualifier("replyMeta") public …

java spring spring-security saml-2.0 spring-saml
Spring Security SAML - Failed to verify signature

I'm using the Spring Security SAML 2.0 sample webapp on Tomcat 7 and have modified it to try to get it to …

spring-security digital-signature x509 saml-2.0 spring-saml
Single Sign-On in Spring by using SAML Extension and Shibboleth

I'd like to implement a Single Sign-on (SSO) authentication layer in my Spring-based application with the aim of supporting authentication …

spring-security single-sign-on saml-2.0 shibboleth spring-saml
SSL configuration issue with Spring-SAML

I'm trying to set up a SP based on "spring-security-saml2-sample", but when I deploy the WAR file on Tomcat …

spring ssl spring-security saml-2.0 spring-saml
Spring-SAML : Incoming SAML message is invalid

I am facing an issue while integrating my app with SAML. The following is my error: org.springframework.security.saml.…

saml-2.0 spring-saml
SAMLException: InResponseToField of the Response doesn't correspond to sent message

We are working on an application, which is protected with spring security saml. Authentication works fine, but there is one …

spring security spring-security saml spring-saml
spring saml: How is LOGOUT handled? Is it mandatory to have logout endpoint in IDP metadata xml?

I am using Spring SAML implementation. SSO circle metadata xml was having logout endpoint which helps in local logout and …

spring spring-security logout saml-2.0 spring-saml
Error validating SAML message

i'm trying Okta quick start for Java tomcat SAML, I am very new to this topic. When I start my …

saml-2.0 spring-saml okta
How to read value of SAML attribute received from the IdP?

I'm using Spring Security SAML 1.0.1, and I want to know the value of the SAML attribute whose name is "eduPersonAffiliation". …

java spring-security spring-saml