Browse Source

Missing spring: prefix on jwk-set-uri example

pull/6510/head
Bryan Kelly 7 years ago committed by Rob Winch
parent
commit
5abe6ca718
  1. 11
      docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

11
docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

@ -94,11 +94,12 @@ If the authorization server doesn't support the Provider Configuration endpoint, @@ -94,11 +94,12 @@ If the authorization server doesn't support the Provider Configuration endpoint,
[source,yaml]
----
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: https://idp.example.com/.well-known/jwks.json
spring:
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: https://idp.example.com/.well-known/jwks.json
----
[NOTE]

Loading…
Cancel
Save