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
0 answers

Spring saml hits idp on every request

I have been integrating my web application developed in spring with spring saml for single sign on. Followed the tutorial on this link. Its working as expected. Authenticating user and redirecting to my application. The only issue I'm facing is on…
Mahesh Gosemath
  • 416
  • 1
  • 4
  • 12
0
votes
1 answer

Change type of authentication using Spring Security SAML Extension

I've tested the Spring Security SAML Extension for integration in my project and it looks good for me. But I have one problem with this implementation: How can I change the authentication to a form based login? I have an application with a login…
0
votes
1 answer

LDAP user groups

How can I get users group list (as attribute) that user belongs too. I want to use LDAP server as SAML auth source and then I want to map LDAP attributes to SAML attributes and use them in spring-saml authentication for J2EE application group based…
freeland
  • 171
  • 3
  • 18
0
votes
1 answer

Spring Security SAML extension with OPENAM

So here is the scenario. I have my web app <==> IDP Proxy <==> IDP. Where both IDP proxy and IDP are openam instances. The ideas is we may add our additional IDPs (From other clients) so we want a proxy to shield the complexity. So here IDP Prxy is…
Reddymails
  • 793
  • 1
  • 10
  • 24
0
votes
1 answer

java.lang.VerifyError: org/springframework/beans/factory/xml/XmlBeanDefinitionReader.setEntityResolver(Lorg/xml/sax/EntityResolver;)V

I am trying to integrate spring saml extension with our JSF 2.0 web application. I get this strange error. I was able to deploy the sample application thats at https://github.com/SpringSource/spring-security-saml which is Spring mvc app "…
Reddymails
  • 793
  • 1
  • 10
  • 24
0
votes
0 answers

Spring-Security Redirect Error

I am working on Vaadin spring-security SAML authentication system. The problem is - when user goes to vaadin app address (if it is not authenticated) it has to be redirected to IDP login page. But in place of this redirection (the address changes in…
freeland
  • 171
  • 3
  • 18
0
votes
1 answer

Spring SAML implementation cannot resolve reference to bean

On my Vaadin application project I want to integrate spring-security-SAML extension. I downloaded source code from spring security extension page. Based on manual I packaged extension using mvn package and deployed it on local maven repository using…
freeland
  • 171
  • 3
  • 18
-1
votes
1 answer

Sending SAML response to application for testing purposes?

I have to implement SAML Idp initiated flow for my project. I have used https://www.ssocircle.com/en/ and spring-saml to implement this. Now i want easy way to simulate SAML response from Idp in my project. I have captured SAML response ( xml…
Viraj
  • 5,083
  • 6
  • 35
  • 76
-1
votes
1 answer

No 'Access-Control-Allow-Origin' header is present on the requested resources SAML Federation

i have this problem in production enviromment, it's happened because i'm trying to redirect user to federation to authenticate, i'm using SAML authentication && IBM IHS console log of cors
-1
votes
1 answer

Spring Security SAML Extension integrate ADFS 3.0 with other claims provider

I follow chapter 12.0 instructions about using spring with adfs as IdP from here : http://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x-SNAPSHOT/reference/htmlsingle/#chapter-idp-guide And I can successfully login the appliation with the…
陳光禹
  • 1
  • 3
-1
votes
1 answer

SAML Spring Security session timeout

I have configured SAML SSO which is working fine. When session is expired it gives following in log. 2017-04-15 15:14:16,933 [http-nio-7070-exec-8] INFO org.springframework.boot.actuate.audit.listener.AuditListener - AuditEvent [timestamp=Sat Apr…
Hardik Pithva
  • 1,729
  • 1
  • 15
  • 31
-1
votes
1 answer

SAML LOGOUT Error when user clicks on logout after inactivity of more than hour or 2

We are using Spring SAML Solution : we are having issues while SAML LOGOUT We invoke URL : /saml/logout without any inactivity it works normally and logout the user but when we invoke same urlafter 1 or 2 hours of inactivity it thows stack overflow…
-1
votes
1 answer

Is spring-security-saml project still actively developed?

Is the spring-security-saml extension still being developed/maintained? It has very good documentation and codebase but it looks like there is only one maintainer and recently all the activities has decreased. I mean the project looks like in a good…
-1
votes
1 answer

SAML payload url encoding after Base64

In a IDP initiated environment the payload is not able to decode it. Getting exception in decoder.decode(samlContext); So after analysing I found that the payload is encrypted with URL encoding after Base64 encoding. Any way there if I can consume…
Vawani
  • 399
  • 10
  • 25
-1
votes
1 answer

Can I get / How can I get the full user profile and roles from OpenAM after authentication?

My project authentication use OpenAM with Spring Security and SAML extension. It's work fine. I implemented the SAMLUserDetailsService interface, get back the uid (user id) from OpenAM (nameid-format:unspecified). It's ok too, but I need the user…
Cs. Lep
  • 3
  • 1
1 2 3
50
51