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?