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