Fetching 'user:roles' and "Grant type 'client_credentials' not allowed for the client" error

No longer an issue. For those who come across this, the model was wrong. Really should’ve been using Auth0 Rules from the start, that way, you can enrich your JWT and check User Roles at the frontend (if any are assigned).

This is a better overview of how to accomplish this:

1 Like