Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to DigitalOcean for cloud infrastructure management, droplet control, and resource provisioning.
PropertyValue
Provider IDdigitalocean
CategoryCloud & Infrastructure
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a DigitalOcean OAuth App

1

Go to the DigitalOcean API Applications page

2

Create a new application

Click Create Application and enter the application name and description.
3

Configure the redirect URI

Add the Alter callback URL (from the Developer Portal) to the Callback URL field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add DigitalOcean provider

Go to OAuth Providers > Add Provider > DigitalOcean.
3

Enter credentials

  • Client ID: Paste your DigitalOcean Client ID
  • Client Secret: Paste your DigitalOcean Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
readRead-only access to account and resources
read_writeFull read and write access to account and resources

Notes

  • DigitalOcean uses read and read write (space-separated) internally. Alter Vault normalizes read_write to the correct format automatically.
  • See the DigitalOcean OAuth API documentation for more details.