Kafka supports multiple SASL mechanisms for authentication, including:
SASL/PLAIN – Username/password
SASL/GSSAPI – Kerberos-based
SASL/OAUTHBEARER – OAuth 2.0 token-based
From Apache Kafka documentation:
“Kafka supports the following SASL mechanisms: GSSAPI (Kerberos), PLAIN, SCRAM, OAUTHBEARER.”
B → SAML20 is not supported.
E → OTP is not a supported SASL mechanism.
Page Reference:
Kafka: The Definitive Guide, 1st Edition, Chapter 9, p. 280–284
Apache Kafka Documentation: Kafka SASL Authentication
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
Submit