Update resource server samples
Closes gh-28
This commit is contained in:
committed by
Steve Riesenberg
parent
bf1ca80a0a
commit
6548ff0876
@@ -0,0 +1,6 @@
|
||||
spring:
|
||||
security:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
jwt:
|
||||
jwk-set-uri: ${mockwebserver.url}/.well-known/jwks.json
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user