单点登录配置

parent 00a33e38
......@@ -26,7 +26,7 @@ import com.gic.dubbo.util.DubboContextUtil;
"classpath*:applicationContext-init.xml",
"classpath*:dubbo-setting.xml",
"classpath*:dubbo-gic-platform-operation-web.xml",
"classpath*:spring-interceptor.xml",
/* "classpath*:spring-interceptor.xml",*/
"classpath*:redis-init.xml"
})
@EnableApolloConfig({ "application", "BUZ.oauth.4.0" })
......
......@@ -21,10 +21,20 @@ spring:
app:
id: gic-platform-operation-web
project-code: enterprise
logging:
level:
org:
springframework:
security: DEBUG
security:
oauth2:
resource:
user-info-uri: https://four.gicdev.com/gic-authcenter/resource/userDetails
client:
user-authorization-uri: https://four.gicdev.com/gic-authcenter/oauth/authorize
access-token-uri: https://four.gicdev.com/gic-authcenter/oauth/token
clientId: enterprise
clientSecret: clientSecret
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment