load idp groups also for native accounts;

previously, if a native user was authed by an idp instead of the
config password, it would not load and register the idp groups
This commit is contained in:
ed 2026-01-01 21:50:25 +00:00
parent 7d7a1510fb
commit f08cb25ccc

View file

@ -1120,9 +1120,6 @@ class AuthSrv(object):
def idp_checkin(
self, broker: Optional["BrokerCli"], uname: str, gname: str
) -> bool:
if uname in self.acct:
return False
if self.idp_usr_gh.get(uname) == gname:
return False