Connect DigitalOcean to Auth0
1
DigitalOcean setup
- Sign up for a DigitalOcean account if you don’t already have one.
- Visit the OAuth Applications page in your DigitalOcean control panel.
- Click Register OAuth Application to create a new OAuth application.
-
Fill in the application details:
- Name: Enter a descriptive name for your integration
- Homepage URL:
https://YOUR_AUTH0_DOMAIN - Application description: Brief description of your application
- Callback URL:
https://YOUR_AUTH0_DOMAIN/login/callback
You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains. - Click Register OAuth Application and note your Client ID and Client Secret.
2
Auth0 setup
Token Vault configuration example
To configure the Token Vault for your DigitalOcean connection, you can use the following code snippet in your application: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 other’s APIs on user’s behalf Quickstart.