This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Description
When accessing the node service using the web module at the path /node/users I face the following error:
StatusCodeError: 401 - {"code":401,"descriptions":"User \"XSA_ADMIN\" is not a Controller user (missing role collection XS_CONTROLLER_{ADMIN,USER,AUDITOR}). Please make this user a Controller user, assign a Controller role and redo the login.","children":[]}
I'm testing on my HXE with the XSA_ADMIN who has the following role collections assigned:

What's a bit strange is that when accessing /node/userinfo I only see the following scope assigned:
And the app doesn't show any roles:

Scopes:

and Role Templates:

Looking forward for some help.