Published Rest Authentication

0
Hi,  I have created a rest service (Basic authentication) and and when I test it in Swagger UI by logging in with the user MxAdmin(Mendix) it works correctly, but when I use user with the admin role, a permissions error occurs. It is clear that the mendix user has some different property than an administrator user created but I can't see it.   { "error": { "code": 401, "message": "Provided username-password combination is invalid." } }
asked
1 answers
1

Hi Raul,

Please check the allowed roles in security in your publsihed service 

 

answered