Overview
OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. It allows your application to verify the identity of users and obtain basic profile information in an interoperable and REST-like manner. To learn more and configure a custom OIDC connection with Auth0, see our Connect to OpenID Connect Identity Provider documentation.Configure Token Vault
After creating the connection, at the bottom of the connection settings in the Advanced section, toggle on Enable Token Vault. This allows your connection to retrieve and store access tokens for third-party APIs.Next steps
- To learn how to configure applications to access Token Vault, read Configure Token Vault.
- If your application uses Organizations, authenticate the user with the target organization before initiating the Connected Accounts flow. Connected accounts remain linked to the individual user profile.
- To learn how to get an access token to make a tool call, complete the Call third-party APIs on user’s behalf Quickstart.