Merge branch '6.2.x'
This commit is contained in:
commit
3b7c971960
|
@ -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
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue