Skip to content

Instantly share code, notes, and snippets.

@jairsjunior
Last active March 1, 2021 15:35
Show Gist options
  • Save jairsjunior/5207a19e402c5d3e103315af85f87538 to your computer and use it in GitHub Desktop.
Save jairsjunior/5207a19e402c5d3e103315af85f87538 to your computer and use it in GitHub Desktop.
Server Properties for Kafka Broker with OAuth
############################# OAuth Classes #############################
listener.name.sasl_plaintext.oauthbearer.sasl.login.callback.handler.class=br.com.jairsjunior.security.oauthbearer.OauthAuthenticateLoginCallbackHandler
listener.name.sasl_plaintext.oauthbearer.sasl.server.callback.handler.class=br.com.jairsjunior.security.oauthbearer.OauthAuthenticateValidatorCallbackHandler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment