sasl.oauthbearer.assertion.claim.nbf.seconds — Kafka Broker Configuration
The number of seconds in the past from which the JWT is valid. The value is used to determine the JWT nbf (Not Before) claim based on the current system time when the JWT is created.
Description
The number of seconds in the past from which the JWT is valid. The value is used to determine the JWT nbf (Not Before) claim based on the current system time when the JWT is created.The formula to generate the nbf claim is very simple:Let: x = the current timestamp in seconds, on client y = the value of this configurationThen: nbf = x - yNote: 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 | 60 |
| 4.2 | 60 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.