Class JWTAuthorizationGrantAudienceExecutorFactory

java.lang.Object
org.keycloak.services.clientpolicy.executor.JWTAuthorizationGrantAudienceExecutorFactory
All Implemented Interfaces:
ConfiguredProvider, EnvironmentDependentProviderFactory, ProviderFactory<ClientPolicyExecutorProvider>, ClientPolicyExecutorProviderFactory

public class JWTAuthorizationGrantAudienceExecutorFactory extends Object implements ClientPolicyExecutorProviderFactory

Factory that allows to configure different audiences as valid for the JWT Authorization Grant. This behavior breaks the specification and can have security implications.

Author:
rmartinc