sasl.oauthbearer.jwt.validator.class — Kafka Broker Configuration
The fully-qualified class name of a JwtValidator implementation used to validate the JWT from the identity provider.The default validator (org.
Description
The fully-qualified class name of a JwtValidator implementation used to validate the JWT from the identity provider.The default validator (org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator) maintains backward compatibility with previous versions of Apache Kafka. The default validator uses configuration to determine which concrete implementation to create.The built-in JwtValidator implementations are:org.apache.kafka.common.security.oauthbearer.BrokerJwtValidatororg.apache.kafka.common.security.oauthbearer.ClientJwtValidatororg.apache.kafka.common.security.oauthbearer.DefaultJwtValidatorType:classDefault:org.apache.kafka.common.security.oauthbearer.DefaultJwtValidatorValid Values:Importance:medium
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 4.1 | org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator |
| 4.2 | org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator |