Skip to main content
0 votes
0 answers
155 views

My enterprise application code was working earlier for a long time, but without any change to it the SSO Logout for the SAML protocol using Keycloak (version 26.0.0) has stopped working. Basically, I ...
ashtrix-001's user avatar
0 votes
0 answers
23 views

I'm testing my Spring servlet application for an AP-initiated SLO, and I get a 500 error from the Asserting party when I return a success message in SamlLogoutResponse. The AP logs indicate that the ...
Kartik's user avatar
  • 83
0 votes
0 answers
89 views

I have an older version of my app that I upgraded to SpringBoot 3.5.x and the SAML ACS URL changed after upgrading. So I used urlrewrite to forward the request from the old URL to the new URL. ...
chubbsondubs's user avatar
  • 39.5k
0 votes
0 answers
146 views

We want to publish a multitenant app for external tenant users. Right now, We've already established a single-tenant mechanism for our web application using spring-security-saml2-service-provider 6.3....
Eka's user avatar
  • 41
0 votes
0 answers
93 views

I am trying to implement JWT authentication to one particular endpoint. I have SAML authentication already in place. Spring Boot Version - 2.7.18 com.auth0 (java-jwt) version - 4.4.0 com.auth0 (jwks-...
Heyyou's user avatar
  • 281
0 votes
0 answers
76 views

So I has set up a SAML based SSO using azure as IDP and a springboot application as service provider. I have setup an azure application, enabled SAML and got the metadata URI. I have also set the ...
Ganesh Ram's user avatar
1 vote
2 answers
504 views

After building my vite project and integrating it into my java spring boot application. I am messing around with cors configurations. When haven no configuration, I can login via SAML SSO where i have ...
Fennix 900's user avatar
3 votes
1 answer
197 views

Background In an application where spring-security-saml2-service-provider was upgraded from 6.3.x to 6.4.1, I am experiencing a change in behaviour where I'm struggling to access the list of encrypted ...
Kim's user avatar
  • 41
2 votes
1 answer
374 views

We are using Spring Security SAML Extension Project. But we are experiencing some weird issue with the users as stated below, We have set the maxAuthenticationAge to 8 hours in the ...
Heyyou's user avatar
  • 281
0 votes
0 answers
152 views

I have set up a simple Gradle project with springboot and SAML integration which works perfectly fine, but when i try to use maven (a database server which is in development uses maven) and use the ...
Fennix 900's user avatar
1 vote
1 answer
163 views

I have problem running a SAMl2 SP behind reverse proxy running OpenSAMl with Spring security 6. When running locally from own computer this works as it should. When running behind proxy it seems the ...
knocker_d's user avatar
  • 616
0 votes
1 answer
435 views

I could obtain the RelayState in Spring SAML 1 by accessing the SAMLCredential through the SecurityContext. SAMLCredential saml = (SAMLCredential) SecurityContextHolder.getContext() ...
SirKM's user avatar
  • 70
1 vote
1 answer
88 views

I have a website www.example.com. I have few clients (businesses) using my website, let's say they are C1 (www.c1.com), C2 (www.c2.com) and C3 (www.c3.com). I want to enable Okta SAML authentication ...
Mayank Sinha's user avatar
0 votes
0 answers
178 views

I want to populate the username in the Okta login form using SAML. So far I found out that it can be achieved using Subject tag, but I did not manage to make it work. Has anyone done it and can give ...
Squizy's user avatar
  • 1
3 votes
0 answers
479 views

The requirement is to implement Single Sign On(SSO) with SAML using Spring Authorization Server, based on Service Provider(SP) initiated flow. Does Spring Authorization Server support SSO with SAML? ...
pradhan's user avatar
  • 43

15 30 50 per page
1
2 3 4 5
51