We are introducing a new saslLoginCallbackHandlerClass propertyes under features.async.kafka.authentication that will be used with the SASL_SSL type in order to provide the name of an OAuth login callback handler.
This can be used only if the container image has been extended with custom login callback handler implementation available.
Reason/Context
See microcks/microcks#966 for context
Description
We are introducing a new
saslLoginCallbackHandlerClass
propertyes underfeatures.async.kafka.authentication
that will be used with theSASL_SSL
type in order to provide the name of an OAuth login callback handler.This can be used only if the container image has been extended with custom login callback handler implementation available.
Implementation ideas
No response