Merge branch '6.1.x' into 6.2.x

Closes gh-14280
This commit is contained in:
Josh Cummings 2023-12-11 11:45:16 -07:00
commit d130a18d3c
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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