python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Using Spring Security to convert a SAMl2.0 token into a JWT/OIDC
I am working on a team that needs to add OIDC (JWT/id token) support to an existing Java Spring application using SAML2.0. Do you all have any suggestions or resources to help tackle this problem?
Fro...

Tony Pendleton
Votes: 0
Answers: 1
Okta SAML 2.0 dynamic configuration in spring boot
Is there a way to add a new IDP at runtime from database while using Spring Security Extension for SAML 2.0.
Actually we have enterprise application, so each enterprise have separate authentication OK...
Ankit Dabhi
Votes: 0
Answers: 0
How to enable signing of SAML2 AuthNRequest
We have a spring boot application with Saml2 configured for authentication.
We are having hard time configuring signing of Saml2 AuthNRequest, which gets rejected for that reason at IDP (which is ADFS...

Mika Riekkinen
Votes: 0
Answers: 2
How Spring SAML Works if assertion expires
I have integrated wso2 IS 5.11 with Spring SAML. After login the SAML response contains 5 minutes of assertion expiry. But if the same user uses the application for more than 5 minutes. There is no as...
rahul
Votes: 0
Answers: 1