File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -866,6 +866,7 @@ class OAuth2ClientSecurityConfig : WebSecurityConfigurerAdapter() {
866
866
return http.build()
867
867
}
868
868
}
869
+ ----
869
870
====
870
871
871
872
==== Requesting an Access Token
@@ -953,6 +954,7 @@ class OAuth2ClientSecurityConfig {
953
954
return OAuth2AuthorizationCodeReactiveAuthenticationManager(accessTokenResponseClient)
954
955
}
955
956
}
957
+ ----
956
958
====
957
959
958
960
@@ -1029,6 +1031,7 @@ val authorizedClientProvider: ReactiveOAuth2AuthorizedClientProvider = ReactiveO
1029
1031
...
1030
1032
1031
1033
authorizedClientManager.setAuthorizedClientProvider(authorizedClientProvider)
1034
+ ----
1032
1035
====
1033
1036
1034
1037
[NOTE]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Below are the highlights of the release.
7
7
* All new https://antora.org/[Antora] based https://docs.spring.io/spring-security/[documentation].
8
8
9
9
[[whats-new-servlet]]
10
- === Servlet
10
+ == Servlet
11
11
* Core
12
12
13
13
** Introduced https://github.com/spring-projects/spring-security/issues/10226[`SecurityContextChangedListener`]
@@ -41,7 +41,7 @@ Below are the highlights of the release.
41
41
** Added support to https://github.com/spring-projects/spring-security/pull/9737[propagate the TestSecurityContextHolder to SecurityContextHolder]
42
42
43
43
[[whats-new-webflux]]
44
- === WebFlux
44
+ == WebFlux
45
45
46
46
* OAuth 2.0 Client
47
47
You can’t perform that action at this time.
0 commit comments