Missing spring: prefix on jwk-set-uri example

This commit is contained in:
Bryan Kelly 2019-01-24 16:40:30 -06:00 committed by Rob Winch
parent b581bb7eae
commit 5abe6ca718
1 changed files with 6 additions and 5 deletions

View File

@ -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]