SSO 디버깅 로그 추가

This commit is contained in:
Rinjae
2026-01-16 19:29:53 +09:00
parent ac61e9861a
commit 2b93d81e19
@@ -84,6 +84,8 @@ public class SsoController implements InterceptorSkipController {
if (StringUtils.isEmpty(uurl)) {
uurl = getSsoModule().getAscpUrl();
log.debug("UURL is empty, set to ASCP URL");
log.debug("uurl : {}", uurl);
}
if (ssoId == null) {