If a specific identity provider or service isn’t available out of the box, Auth0 allows you to create custom social connections. This is particularly useful for integrating with proprietary systems, regional services, or specialized OAuth2 providers.To learn more and configure a custom OAuth2 connection with Auth0, see our Connect Apps to Generic OAuth2 Authorization Servers documentation.
You will need to configure your connection so it can retrieve and store access tokens for third-party APIs. Auth0’s Token Vault organizes the access and refresh tokens of federated connections in secure tokensets. Applications can then access the Token Vault to retrieve access tokens to call third-party APIs.To learn more, read Configure Token Vault.