OAuth setup for client credentials
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have tried by following this steps from link . I am still not able to authenticate with API.
For OAuth endpoint: {{snow_instance}}/oauth_token.do
response:
{
"error_description": "access_denied",
"error": "server_error"
}



Selected OAuth - Client Credentials grant
I was creating field which is glide.oauth.inbound.client.credential.grant_type.enabled = true in sys properties. Do I need to set application Global. I was trying but field is also not editable.
I have attached reference screenshots.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6m ago
Hi,
Yes 'glide.oauth.inbound.client.credential.grant_type.enabled' will need to be set in the global scope, not within a scoped application