Browse Source

Merge branch '5.8.x' into 6.1.x

Closes gh-14279
pull/14288/head
Josh Cummings 2 years ago
parent
commit
f0772dc788
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

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

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