Commit cb3b9282 authored by duanruiming's avatar duanruiming

[update] 路径优化

parent 3f8e9f14
...@@ -74,18 +74,18 @@ security: ...@@ -74,18 +74,18 @@ security:
client-id: identity client-id: identity
client-secret: identity-secret client-secret: identity-secret
# 授权码认证方式需要的 # 授权码认证方式需要的
user-authorization-uri: http://10.102.1.182:17040/oauth/authorize user-authorization-uri: http://172.17.0.1:17040/oauth/authorize
# 密码模式需要用到的获取 token 的接口 # 密码模式需要用到的获取 token 的接口
access-token-uri: http://10.102.1.182:17040/oauth/token access-token-uri: http://172.17.0.1:17040/oauth/token
scope: all scope: all
# 备选列表 password client_credentials authorization_code # 备选列表 password client_credentials authorization_code
grant-type: password grant-type: password
authorization: authorization:
# 当此服务端接收到来自客户端端的请求后,需要拿着请求中的 token 到认证服务端做 token 验证,就是请求的这个接口 # 当此服务端接收到来自客户端端的请求后,需要拿着请求中的 token 到认证服务端做 token 验证,就是请求的这个接口
check-token-access: http://10.102.1.182:17040/oauth/check_token check-token-access: http://172.17.0.1:17040/oauth/check_token
resource: resource:
jwt: jwt:
key-uri: http://10.102.1.182:17040/oauth/token_key key-uri: http://172.17.0.1:17040/oauth/token_key
key-value: dev key-value: dev
ignite-client: ignite-client:
address: 10.102.1.182:10800 address: 10.102.1.182:10800
\ 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