mirror of
https://github.com/bitwarden/server
synced 2025-12-20 18:23:44 +00:00
return if org user has sso binding (#839)
This commit is contained in:
@@ -24,5 +24,6 @@ namespace Bit.Core.Models.Data
|
||||
public Enums.OrganizationUserStatusType Status { get; set; }
|
||||
public Enums.OrganizationUserType Type { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
public string SsoExternalId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user