Skip to main content

DigitalOcean OAuth Application Keys

Description#

General#

  • Documentation: https://docs.digitalocean.com/reference/api/api-reference/
  • Summary: Digital Ocean is a cloud infrastructure provider. The Digital Ocean API allows to manage machines and resources in a programmatic way using HTTP requests. All the features available in the control panel are also available via the API. OAuth apps can access users' authorized data using OAuth2 with a client id and secret.
  • IPs allowlist: The only OAuth2 grant type implemented by Digital Ocean is authorization code, which uses a pre-defined callback URL. Only the owner of this URL can complete the OAuth2 authorization flow.
  • Scopes: Each client id and secret is linked to a Digital Ocean OAuth app.

Revoke the secret#

The client secret can be reset and all user tokens generated by the OAuth2 app can be revoked.

Check for suspicious activity#

Users can see a list of all actions (login, resource creation and deletion) that happened in the last 12 months. This can be accessed from the My Profile/Security section of the dashboard.

Details for Digitalocean oauth application keys#

  • Family: Api

  • Category: Cloud Provider

  • Company: DigitalOcean

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.01

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator  banlist_extensions: []  banlist_filenames: []  check_binaries: false  include_default_banlist_extensions: true  ban_markup: true- type: ContentWhitelistPreValidator  patterns:  - (digital[ _-]?ocean|do)- type: ContentWhitelistPreValidator  patterns:  - (id|key)- type: ContentWhitelistPreValidator  patterns:  - secret

Examples#

- text: |    DIGITALOCEAN_CLIENT_ID="f378ae25d4d412f012dfdbba8c1f8683db4ccb755055873d41606b358ce550f0"    DIGITALOCEAN_CLIENT_SECRET="dc01fd6c546ddefc58e33f501152ba3c8242f68529610730f1a808a6d3691625"  client_id: f378ae25d4d412f012dfdbba8c1f8683db4ccb755055873d41606b358ce550f0  client_secret: dc01fd6c546ddefc58e33f501152ba3c8242f68529610730f1a808a6d3691625