Client Credential Grant OAuth missing Grant Type Options
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 12:57 PM
According to this article: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645212
"
However, starting from the Washington release, ServiceNow has introduced an option to support the "Client Credentials" grant type by linking it to a user in the OAuth Entity record.
"
I am on the latest version and patch, on Xanadu but I do not see that option when setting up an OAuth application:
What am I doing wrong? Why is this option missing?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 08:42 AM
I had to implement this in our instance. This is what I did to get it to work
- Create the glide.oauth.inbound.client.credential.grant_type.enabled system property.
- Add the "OAuth Application User" and "Default Grant Type" fields using Form builder
- Set Default Grant type to "Client Credentials"
- Set the Oauth Application User to user with correct Roles/Scopes to run desired API calls