n8n-nodes-dynatrace-oauth2
v0.2.1
Published
Dynatrace OAuth2 credentials
Downloads
20
Readme
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_credentialsgrant. - Supports custom scopes.
- Automatically injects the
Bearertoken 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). |
