Fix authentication doc for OAuth2 (#526)
This commit fixes the name of the `pluginClassName` for the OAuth2 provider in authentication.adoc See #500
This commit is contained in:
@@ -75,7 +75,7 @@ spring:
|
||||
pulsar:
|
||||
client:
|
||||
authentication:
|
||||
plugin-class-name: org.apache.pulsar.client.impl.auth.oauth2.AuthenticationFactoryOAuth2
|
||||
plugin-class-name: org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
|
||||
param:
|
||||
issuerUrl: ...
|
||||
privateKey: ...
|
||||
|
||||
Reference in New Issue
Block a user