strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
146 stars 90 forks source link

Add `oauth.jwks.ignore.key.use` config option #149

Closed mstruk closed 2 years ago

mstruk commented 2 years ago

Set this option to true in order to use all the keys in the JWKS response for token signature validation, regardless of their use attribute. This makes it possible to use authorization servers that don't specify use attribute in JWKS keys.

Signed-off-by: Marko Strukelj marko.strukelj@gmail.com