Grant type Client credentials must for OAuth2.0 authentication type

Mahesh Kumar3
Giga Guru
Giga Guru

I have created scripted APIs for a integration and the 3rd party admin want to use client credentials as grant type for OAuth2.0 authentication. Please provide suggestions to implement as they want to avoid usernames and passwords in any case.

1 ACCEPTED SOLUTION

Vasantharajan N
Giga Sage
Giga Sage

Client Credential Grant Type is not supported for inbound. Please refer to the KB.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0745184


Thanks & Regards,
Vasanth

View solution in original post

6 REPLIES 6

Hi @Maik Skoddow ,

I followed the steps provided in the link you mentioned.

However, I am getting access denied. Please refer the snapshot below:

find_real_file.png

Please suggest as we cannot go ahead with grant type password or authorization_code as these grant types requires password.

 

Thanks in advance!

Vasantharajan N
Giga Sage
Giga Sage

Client Credential Grant Type is not supported for inbound. Please refer to the KB.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0745184


Thanks & Regards,
Vasanth

Hi @Vasantharajan N ,

As per the article, can we conclude that grant type client credentials cannot be used as it is ServiceNow platform limitation?

I have also raised a HI support ticket to confirm the same.

Thanks!