Support OIDC issuer uri in OAuth resource server config

This commit is contained in:
artsiom
2018-08-23 22:16:27 +03:00
committed by Madhura Bhave
parent c827530f4b
commit 0c299bbc1f
5 changed files with 186 additions and 1 deletions

View File

@@ -539,6 +539,7 @@ content into your application. Rather, pick only the properties that you need.
# SECURITY OAUTH2 RESOURCE SERVER ({sc-spring-boot-autoconfigure}/security/oauth2/resource/OAuth2ResourceServerProperties.{sc-ext}[OAuth2ResourceServerProperties])
spring.security.oauth2.resourceserver.jwt.jwk-set-uri= # JSON Web Key URI to use to verify the JWT token.
spring.security.oauth2.resource.jwt.oidc-issuer-location= # Location for issuer oidc
# ----------------------------------------
# DATA PROPERTIES