Skip to content

Commit

Permalink
Fix authentication doc for OAuth2
Browse files Browse the repository at this point in the history
This commit fixes the name of the `pluginClassName` for the OAuth2
provider in authentication.adoc

See spring-projects#500
  • Loading branch information
onobc committed Dec 17, 2023
1 parent c10b94f commit 07d7b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...
Expand Down

0 comments on commit 07d7b4c

Please sign in to comment.