1. 升级 3.0.40

新增 bpm api
新增登录页面区分内外部用户以及 e 办统一认证逻辑
This commit is contained in:
chenbowen
2025-09-28 00:08:55 +08:00
parent a9bd94cd6c
commit 47f777d89c
26 changed files with 1378 additions and 30 deletions

View File

@@ -203,6 +203,25 @@ zt:
begin-code: 9999 # 这里配置 9999 的原因是,测试方便。
end-code: 9999 # 这里配置 9999 的原因是,测试方便。
# E办OAuth2配置文件
eban:
oauth2:
# E办OAuth2服务端配置
auth-server:
base-url: http://10.2.137.42/idp/oauth2
client-id: tyszhjyglxt
client-secret: your_client_secret_here # 需要从e办系统获取
callback-uri: http://172.16.46.63:30080/system/oauth2/callback
# 用户信息获取配置
user-info:
url: http://10.2.137.42/idp/oauth2/getUserInfo
# 令牌交换配置
token:
url: http://10.2.137.42/idp/oauth2/getToken
debug: false
sync: