We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05092fd commit c2d7a95Copy full SHA for c2d7a95
MSAL/test/automation/tests/interactive/MSALCIAMAuthorityTests.m
@@ -45,7 +45,6 @@ - (void)setUp
45
46
MSIDTestAutomationAccountConfigurationRequest *accountConfigurationRequest = [MSIDTestAutomationAccountConfigurationRequest new];
47
accountConfigurationRequest.federationProviderType = MSIDTestAccountFederationProviderTypeCIAM;
48
- accountConfigurationRequest.additionalQueryParameters = @{@"signInAudience": @"azureadmyorg",@"PublicClient": @"No"};
49
50
[self loadTestAccount:accountConfigurationRequest];
51
0 commit comments