Add auto-config for spring-security-oauth2-resource-server
Closes gh-13787
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
spring:
|
||||
security:
|
||||
oauth2:
|
||||
resource:
|
||||
jwt:
|
||||
jwk:
|
||||
# To run the application, replace this with a valid JWK Set URI
|
||||
set-uri: https://example.com/oauth2/default/v1/keys
|
||||
Reference in New Issue
Block a user