Skip to content

Commit 74d06f0

Browse files
committed
Update to Latest Boot Property
Closes gh-14252
1 parent e896b14 commit 74d06f0

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
@@ -370,7 +370,7 @@ spring:
370370
oauth2:
371371
resourceserver:
372372
jwt:
373-
jws-algorithm: RS512
373+
jws-algorithms: RS512
374374
jwk-set-uri: https://idp.example.org/.well-known/jwks.json
375375
----
376376

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ spring:
513513
oauth2:
514514
resourceserver:
515515
jwt:
516-
jws-algorithm: RS512
516+
jws-algorithms: RS512
517517
jwk-set-uri: https://idp.example.org/.well-known/jwks.json
518518
----
519519

0 commit comments

Comments
 (0)