Skip to content

Commit 3be8e92

Browse files
ngocnhan-tran1996jzheaux
authored andcommitted
Fix typo
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent bdbf6a2 commit 3be8e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/migration/oauth2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
== Validate `typ` Header with `JwtTypeValidator`
44

5-
`NimbusJwtDecoder` in Spring Security 7 will move `typ` header validation to `JwtTypeValidator` intsead of relying on Nimbus.
5+
`NimbusJwtDecoder` in Spring Security 7 will move `typ` header validation to `JwtTypeValidator` instead of relying on Nimbus.
66
This brings it in line with `NimbusJwtDecoder` validating claims instead of relying on Nimbus to validate them.
77

88
If you are changing Nimbus's default type validation in a `jwtProcessorCustomizer` method, then you should move that to `JwtTypeValidator` or an implementation of `OAuth2TokenValidator` of your own.

docs/modules/ROOT/pages/reactive/oauth2/resource-server/opaque-token.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ fun springSecurityFilterChain(http: ServerHttpSecurity): SecurityWebFilterChain
398398
----
399399
======
400400

401-
This is handy when deeper configuration, such as <<webflux-oauth2resourceserver-opaque-authorization-extraction,authority mapping>>or <<webflux-oauth2resourceserver-opaque-jwt-introspector,JWT revocation>>, is necessary.
401+
This is handy when deeper configuration, such as <<webflux-oauth2resourceserver-opaque-authorization-extraction,authority mapping>> or <<webflux-oauth2resourceserver-opaque-jwt-introspector,JWT revocation>>, is necessary.
402402

403403
[[webflux-oauth2resourceserver-opaque-introspector-bean]]
404404
=== Exposing a `ReactiveOpaqueTokenIntrospector` `@Bean`

0 commit comments

Comments
 (0)