dynatrace-oauth2

Dynatrace OAuth2 credentials

Package Information

Downloads: 0 weekly / 8 monthly
Latest Version: 0.2.1
Author: Phenisys

Documentation

Dynatrace OAuth2 API - n8n Credential Node

This project provides a custom n8n credential node for authenticating with Dynatrace APIs using the OAuth2 client credentials flow.


🔐 Features

  • OAuth2 authentication with Dynatrace using the client_credentials grant.
  • Supports custom scopes.
  • Automatically injects the Bearer token into outgoing requests.
  • Based on Dynatrace’s OAuth2 documentation.

⚙️ Credential Setup in n8n

Create new credentials of type Dynatrace OAuth2 API with the following fields:

Field Description
Account UUID Dynatrace account UUID. Used as resource in the OAuth token request.
Client ID OAuth client ID from Dynatrace.
Client Secret OAuth client secret. Stored securely.
Scope Space-separated list of scopes (e.g. account-uac-read account-uac-write).

Discussion