Authenticate ORDS webservice with Basic Auth

174 Views Asked by At

I created a new user in Apex through the front end(not script) and assigned "Restful Services" role to it. In my privilege, I added my protected module and added the same role "Restful Services" also via front end. However, as soon as I do this, I can no longer access my web service through Postman as I get 401 error. I was able to do this without authentication. Needless to say, I added Basic Auth in Postman with the new user and password.

What am I missing here?

Thanks in advance

0

There are 0 best solutions below