업무 시스템 로그온 로직 구현하기
function callbackLogonSuccess() {
if (ssoSuccess) {
//인증됨
$("#UserId").text(ssoUserId);
}
}Last updated
Was this helpful?
function callbackLogonSuccess() {
if (ssoSuccess) {
//인증됨
$("#UserId").text(ssoUserId);
}
}Last updated
Was this helpful?
Was this helpful?