Questions tagged [spring-saml]

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

Spring Security SAML Extension enables integration of Spring applications with all SAML 2.0 Identity Provider products such as ADFS 2.0, Shibboleth, OpenAM/OpenSSO, Ping Federate and Okta.

Official Website: http://projects.spring.io/spring-security-saml/

Useful links:

753 questions
0
votes
1 answer

Error creating bean with name 'org.springframework.security.saml.trust.h ttpclient.TLSProtocolSocketFactory

I am trying to configure my application which should support https only, and I have added the following configuration in the securityContext.xml file:
Kannan
  • 87
  • 3
  • 8
0
votes
2 answers

org.opensaml.saml2.metadata.provider.FilterException: Signature trust establishment failed for metadata entry

I am getting the below exception while I am trying to run my server after configuring my IDP in securityContext.xml. Caused by: org.opensaml.saml2.metadata.provider.FilterException: Signature trust establishment failed for metadata entry I saw there…
Kannan
  • 87
  • 3
  • 8
0
votes
1 answer

Spring Security SAML and ECP

I have java web app using the Spring Security SAML extension (release 1.0), acting as an SP. This SP uses pre-configured metadata and it's worked fine for browser based clients. I'm now trying to add ECP support and I've added the following to the…
AndyB
  • 1,896
  • 2
  • 22
  • 32
0
votes
1 answer

Trying to integrate Struts2 and Spring Security SAML with application using Java Configuration

I'm trying use the Spring Security SAML Extension with my application. I'm having trouble figuring out the proper configuration. In my application, I'm using Spring Java Configuration. Here's my code: web.xml:
NuAlphaMan
  • 713
  • 4
  • 12
  • 25
0
votes
1 answer

Using Spring SAML Extension implementing identity federation

We are trying to use Spring SAML Extension to implement identity federation which is a use case described in Security Assertion Markup Language (SAML) V2.0 Technical Overview (5.4.3 Federation Using Persistent Pseudonym Identifiers). Our application…
0
votes
1 answer

Require encrypted assertion for Spring SAML Service Provider

I am using Spring SAML and have a service provider configured that accepts encrypted assertions. Is there a way to configure the SP so that it rejects assertions that are not encrypted?
0
votes
0 answers

Spring-SAML Authentication Failed: HttpSession returned null object for SPRING_SECURITY_CONTEXT

I'm using spring-saml2-sample app to connect to a Shibboleth IDP. I finally managed to send the correct saml request to the IDP using http post, but after login I get back the following on the SP…
0
votes
1 answer

receiving 404 error with adding a controller to spring saml sample

My goal is to have a link on the page that returns the user to the originating site.I am starting from the spring saml sample http://projects.spring.io/spring-security-saml/ and am adding a new function to the index page. my saml-servlet.xml and…
whatkai
  • 179
  • 1
  • 2
  • 13
0
votes
1 answer

Spring Security SAML autologin for user in domain

I've got application with spring security SAML filters. There is configuration with ADFS 2.0. Server is standing on machine out of domain. I try to login on my App on domain account of user (but window to input domain user principals is displayed).…
0
votes
1 answer

Spring Security SAML integration with ADFS - metadata.xml

I've got question, becouse i'm creating Spring Security filter for application written in EJB3. I added spring security filter chain for this app. I've got configuration from spring-security-saml2-sample.war. It's working ok, but i've got problem…
0
votes
1 answer

“HTTP Status 401 - Authentication Failed: Incoming SAML message is invalid” spring-saml app and VMWare Horizon

We have application using spring saml auth, in combination with VMWare Horizon. We have been successfully using the application, but with the migration to new Horizon Workspace 2.0 there are issues. Below is the debug log from catalina.out. All I…
0
votes
1 answer

Spring Security SAML request is including ^M characters in certificate

I'm using Spring Security SAML 2.0 on Tomcat 7 on Windows platform for the SP. I authenticate against an IDP running on Unix. The certificate part of the SAML request to the IDP is adding ^M characters at the end of each line. The Carriage Returns…
0
votes
1 answer

Spring Security SAML Examples

I'm trying to configure several Spring and Grails applications to use Spring Security SAML, but I can't find good tutorial. Can anyone point me in the right direction?
SGT Grumpy Pants
  • 4,118
  • 4
  • 42
  • 64
0
votes
1 answer

Injecting a File in Spring Java Config

I am trying to configure SAML authentication using Spring's SAML extension. While trying it in the annotation way using Java Configuration. I have a requirement of getting the IDP metadata file and the SP metadata file to create the metadataManager…
dharam
  • 7,882
  • 15
  • 65
  • 93
0
votes
1 answer

session timeout at IDP with spring security saml

Can someone please explain what happens at the SP sessions, when a timeout occurs at the IDP ? How does the SP know to redirect user to IDP to login again ? Does the SP ping the IDP every time a request comes to it ?
user3280968
  • 181
  • 1
  • 8