Wrong value for VALIDATED_ID_TOKEN stored in the brokered identity context for external token exchange
Closes #23985 Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
This commit is contained in:
parent
2ec1d2f7ea
commit
efde3adf60
1 changed files with 1 additions and 1 deletions
|
@ -873,7 +873,7 @@ public class OIDCIdentityProvider extends AbstractOAuth2IdentityProvider<OIDCIde
|
|||
|
||||
}
|
||||
if (idTokenType) {
|
||||
context.getContextData().put(VALIDATED_ID_TOKEN, subjectToken);
|
||||
context.getContextData().put(VALIDATED_ID_TOKEN, parsedToken);
|
||||
} else {
|
||||
context.getContextData().put(KeycloakOIDCIdentityProvider.VALIDATED_ACCESS_TOKEN, parsedToken);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue