OAuth Authentication error "User Not Authenticated"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Ever faced this situation?
OAuth profile created correctly
Access token successfully generated in Postman
Web services user active with read/query access to the table
Web services user account has "snc_platform_rest_api_access " role and the Table API ACL is active false
Yet the GET Table API returns:
"error": { "message": "User Not Authenticated", "detail": "Required to provide Auth information" }, "status": "failure"
The issue is NOT OAuth… but REST API Access Policies.
The OOB “Table GET API Access Policy” is disabled by default
If no policy allows your OAuth profile → authentication will fail even with a valid token
Fix:
Either enable the OOB Table API REST API Access Policy & add your OAuth Profile to it
Or create a new REST API Access Policy and explicitly add your OAuth Profile to it
