Auth: Fix SAML user IsExternallySynced not being set correctly (#98487)
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ func (hs *HTTPServer) isExternalUser(ctx context.Context, userID int64) (bool, e
|
||||
return true, err
|
||||
}
|
||||
|
||||
return login.IsProviderEnabled(hs.Cfg, info.AuthModule, hs.SocialService.GetOAuthInfoProvider(info.AuthModule)), nil
|
||||
return hs.isProviderEnabled(hs.Cfg, info.AuthModule), nil
|
||||
}
|
||||
|
||||
func ValidateAndNormalizeEmail(email string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user