- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020 12:21 AM
Configured oauth authentication between 2 service now instances. It is working for admin users. But getting below error for ITIL users. Please assist.
"com.glide.communications.ProcessingException: User Not Authenticated. OAuth token has expired or has not been retrieved."
Solved! Go to Solution.
- Labels:
-
Platform and Cloud Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 03:15 AM
Hi,
Create table level "read" ACL on oauth_credential - to allow all user to access "Access Token"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 03:15 AM
Hi,
Create table level "read" ACL on oauth_credential - to allow all user to access "Access Token"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 03:35 AM
HI,
follow the below link:
Thanks