RBAC permissions issue on API

I’m trying to implement RBAC on my Spring Boot API and i’ve activated the Enable RBAC and Add Permissions in the Access Token options in the API.

My user has permissions yet when i check the access token the permissions claim is included but its an empty list.

The audience in my SPA is set and correct as well so its not that.

How do i fix this issue?

Hi @maurosimoes9

Welcome to the Auth0 Community!

I would advise you to review the following articles regarding integrating RBAC with Spring Boot Api:

Let me know if you have any other questions on the matter!

Kind Regards.
Nik