Code Review
/
institute
/
deploy-authx-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d288d9c
)
fix: 修正授权服务的poa-api-docs
author
刘洪青
<loie.engine@gmail.com>
Mon, 7 Sep 2020 04:22:44 +0000
(12:22 +0800)
committer
刘洪青
<loie.engine@gmail.com>
Mon, 7 Sep 2020 04:22:44 +0000
(12:22 +0800)
poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
patch
|
blob
|
history
diff --git
a/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
b/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
index
7d2b40f
..
236e049
100644
(file)
--- a/
poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
+++ b/
poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
@@
-18,7
+18,7
@@
info:
version: v1
description: '用户授权服务 - 平台开放接口'
servers:
- - url: '
https://poa.dev.supwisdom.com
/apis/authz/v1'
+ - url: '
${POA_SERVER_URL}
/apis/authz/v1'
description: '演示环境'
tags:
- name: Role
@@
-211,7
+211,7
@@
components:
type: oauth2
flows:
clientCredentials:
- tokenUrl:
https://poa.dev.supwisdom.com
/oauth2/token
+ tokenUrl:
${POA_SERVER_URL}
/oauth2/token
scopes:
"authz:v1:readRole": "读取角色"