Browse Source

Merge branch '6.1.x' into 6.2.x

Closes gh-14280
pull/14284/head
Josh Cummings 2 years ago
parent
commit
d130a18d3c
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      docs/modules/ROOT/pages/reactive/oauth2/resource-server/jwt.adoc
  2. 2
      docs/modules/ROOT/pages/servlet/oauth2/resource-server/jwt.adoc

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

@ -434,7 +434,7 @@ spring: @@ -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
----

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

@ -574,7 +574,7 @@ spring: @@ -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
----

Loading…
Cancel
Save