Project

General

Profile

Feature #1708

穗腾单点登录功能各站点对应ClientID、KeySecret支持灵活配置功能

Added by zhenyu yu about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
10/21/2021
Due date:
10/22/2021
% Done:

100%

Estimated time:
Defect version:

Description

问题描述:
当前单点登录,向穗腾请求授权等信息时,各站点需要代码中手动更改其综合应用的ClientID、KeySecret信息;
不利于工程及开发人员的配置。

优化方案:
把综合应用的ClientID、KeySecret等信息配置在已有的配置文件中,应用从配置文件中读取相应的数据,便于工程人员进行配置、更改等操作。

History

#1

Updated by zhenyu yu about 3 years ago

  • Due date set to 10/22/2021
  • Status changed from New to In Progress
  • Start date changed from 10/13/2021 to 10/21/2021
  • % Done changed from 0 to 100

在 ehmicfg.ini 配文件中新增了若干单点登录相关的配置数据:

[单点登录]
服务域名= ;认证中心的访问域名
ClientID= ;应用客户端ID
KeySecret= ;应用客户端密码
RedirectUrl= ;重定向URL

在gi.js文件中获取到相关配置信息后保存并供单点登录功能使用。

#2

Updated by zhenyu yu about 3 years ago

  • Status changed from In Progress to Resolved

Also available in: Atom PDF