How to include Auth0 permissions in the scope claim of the access token for Spring Security?
I am using Auth0
for authentication in my Spring Boot
backend. To authenticate, I create an API in Auth0, fetch an access token from the frontend, and pass it to the backend. However, after decoding the token, I see that the permissions
are present in the token, but they are not included in the scope
section.