The permissions claim is always empty, so I can’t complete the tutorial.
Hey there @mgazza welcome to the community!
So at this point you’re getting an access token that is a jwt (not opaque), and it has a permission claim, but that claim is empty? Can you confirm:
-
In the API settings for the API registered in Auth0 you have
Enable RBAC
andAdd permissions in the access token
enabled -
You have a role with corresponding API permissions assigned to the user
-
The
audience
claim is that of the correct API (API identifier in Auth0 dashboard)
Ah! That’s definitely easy to miss - Glad you were able to get it sorted
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.