[AC-1145] Add trusted devices option to SSO Config Data (#2909)
* [AC-1145] Add TDE feature flag
* [AC-1145] Update .gitignore to ignore flags.json in the Api project
* [AC-1145] Introduce MemberDecryptionType property on SsoConfigurationData
* [AC-1145] Add MemberDecryptionType to the SsoConfigurationDataRequest model
* [AC-1145] Automatically enable password reset policy on TDE selection
* [AC-1145] Remove references to obsolete KeyConnectorEnabled field
* [AC-1145] Formatting
* [AC-1145] Update XML doc reference to MemberDecryptionType
@ -41,8 +41,14 @@ public class SsoConfigurationDataRequest : IValidatableObject
@@ -41,8 +41,14 @@ public class SsoConfigurationDataRequest : IValidatableObject
@ -166,7 +172,7 @@ public class SsoConfigurationDataRequest : IValidatableObject
@@ -166,7 +172,7 @@ public class SsoConfigurationDataRequest : IValidatableObject
@ -62,7 +63,7 @@ public class ProfileOrganizationResponseModel : ResponseModel
@@ -62,7 +63,7 @@ public class ProfileOrganizationResponseModel : ResponseModel
thrownewBadRequestException("Your new plan does not allow the Key Connector feature. "+
"Disable your Key Connector.");
@ -2153,7 +2153,7 @@ public class OrganizationService : IOrganizationService
@@ -2153,7 +2153,7 @@ public class OrganizationService : IOrganizationService
@ -129,7 +130,7 @@ public class CustomTokenRequestValidator : BaseRequestValidator<CustomTokenReque
@@ -129,7 +130,7 @@ public class CustomTokenRequestValidator : BaseRequestValidator<CustomTokenReque