From 04692d9ee86ed384d180d9e577501f2cfa2e1a10 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 23 May 2023 18:05:58 -0500 Subject: [PATCH] Fix Antora Warnings Closes gh-13210 --- docs/modules/ROOT/pages/reactive/oauth2/login/advanced.adoc | 4 ++-- docs/modules/ROOT/pages/servlet/oauth2/login/advanced.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/reactive/oauth2/login/advanced.adoc b/docs/modules/ROOT/pages/reactive/oauth2/login/advanced.adoc index f2116565b8..ee917f8ba0 100644 --- a/docs/modules/ROOT/pages/reactive/oauth2/login/advanced.adoc +++ b/docs/modules/ROOT/pages/reactive/oauth2/login/advanced.adoc @@ -207,7 +207,7 @@ The Redirection Endpoint is used by the Authorization Server for returning the A OAuth 2.0 Login leverages the Authorization Code Grant. Therefore, the authorization credential is the authorization code. -The default Authorization Response redirection endpoint is `/login/oauth2/code/{registrationId}`. +The default Authorization Response redirection endpoint is `+/login/oauth2/code/{registrationId}+`. If you would like to customize the Authorization Response redirection endpoint, configure it as shown in the following example: @@ -739,5 +739,5 @@ class OAuth2LoginSecurityConfig { ---- ==== -NOTE: `OidcClientInitiatedServerLogoutSuccessHandler` supports the `{baseUrl}` placeholder. +NOTE: `OidcClientInitiatedServerLogoutSuccessHandler` supports the `+{baseUrl}+` placeholder. If used, the application's base URL, like `https://app.example.org`, will replace it at request time. diff --git a/docs/modules/ROOT/pages/servlet/oauth2/login/advanced.adoc b/docs/modules/ROOT/pages/servlet/oauth2/login/advanced.adoc index 541637b8d1..d7404a369f 100644 --- a/docs/modules/ROOT/pages/servlet/oauth2/login/advanced.adoc +++ b/docs/modules/ROOT/pages/servlet/oauth2/login/advanced.adoc @@ -928,5 +928,5 @@ class OAuth2LoginSecurityConfig : WebSecurityConfigurerAdapter() { ---- ==== -NOTE: `OidcClientInitiatedLogoutSuccessHandler` supports the `{baseUrl}` placeholder. +NOTE: `OidcClientInitiatedLogoutSuccessHandler` supports the `+{baseUrl}+` placeholder. If used, the application's base URL, like `https://app.example.org`, will replace it at request time.