单点登录配置完成

parent 4825b470
app.id=gic-platform-operation-web
app.project-code=enterprise
logging.level.org.springframework.security=DEBUG
server.port=8330
server.servlet.context-path=/gic-operation-web
server.servlet.session.cookie.name=GICOPERATIONWEBSESSIONID
server.servlet.session.timeout=3600
spring.session.store-type=REDIS
spring.session.redis.namespace=gic_platform_operation_web
spring.session.timeout=3600
spring.redis.host=123.207.187.158
spring.redis.port=27019
spring.redis.password=crs-6vmo0g9s:gic*0571
spring.redis.database=11
spring.redis.timeout=5000
security.oauth2.client.clientId=enterprise
security.oauth2.client.clientSecret=clientSecret
security.oauth2.client.user-authorization-uri=http://localhost:8900/gic-authcenter/oauth/authorize
security.oauth2.client.access-token-uri=http://localhost:8900/gic-authcenter/oauth/token
security.oauth2.resource.user-info-uri=http://localhost:8900/gic-authcenter/resource/userDetails
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