We are using a Java based product and using OpenId Connect we are able to authenticate and retrieve an access token for the user. We want to use SAML to authenticate the users (it fits better in our case) but we would still need the OIDC token for integrations with third parties - would it be possible to retrieve the token programmatically once the user is signed in through SAML?
Hi,
You can perform a silent authentication using one of Auth0’s SDKs to get an access token without forcing a redirect/callback.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.