浏览代码

Merge branch '6.1.x' into 6.2.x

Closes gh-14280
Josh Cummings 1 年之前
父节点
当前提交
d130a18d3c

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

@@ -434,7 +434,7 @@ spring:
     oauth2:
       resourceserver:
         jwt:
-          jws-algorithm: RS512
+          jws-algorithms: RS512
           jwk-set-uri: https://idp.example.org/.well-known/jwks.json
 ----
 

+ 1 - 1
docs/modules/ROOT/pages/servlet/oauth2/resource-server/jwt.adoc

@@ -574,7 +574,7 @@ spring:
     oauth2:
       resourceserver:
         jwt:
-          jws-algorithm: RS512
+          jws-algorithms: RS512
           jwk-set-uri: https://idp.example.org/.well-known/jwks.json
 ----