From fa4c433c92b400db5dce573dc05e082a4a42af72 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 11 Jun 2019 17:21:13 -0700 Subject: [PATCH] Polish --- .../src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml b/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml index b646f102273..199cab1238c 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml +++ b/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml @@ -1,7 +1,7 @@ spring: security: oauth2: - resource: + resourceserver: jwt: # To run the application, replace this with a valid JWK Set URI jwk-set-uri: https://example.com/oauth2/default/v1/keys