From 345bfdd437d30b425adef2cb7233e48daac956d8 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 26 Sep 2019 12:33:21 -0400 Subject: [PATCH] Polish gh-7279 --- .../docs/asciidoc/_includes/servlet/oauth2/oauth2-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-client.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-client.adoc index 1699e25e85..7b81ca4f73 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-client.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-client.adoc @@ -407,7 +407,7 @@ A request with the base path `/oauth2/authorization/okta` will initiate the Auth The `AuthorizationCodeOAuth2AuthorizedClientProvider` is an implementation of `OAuth2AuthorizedClientProvider` for the Authorization Code grant, which also initiates the Authorization Request redirect by the `OAuth2AuthorizationRequestRedirectFilter`. -If the OAuth 2.0 Client is a https://tools.ietf.org/html/rfc6749#section-2.1[Public Client], than configure the OAuth 2.0 Client registration as follows: +If the OAuth 2.0 Client is a https://tools.ietf.org/html/rfc6749#section-2.1[Public Client], then configure the OAuth 2.0 Client registration as follows: [source,yaml] ----