sso controller update

This commit is contained in:
Rinjae
2025-11-27 14:31:58 +09:00
parent f7bb6972bf
commit 4eb8c5d98d
2 changed files with 2 additions and 2 deletions
@@ -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);