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?
asier
1
Hi,
You can perform a silent authentication using one of Auth0’s SDKs to get an access token without forcing a redirect/callback.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Using SAML response to get a JWT access token | 4 | 9520 | August 20, 2021 | |
| Obtain WS-Fed SAML token with OIDC Access Token (without involvement of a browser) | 11 | 4640 | October 8, 2020 | |
| Get Auth0 token to access api from Salesforce, when Salesforce is IdP | 6 | 1692 | November 6, 2023 | |
| Receive a SAML token and redirect to a client application | 1 | 5440 | May 11, 2017 | |
| How to login through a SAML-connection using the auth0-python library? | 2 | 5753 | February 22, 2019 |