Skip to content

Commit 04692d9

Browse files
committed
Fix Antora Warnings
Closes gh-13210
1 parent 22ffa83 commit 04692d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modules/ROOT/pages/reactive/oauth2/login/advanced.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The Redirection Endpoint is used by the Authorization Server for returning the A
207207
OAuth 2.0 Login leverages the Authorization Code Grant.
208208
Therefore, the authorization credential is the authorization code.
209209

210-
The default Authorization Response redirection endpoint is `/login/oauth2/code/{registrationId}`.
210+
The default Authorization Response redirection endpoint is `+/login/oauth2/code/{registrationId}+`.
211211

212212
If you would like to customize the Authorization Response redirection endpoint, configure it as shown in the following example:
213213

@@ -739,5 +739,5 @@ class OAuth2LoginSecurityConfig {
739739
----
740740
====
741741

742-
NOTE: `OidcClientInitiatedServerLogoutSuccessHandler` supports the `{baseUrl}` placeholder.
742+
NOTE: `OidcClientInitiatedServerLogoutSuccessHandler` supports the `+{baseUrl}+` placeholder.
743743
If used, the application's base URL, like `https://app.example.org`, will replace it at request time.

docs/modules/ROOT/pages/servlet/oauth2/login/advanced.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,5 +928,5 @@ class OAuth2LoginSecurityConfig : WebSecurityConfigurerAdapter() {
928928
----
929929
====
930930

931-
NOTE: `OidcClientInitiatedLogoutSuccessHandler` supports the `{baseUrl}` placeholder.
931+
NOTE: `OidcClientInitiatedLogoutSuccessHandler` supports the `+{baseUrl}+` placeholder.
932932
If used, the application's base URL, like `https://app.example.org`, will replace it at request time.

0 commit comments

Comments
 (0)