sso update
This commit is contained in:
@@ -57,9 +57,11 @@ public class SsoController implements InterceptorSkipController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Properties extendedInfo = ssoModule.getUserExFields(ssoId);
|
Properties extendedInfo = ssoModule.getUserExFields(ssoId);
|
||||||
extendedInfo.keySet().forEach( k -> {
|
if (extendedInfo != null) {
|
||||||
log.debug("{} : {}", k, extendedInfo.get(k));
|
extendedInfo.keySet().forEach( k -> {
|
||||||
});
|
log.debug("{} : {}", k, extendedInfo.get(k));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
return "redirect:/main.do";
|
return "redirect:/main.do";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user