![]() |
VOOZH | about |
Datadog uses the OAuth 2.0 (OAuth2) Authorization Framework to allow users to securely authorize third-party applications’ access to restricted Datadog resources on behalf of the user. The access that applications have is determined by scopes, which enable users to grant explicit consent for a specific set of granular permissions requested by the application.
An OAuth2 client is the component of an application that enables users to authorize the application access to Datadog resources on the user’s behalf. OAuth2 defines two types of clients: public and confidential.
client_secret to make authorization requests. OAuth clients for integrations are confidential clients.When you create an OAuth client, a set of client credentials is issued in the form of a client ID, and optionally, a client secret for confidential clients.
Additional helpful documentation, links, and articles:
| |