Create an OAuth API endpoint for external clients
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:34 PM
"Exception on token flow - unsupported_grant_type_for_pkce: Grant type password is not supported. PKCE only supports authorization code flow: no thrown error". This is the system log message after I sent a request to get the refresh token from Postman . I has created new rest user with web service access only, grant_type is also "password". I found that there was no post or same issue related this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2024 05:23 AM
same issue, any resolution?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2024 01:25 AM
Hi @Hai Nguyen Duu and @PLaxmiPrasanna, the Grant type for non interactive user can only be JWT Bearer or Client Credentials see https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0818290.
Greets
Daniel
Please mark reply as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 12:56 PM - edited ‎02-11-2025 12:57 PM
A similar error string can happen if you are missing the property
glide.oauth.inbound.client.credential.grant_type.enabled
https://www.servicenow.com/docs/csh?topicname=create-cc-sys-prop.html&version=latest