Supported Connections
Auth0 provides a large number of Connection types for use with your AI Agents, with more coming soon.View Integrations
Configuring Connections for Token Vault
To enable your GenAI application to call APIs on a user’s behalf, you will need to:1
Obtain client credentials
To enable your application to call APIs on a user’s behalf, you will need to
obtain the Client ID and Client Secret from the Connection you want
to use.
2
Create and configure the Connection
In the Auth0 Dashboard, navigate to Authentication and select the
desired Social or Enterprise Connection type, and configure using
the obtained Client ID and Client Secret.
3
Request the necessary scopes
When configuring the Connection, you need to specify the default scopes
(permissions) your application requires to access the user’s data from the
third-party API.
4
Enable Token Vault on the Connection
Scroll down to the end of the page to the Advanced section and toggle
Enable Token Vault and save the Connection.
5
Enable the Connection for your application
Ensure that the newly configured Connection is enabled for the Auth0
application that represents your GenAI app under Applications >
Applications > [your Auth0 app] > Connections.