@ -42,7 +42,7 @@ spring:
security:
oauth2:
resourceserver:
jwt:
jwt: #如果不对接统一认证中心oauthserver,则此次注释掉即可
jwk-set-uri: ${mdp.oauth2.server.uri}/oauth2/jwks
client:
# 下面配置 password 模式
@ -270,6 +270,7 @@ mdp:
# 站点语言类型cn\en等
site-type: cn
connect-oauth2-server: false
# 是否进行密钥检查,在开发环境中,涉及多个认证中心签发的jwt的时候,为了调试方便,可以暂时设为false
valid-secure: false
arc: