Skip to main content

All Questions

-1 votes
1 answer
339 views

Spring security SAML : Which lib to create an Identity provider to connect to service provider

I want to create an identityprovider to authenticate to an sso server using Spring security saml2. Can I create an ID using the 'org.springframework.security:spring-security-saml2-service-provider' ...
user22993862's user avatar
0 votes
0 answers
269 views

Springboot3.0 Saml2 integrated with Microsoft Azure SAML SSO - issue when logout

My code is from this tutorial https://developer.okta.com/blog/2022/08/05/spring-boot-saml My Code: https://github.com/thangdc1910/springboot-saml i can integrate with Okta with no issue, but when i ...
victorDo's user avatar
3 votes
2 answers
1k views

SAML2 and Form based login in same application with Spring Security

I'm trying to figure out how to support both form-based login for most users and saml2-based (spring security 5.4) login for some users in our application. Users accessing app.exampleapp.com should ...
Goran Ehrsson's user avatar
3 votes
1 answer
3k views

Getting https://localhost/myapp/saml/sso redirection throws 404 error - Spring MVC/Okta

I am trying to create SP initiated SSO on Spring MVC application with Okta idp. I am getting 404 after the redirection from idp with failed authentication with the below error message when i am doing ...
Selvakumar's user avatar
0 votes
1 answer
86 views

Is it possible to have dp iniated SSO and sp Initated SSO can co exist in spring saml web app?

I am having a spring SAML application where user will be initiated from the idp at the first time login and during manager override screen, sp will initiate the sso request for the manager to idp. ...
Selvakumar's user avatar
0 votes
1 answer
641 views

SAML based SSO for Authentication and LDAP for authorization - Spring Boot Security

Using Gsuite with Cloud Identity Premium a) Initialized GSuite as iDP as SAML app for SSO b) Secure LDAP client for reading user information and group information for authorization. Really confused ...
sk19810's user avatar
0 votes
1 answer
1k views

HttpServletRequest returns null session after authenticated IDP and redirected to SP

I'm setting up OKTA SAML 2.0 integration with Struts 1.0 in Wildfly 8.1.0. Earlier I had the same setup in JBoss 7 server in which everything works fine. I just replicated the same in Wildfly 8 but ...
ksnagendran26's user avatar
4 votes
1 answer
3k views

Spring SAML: SAMLException: Unsupported request

I am getting Caused by: org.opensaml.common.SAMLException: Unsupported request at org.springframework.security.saml.processor.SAMLProcessorImpl.getBinding(SAMLProcessorImpl.java:265) ~[spring-...
Hutsul's user avatar
  • 1,681
1 vote
0 answers
1k views

SAML SSO integration with Struts 2 based application to make it work as Service Provider

I need to integrate SAML SSO in my struts 2 based application as SP with ADFS as IDP. How to integrate it without Spring Security? If Spring security is best option, how to do that in Struts2 based ...
Krishna Verma's user avatar
1 vote
0 answers
349 views

SAML SP implementation with Jre default key store (cacerts)

I have a web application deployed on tomcat. Now I have integrated SAML auth using spring security with it. I am using SP initiated SAML auth. For this, I have created one key store (JSK) which ...
Niraj Chapla's user avatar
  • 2,169
3 votes
1 answer
649 views

Shibboleth SSO and Spring SP: Unable to login due to "InResponseToField" mismatch error

In my production setup with 2 Service Providers and 2 IdP instances behind a load balancer, I'm seeing the following error in one of my SP's logs and I'm not sure why: InResponseToField of the ...
Maitreya's user avatar
1 vote
1 answer
2k views

Spring security saml

I'm trying to configure spring security saml in my project. I found spring-security-saml-dsl using spring boot. <dependency> <groupId>org.springframework.security.extensions</...
hmzn's user avatar
  • 321
1 vote
2 answers
1k views

Spring SAML Security Integration with Spring Web application

I have integrated our web application using spring security with spring-security-saml 2.0. The Integration works fine I can get the success authentication message from IDP however when i get ...
vipin k.'s user avatar
  • 2,665
5 votes
2 answers
17k views

SAMLException: Response has invalid status code status message is null

Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some days now with this exception happening when SAMLResponnse is sent back from the ...
Omri Shneor's user avatar
0 votes
1 answer
1k views

Unable to create SAML Response from string in java [duplicate]

I've implemented a SAML2 SSO integration with Spring security, and now I'm trying to create a SAMLObject Response from a string() for testing and creating a more robust and safe integration. I've been ...
Omri Shneor's user avatar

15 30 50 per page