Commit d9c00c1f authored by 马千里's avatar 马千里

update:补充ldp内免登跳转说明

parent bdb3bf29
......@@ -336,4 +336,15 @@ request Url 参数分别为:
}
```
#### 5.3 外部应用token方式跳转登录LDP应用
通过5.2中方法,获取到数据,拼接跳转URL如下格式:
**http://{ldp-web-server}?token={token}&appid={clientId}**
参数说明:
参数 | 说明 |
| --------- | ---------- |
| ldp-web-server | 应用web地址 |
| token | 用户登录凭证 |
| clientId | 应用id |
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