Top "Spring-saml" questions

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

trusted certificate entries are not password-protected Spring SAML

I have generated testIdp.cer file by copying 509 entry of the IDP I am planning to connect. Then I created …

spring ssl spring-security x509 spring-saml
Issues while integrating ADFS with Spring SAML Extension

I am working on integrating Spring SAML Extension within our appliaction and for SSO with one of our client's ADFS2.0 …

adfs2.0 spring-saml
"HTTP Status 401 - Authentication Failed: Incoming SAML message is invalid" with Salesforce as IdP for implementating SSO

I've implemented SSO using Spring SAML and everything is working fine. It worked with the following IDP's till now: 1) idp.…

spring-security salesforce single-sign-on saml-2.0 spring-saml
HttpSession returned null object for SPRING_SECURITY_CONTEXT

I'm trying to integrate the Spring Saml library in a sample webapplication, using Shibboleth as IDP. I'm able to load …

spring spring-security saml-2.0 opensaml spring-saml
Recipient endpoint doesn't match with SAML response

Usually my Spring SAML-based Service Provider (SP) implementation works fine, but sometimes it returns this error: [2014-07-17 16:00:58.767] boot - 1078 …

spring spring-security saml saml-2.0 spring-saml
ADFS spring-saml No AssertionConsumerService is configured on the relying party

saml with an ADFS idp. rutime error, the sp non-signed metadata was imported without problems in adfs idp but i'm …

adfs2.0 spring-saml
Spring Security SAML Implementation

I am starting with new Spring project where i am planning to use SSO. I have red the blogs and …

java spring-mvc saml spring-saml
configuring saml-sample (SP) to work with Okta (IdP)

Okta is an IdP for SAML logins. I have a super-admin user of Okta. I try to use Spring's saml-sample …

spring-security saml-2.0 spring-saml
No IDP was configured, please update included metadata with at least one IDP

I'm trying to execute Spring Security SAML Sample application following all steps referenced here : http://docs.spring.io/autorepo/docs/…

spring security saml spring-saml
IDP initiated SAML login error - Authentication statement is too old to be used with value

We are using ADFS as an IDP and our application acts as SP. Below is a sample Auth response <?…

spring spring-security saml-2.0 spring-saml