I’m currently trying to create a new application using the full-stack-project-template and integrate UAA OAUTH2 as an authentication method.
By default the AuthorizationHeaderFilter is using the id_token to authorizate with the backend but this token is not fulfilling as it does not contain any authorities / roles.
To my understanding to authorizate the access_token should be used instead.
How are other applications able to extract the users roles using the id_token?
Is there something else i have to do to be able to authenticate using this token?