
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:05 AM
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.
Solved! Go to Solution.
- Labels:
-
IntegrationHub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:25 AM
Hi
please follow the instructions on https://docs.servicenow.com/bundle/sandiego-platform-security/page/administer/security/task/t_Settin...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 10:50 PM
Hi
I followed the steps provided in the link you mentioned.
However, I am getting access denied. Please refer the snapshot below:
Please suggest as we cannot go ahead with grant type password or authorization_code as these grant types requires password.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 10:53 PM
Hi
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!