diff --git a/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.h b/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.h index efc8b343a..d1e691630 100644 --- a/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.h +++ b/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.h @@ -66,6 +66,7 @@ extern MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTy extern MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypePing; extern MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypeShibboleth; extern MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypeCIAM; +extern MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypeCIAMCUD; typedef NSString *MSIDTestAccountEnvironmentType; extern MSIDTestAccountEnvironmentType MSIDTestAccountEnvironmentTypeWWCloud; diff --git a/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.m b/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.m index 713a2bdb1..4f819e9de 100644 --- a/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.m +++ b/IdentityCore/tests/automation/ui_tests_lib/lab_api/MSIDTestAutomationAccountConfigurationRequest.m @@ -64,6 +64,7 @@ MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypePing = @"ping"; MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypeShibboleth = @"shibboleth"; MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypeCIAM = @"ciam"; +MSIDTestAccountFederationProviderType MSIDTestAccountFederationProviderTypeCIAMCUD = @"ciamcud"; #pragma mark - MSIDTestAccountEnvironmentType; MSIDTestAccountEnvironmentType MSIDTestAccountEnvironmentTypeWWCloud = @"azurecloud";