OAuth Client Credential Grant
- Last UpdatedJul 02, 2026
- 1 minute read
The OAuth Client Credential Grant is used to supply credentials using for service-to-service authentication.
Required settings:
-
Name
-
Authorization URL
-
Client ID
-
Client Secret
-
Scope (optional)
-
Audience (optional)
-
Token Renewal URL (optional)
-
Base64 Encode Secrets
Used by this external service: OAuth-based API Authentication
Code example:
Name: OAuthClientGrant
Authorization URL: https://auth.example.com/oauth2/token
Client ID: clientID456
Client Secret: clientSecret456
Scope: read write
Audience: api.example.com
Used by these flow modules:
-
IFS Observation Publisher
-
Microsoft Dynamics Get Records