mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00: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