Skip to content

Commit f514219

Browse files
authored
Merge pull request #397 from Authing/feat/hd-cre-doc
Feat/hd cre doc
2 parents 9e36595 + 2c4eb27 commit f514219

13 files changed

Lines changed: 92 additions & 1 deletion

File tree

Lines changed: 11 additions & 0 deletions
Loading
56 KB
Loading
168 KB
Loading
25.7 KB
Loading
38.6 KB
Loading
33.6 KB
Loading
33 KB
Loading

docs/integration/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,13 @@
866866
image2x: "Harbor_logo@3x.png",
867867
category: "devtools",
868868
},
869+
{
870+
key: "hdcre",
871+
name: "海鼎 CRE",
872+
image: "hdlogo.svg",
873+
image2x: "hdlogo.svg",
874+
category: "other",
875+
},
869876
{
870877
key: "weaver",
871878
name: "泛微 OA",

docs/integration/hdcre/0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<IntegrationDetailCard :title="`在 ${$localeConfig.brandName} 中创建应用`">
2+
3+
- 进入[**控制台**](https://console.authing.cn) > **单点登录 SSO** > **添加集成应用** ,选择 **海鼎 CRE**,点击获取应用。
4+
<img src="~@imagesZhCn/integration/hdcre/1-1.png" class="md-img-padding" />
5+
<img src="~@imagesZhCn/integration/hdcre/1-2.png" class="md-img-padding" />
6+
7+
- 输入集成应用名称
8+
9+
<img src="~@imagesZhCn/integration/hdcre/1-3.png" class="md-img-padding" />
10+
11+
- 集成应用参数配置及说明
12+
13+
<img src="~@imagesZhCn/integration/hdcre/1-4.png" class="md-img-padding" />
14+
15+
参数说明
16+
17+
> - **casServerURL**: 单点登录链接的地址,如:`http://xxx.xx.xx.xx:8080/ia-cas-server`
18+
> - **服务地址**:调用海鼎接口的地址,如:`http://xxx.xx.xx.xx:8080/cre-agency-server`
19+
> - **目标应用的地址**:登录成功后跳转到目标应用的地址,如:`http://xxx.xx.xx.xx:8080/cre-web/www/mainframe/index.html`
20+
> - **海鼎 CRE 公钥**:由海鼎提供的公钥
21+
> - **用户登录名**:登录海鼎 CRE 的用户登录名取值,如:`${user.username}`
22+
23+
24+
- 应用访问控制选择「允许所有用户访问」
25+
26+
<img src="~@imagesZhCn/integration/hdcre/1-5.png" class="md-img-padding" />
27+
28+
</IntegrationDetailCard>

docs/integration/hdcre/1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<IntegrationDetailCard :title="`在 海鼎 CRE 中配置`">
2+
3+
联系海鼎技术人员提供第一步所需的参数
4+
- casServerURL
5+
- 服务地址
6+
- 目标应用的地址
7+
- 海鼎 CRE 公钥
8+
9+
</IntegrationDetailCard>

0 commit comments

Comments
 (0)