Update resource server samples

Closes gh-28
This commit is contained in:
Steve Riesenberg
2021-08-17 13:54:19 -05:00
committed by Steve Riesenberg
parent bf1ca80a0a
commit 6548ff0876
7 changed files with 215 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
spring:
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: ${mockwebserver.url}/.well-known/jwks.json

View File

@@ -3,4 +3,4 @@ spring:
oauth2:
resourceserver:
jwt:
jwk-set-uri: ${mockwebserver.url}/.well-known/jwks.json
jwk-set-uri: http://localhost:9000/oauth2/jwks