KeyCloak get additional scope by TokenExchange
I face a situations where the access token claim A has no value, it needs to obtain a new token with additional scopes, I want to avoid re-authenticating the account credentials. Therefore, I’m looking to use Token Exchange to get a new access token with the additional scopes. However, no matter how I configure the scope range, there is no change in the resulting token.
keycloak token exchange sequence
Im trying to get an example to work where a token is exchanged between multiple clients.