Hi,
I am new to react and auth0; I have successfully implemented the basic user login and log out using Auth0 by following the documentation.
Before I go ahead and integrate APIs, I would like to do a client-side authorization. For that, I configured the authorization plugin and setup up some roles, permissions, and groups. I have also assigned the same to a user.
But when I check my user object returned from react-auth0-spa.js it does not have the groups or permissions;
Also when I test the rule this is what I am getting
Any help in this matter will be deeply appreciated, thanks in advance!