diff --git a/src/Tgstation.Server.Host/Security/AuthenticationContextFactory.cs b/src/Tgstation.Server.Host/Security/AuthenticationContextFactory.cs index 540cf72c23..7e22505e43 100644 --- a/src/Tgstation.Server.Host/Security/AuthenticationContextFactory.cs +++ b/src/Tgstation.Server.Host/Security/AuthenticationContextFactory.cs @@ -175,6 +175,7 @@ namespace Tgstation.Server.Host.Security .Include(x => x.Group) .ThenInclude(x => x!.PermissionSet) .Include(x => x.OAuthConnections) + .Include(x => x.OidcConnections) .FirstOrDefaultAsync(cancellationToken); if (user == default) {