Browse Source

Merge branch '6.3.x' into 6.4.x

Josh Cummings 3 tháng trước cách đây
mục cha
commit
d76ccc6856

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

@@ -29,7 +29,7 @@ spring:
   security:
     oauth2:
       resourceserver:
-        opaque-token:
+        opaquetoken:
           introspection-uri: https://idp.example.com/introspect
           client-id: client
           client-secret: secret
@@ -616,7 +616,7 @@ spring:
   security:
     oauth2:
       resourceserver:
-        opaque-token:
+        opaquetoken:
           introspection-uri: https://idp.example.org/introspection
           client-id: client
           client-secret: secret

+ 2 - 2
docs/modules/ROOT/pages/servlet/oauth2/resource-server/opaque-token.adoc

@@ -28,7 +28,7 @@ spring:
   security:
     oauth2:
       resourceserver:
-        opaque-token:
+        opaquetoken:
           introspection-uri: https://idp.example.com/introspect
           client-id: client
           client-secret: secret
@@ -786,7 +786,7 @@ spring:
   security:
     oauth2:
       resourceserver:
-        opaque-token:
+        opaquetoken:
           introspection-uri: https://idp.example.org/introspection
           client-id: client
           client-secret: secret