- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2019 03:44 PM
Hi,
Using REST API, we have the following issue.
We assigned the roles web_service_admin and rest_api_explorer to a user to gain access to REST API, when we assign this roles to a locale user everything works fine but, when we assign the roles to a domain user (via Office 365) we always get the "401 Unauthorized" message.
Is there any additional configuration that must to be done in the system to authenticate domain users or probably in AD? is a requirement to use a Domain user for this integration.
Regards
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2019 04:16 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2019 04:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2019 04:37 PM
Thanks David, do you know if there is any official documentation that support this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2019 05:02 PM
The official documentation simply states that REST authentication is done via basic authentication or OAuth only. Even though this community post is 7 years old John Andersons answer is spot on. He mentions that the users credentials are checked against the instance and not against any LDAP or SSO identity providers that have been set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2021 01:43 AM
Is this still the case today? Is there a way to circumvent it other than creating non domain accounts for the users ?