소스 검색

Fix typo

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Tran Ngoc Nhan 5 달 전
부모
커밋
3be8e92187
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/migration/oauth2.adoc
  2. 1 1
      docs/modules/ROOT/pages/reactive/oauth2/resource-server/opaque-token.adoc

+ 1 - 1
docs/modules/ROOT/pages/migration/oauth2.adoc

@@ -2,7 +2,7 @@
 
 == Validate `typ` Header with `JwtTypeValidator`
 
-`NimbusJwtDecoder` in Spring Security 7 will move `typ` header validation to `JwtTypeValidator` intsead of relying on Nimbus.
+`NimbusJwtDecoder` in Spring Security 7 will move `typ` header validation to `JwtTypeValidator` instead of relying on Nimbus.
 This brings it in line with `NimbusJwtDecoder` validating claims instead of relying on Nimbus to validate them.
 
 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.

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

@@ -398,7 +398,7 @@ fun springSecurityFilterChain(http: ServerHttpSecurity): SecurityWebFilterChain
 ----
 ======
 
-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.
+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.
 
 [[webflux-oauth2resourceserver-opaque-introspector-bean]]
 === Exposing a `ReactiveOpaqueTokenIntrospector` `@Bean`