- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 04:41 AM
Hello All,
When i try to authenticate with the client credentials its showing user is not authenticated but credentials are correctly configured.
Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 05:26 AM
Hi @Bhadri Veera ,
The OAuth Access token generated when using the client_credentials grant type is linked to the 'guest' user. This association can be confirmed by inspecting the 'oauth_credential' table, specifically the 'Token' and 'User' fields. To enable the OAuth Authorization to function correctly, the token must be connected to a User on the instance rather than the guest user.
Please mark it helpful and solution proposed if it works for you.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 05:26 AM
Hi @Bhadri Veera ,
The OAuth Access token generated when using the client_credentials grant type is linked to the 'guest' user. This association can be confirmed by inspecting the 'oauth_credential' table, specifically the 'Token' and 'User' fields. To enable the OAuth Authorization to function correctly, the token must be connected to a User on the instance rather than the guest user.
Please mark it helpful and solution proposed if it works for you.
Thanks,
Anand