From c97fcab6b75e0acdf1f8e72009b7329c861dfc95 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 05 Mar 2024 14:37:05 +0800
Subject: [PATCH] 统一登录平台配置
---
skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml b/skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml
index c05d123..d28c062 100644
--- a/skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml
+++ b/skjcmanager/skjcmanager-auth/src/main/resources/application-dev.yml
@@ -25,6 +25,6 @@
token-url: ${oauth.config.server-url-prefix}/cas/oauth2.0/accessToken
profile-url: ${oauth.config.server-url-prefix}/api-auth/inspur/cas/oauth2.0/profile
# redirect-uri: http://10.10.3.99:32182/api/blade-auth/oauth/tokenLoginUI
- redirect-uri: https://slt.chutianyun.gov.cn:10443/api/blade-auth/oauth/tokenLoginUI
- redirect-web-uri: https://slt.chutianyun.gov.cn:10443/#/tokenlogin
- redirect-exit-uri: https://slt.chutianyun.gov.cn:10443/#/index
+ redirect-uri: https://slt.chutianyun.gov.cn:11443/api/blade-auth/oauth/tokenLoginUI
+ redirect-web-uri: https://slt.chutianyun.gov.cn:11443/#/tokenlogin
+ redirect-exit-uri: https://slt.chutianyun.gov.cn:11443/#/index
--
Gitblit v1.9.3