Class NonceBackwardsCompatibleMapper

java.lang.Object
org.keycloak.protocol.oidc.mappers.NonceBackwardsCompatibleMapper
All Implemented Interfaces:
OIDCAccessTokenMapper, ProtocolMapper, ConfiguredProvider, Provider, ProviderFactory<ProtocolMapper>

public class NonceBackwardsCompatibleMapper extends Object implements OIDCAccessTokenMapper, ProtocolMapper

Simple mapper that adds the nonce claim into the access token as before. Just adding the mapper reverts back to full old behavior in all the tokens (access, refresh and ID).

Author:
rmartinc