OData User/Password not Accepting

0
Hello, I'm having issues logging to my published OData service as a user. I've created a Web Service User using the User Management module within my application with a username and password, however, when I use those credentials to authenticate for my published OData service, the authentication fails. When I put in the Environment Admin's Username/Password I successfully authenticate to the service. Am I missing a step? Why aren't Web Service Users unable to authenticate?   Thank you.
asked
2 answers
0

As Sjors wrote, you need a regular user, and not a web service user.

 

The user needs to have access to both the published OData service and the entity.

answered
1

A webservice user is not allowed to use Odata or Rest published services. So you need to create a ‘regular’ user for those interfaces. 

answered