sasl.oauthbearer.assertion.template.file — Kafka Broker Configuration
This optional configuration specifies the file containing the JWT headers and/or payload claims to be used when creating the JWT assertion.Not all identity providers require the same set of claims; some may require a given claim while others may prohibit it.
Description
This optional configuration specifies the file containing the JWT headers and/or payload claims to be used when creating the JWT assertion.Not all identity providers require the same set of claims; some may require a given claim while others may prohibit it. In order to provide the most flexibility, this configuration allows the user to provide the static header values and claims that are to be included in the JWT.Note: If a value for sasl.oauthbearer.assertion.file is provided, this configuration will be ignored.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 4.1 | null |
| 4.2 | null |