sso update

This commit is contained in:
Rinjae
2025-11-27 18:52:30 +09:00
parent 4f7d76a7b0
commit b84a84479a
2 changed files with 20 additions and 3 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
private String SERVICE_NAME = "Web";
private String SERVER_URL = "http://manage-eapimt.kjbank.com";
private String SERVER_PORT = "30100";
private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/monitoring/sso/login_exec.jsp";
//private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/monitoring/sso/login_exec.jsp";
private String ASCP_URL = "https://manage-eapimt.kjbank.com/monitoring/sso/login_exec.jsp";
/*************************************************************************************************/