I want to use the keycloak authorization flow for my app, but I notice that the token generated with grantType as '
urn:ietf:params:oauth:grant-type:uma-ticket' contains all the resources, permissions and scopes info in it which the user have access too.
Now, the admin of the app will have access to hundreds of resources, so will it not increase the size of the token or is there any other way to achieve this instead of storing the resource info in token.