
Support
This integration is community supported. Learn more
DigitalOcean
Integrate with DigitalOcean by adding the login option for your Auth0 application
DigitalOcean makes it simple to deploy and scale your applications in the cloud. With the Auth0 + DigitalOcean integration, you can add the option for your users to sign in using their existing DigitalOcean account. DigitalOcean is home to over 1 million active users, so providing the DigitalOcean login option on your Auth0 application is a great way to reduce the time it takes your users to sign up for your application. You'll also be able to grab basic profile information to use in your application.
Support
This integration is community supported. Learn more
Verified Users
Take advantage of DigitalOcean's professional user base by allowing them to sign in to your application using their DigitalOcean login.
Security
You can trust that your users are in safe hands with DigitalOcean's extensive security options including 2FA, SSH keys, and account login history.
User Profiles
Pull user profile data, such as name and email, straight from DigitalOcean by enabling this simple integration.
The DigitalOcean social connection allows users to log in to your application using their DigitalOcean profile.
By default, Auth0 automatically syncs user profile data with each user login, thereby ensuring that changes made in the connection source are automatically updated in Auth0. Optionally, you can disable user profile data synchronization to allow for updating profile attributes from your application.
Prerequisites
Before you begin, sign up for a DigitalOcean Developer account.
Set up app in DigitalOcean
Set up an app using DigitalOcean's Using OAuth Authentication with DigitalOcean documentation. During this process, DigitalOcean will generate a Client ID and Client Secret for your application; make note of these.
While setting up your app, use the following settings:
Field | Value to Provide |
---|---|
Callback URL | https://YOUR_DOMAIN/login/callback |
Find your Auth0 domain name
If your Auth0 domain name is not shown above and you are not using our custom domains feature, your domain name is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus.auth0.com
. For example, if your tenant name were exampleco-enterprises
, your Auth0 domain name would be exampleco-enterprises.us.auth0.com
and your callback URL would be https://exampleco-enterprises.us.auth0.com/login/callback
. (If your tenant is in the US and was created before June 2020, then your domain name would be https://exampleco-enterprises.auth0.com
.)
If you are using custom domains, your callback URL will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback
.
Test connection
You're ready to test your connection.
Support
This integration is community supported. Learn more