Skip to content

Commit f0772dc

Browse files
committed
Merge branch '5.8.x' into 6.1.x
Closes gh-14279
2 parents c4a99fc + 74d06f0 commit f0772dc

File tree

2 files changed

+2
-2
lines changed
  • docs/modules/ROOT/pages

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ spring:
430430
oauth2:
431431
resourceserver:
432432
jwt:
433-
jws-algorithm: RS512
433+
jws-algorithms: RS512
434434
jwk-set-uri: https://idp.example.org/.well-known/jwks.json
435435
----
436436

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ spring:
570570
oauth2:
571571
resourceserver:
572572
jwt:
573-
jws-algorithm: RS512
573+
jws-algorithms: RS512
574574
jwk-set-uri: https://idp.example.org/.well-known/jwks.json
575575
----
576576

0 commit comments

Comments
 (0)