SSO 디버깅 로그 추가
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user