Skip to content

Commit c36b4cd

Browse files
authored
Fix authentication doc for OAuth2 (#526)
This commit fixes the name of the `pluginClassName` for the OAuth2 provider in authentication.adoc See #500
1 parent c10b94f commit c36b4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spring:
7575
pulsar:
7676
client:
7777
authentication:
78-
plugin-class-name: org.apache.pulsar.client.impl.auth.oauth2.AuthenticationFactoryOAuth2
78+
plugin-class-name: org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
7979
param:
8080
issuerUrl: ...
8181
privateKey: ...

0 commit comments

Comments
 (0)