1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Merge branch '6.2.x'

This commit is contained in:
Josh Cummings
2023-12-11 11:45:33 -07:00
2 changed files with 2 additions and 2 deletions
@@ -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
----
@@ -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
----