mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Modified sso details stored procedure to remove policy checks or an organization (#2831)
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Models.Data.Organizations;
|
||||
namespace Bit.Core.Models.Data.Organizations;
|
||||
|
||||
public class OrganizationDomainSsoDetailsData
|
||||
{
|
||||
@ -9,8 +7,6 @@ public class OrganizationDomainSsoDetailsData
|
||||
public string DomainName { get; set; }
|
||||
public bool SsoAvailable { get; set; }
|
||||
public string OrganizationIdentifier { get; set; }
|
||||
public bool SsoRequired { get; set; }
|
||||
public PolicyType? PolicyType { get; set; }
|
||||
public DateTime? VerifiedDate { get; set; }
|
||||
public bool OrganizationEnabled { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user