- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
15 hours ago
Hi Team,
Could you please provide your support to generate the access token for SCIM integration with the grant type as client credentials in ServiceNow?
Please check and provide your inputs.
Thanks & Regards
Rahul Chander
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Refer below link for more details on different OAuth grant types
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1647747
Use below article to configure client credentials grant type in ServiceNow and test in Postman,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645212
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago - last edited 12 hours ago
Create system property as below,
Name : glide.oauth.inbound.client.credential.grant_type.enabled
Type : true | false
Value : true
Create OAuth API end point for external clients as per earlier steps provided. Test using Postman,
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Refer below link for more details on different OAuth grant types
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1647747
Use below article to configure client credentials grant type in ServiceNow and test in Postman,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645212
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago - last edited 12 hours ago
Create system property as below,
Name : glide.oauth.inbound.client.credential.grant_type.enabled
Type : true | false
Value : true
Create OAuth API end point for external clients as per earlier steps provided. Test using Postman,
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan