conduktor.io ↗

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 VersionDefault Value
4.1org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator
4.2org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.