@@ -270,6 +270,9 @@ public class SSOInterceptor extends AbstractSSOInterceptor {
}
+ if (user.getEnterprise().getEnAdminuu().equals(user.getUserUU())) {
+ user.setIssys(Constant.YES);
+ }
if (authorities == null) {
authorities = new HashMap<Long, Collection<GrantedAuthority>>();