Commit e7252cd5 by Administrator

Update techhero-auth-service.yml

parent 3336ae46
...@@ -34,12 +34,13 @@ emay: ...@@ -34,12 +34,13 @@ emay:
#oauth client #oauth client
x-oauth-client: x-oauth-client:
client-details-store: client-details-store:
client-id: 'cloud' cloud:
client_secret: '{noop}cloud' client-id: 'cloud'
scope: 'server' client_secret: '{noop}cloud'
authorized_grant_types: 'password,refresh_token,authorization_code,wechat' scope: 'server'
web_server_redirect_uri: 'www.techhero.cn' authorized_grant_types: 'password,refresh_token,authorization_code,wechat'
authorities: 'write' web_server_redirect_uri: 'www.techhero.cn'
access_token_validity: 604800 authorities: 'write'
refresh_token_validity: 604800 access_token_validity: 604800
autoapprove: 'true' refresh_token_validity: 604800
\ No newline at end of file autoapprove: 'true'
\ No newline at end of file
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