sso controller update
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
/***[SERVICE CONFIGURATION]***********************************************************************/
|
||||
private String SERVICE_NAME = "Web";
|
||||
private String SERVER_URL = "http://manage-eapim-local.kjbank.com";
|
||||
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";
|
||||
/*************************************************************************************************/
|
||||
|
||||
@@ -34,7 +34,7 @@ public class SsoController implements InterceptorSkipController {
|
||||
|
||||
@RequestMapping(value = "/sso/login.do")
|
||||
public String login(HttpServletRequest req, HttpServletResponse res,
|
||||
@RequestParam("UURL") String uurl) throws Exception {
|
||||
@RequestParam(name = "UURL", required = false) String uurl) throws Exception {
|
||||
String ssoId = ssoModule.getSsoId(req);
|
||||
|
||||
log.debug("ssoId : {}", ssoId);
|
||||
|
||||
Reference in New Issue
Block a user