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:

728 questions
-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,622
  • 1
  • 13
  • 29
-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

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
votes
2 answers

How to resolve issue of Error decoding incoming SAML message?

I am getting error Error decoding incoming SAML message for SAML request. I have configured the ADFS 2.0 , windows server 2008 , SAML 2.0. and SSO is working well using SAML 2.0 Now my client need windows server 2012 and they have configured it and…
-2
votes
1 answer

Spring security SAML IDP initiated SSO

I m new in Spring Security SAML can someone please explain how to implement IDP initiated SSO in spring security by SAML(step by step) whenever my IDP server is ADFS and who will provide metadata Please help Thanks in advance
-3
votes
0 answers

Best Identity provider for my requirement

I will explain my requirement now: I have a web application (named A) which uses spring security as the authentication method, each client has own database and many users. I want to authenticate each user with our support account in hubspot. Hubspot…
youslam
  • 1
  • 1
  • 2
-3
votes
1 answer

Spring Security Java Configuration IS_AUTHENTICATED_FULLY

I need to turn the XML configuration into java how can I do for this part please
liams62217
  • 133
  • 2
  • 5
1 2 3
48
49