How to generate Access Token from the OAuth Token URL for the Grant type client credentials

rahulrockkk
Tera Contributor

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

2 ACCEPTED SOLUTIONS

@rahulrockkk 

 

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

View solution in original post

@rahulrockkk 

 

Create system property as below,

 

Name : glide.oauth.inbound.client.credential.grant_type.enabled

Type : true | false

Value : true

Bhuvan_0-1757175954988.png

Create OAuth API end point for external clients as per earlier steps provided. Test using Postman,

Bhuvan_2-1757176162085.png

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

View solution in original post

6 REPLIES 6

@rahulrockkk 

 

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

@rahulrockkk 

 

Create system property as below,

 

Name : glide.oauth.inbound.client.credential.grant_type.enabled

Type : true | false

Value : true

Bhuvan_0-1757175954988.png

Create OAuth API end point for external clients as per earlier steps provided. Test using Postman,

Bhuvan_2-1757176162085.png

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