From c36b4cd071909460f81e0960c679b9bd69ded1d8 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 17 Dec 2023 15:14:02 -0600 Subject: [PATCH] Fix authentication doc for OAuth2 (#526) This commit fixes the name of the `pluginClassName` for the OAuth2 provider in authentication.adoc See #500 --- .../antora/modules/ROOT/pages/reference/authentication.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/authentication.adoc b/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/authentication.adoc index a06038b7..cb217f9c 100644 --- a/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/authentication.adoc +++ b/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/reference/authentication.adoc @@ -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: ...