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 b38e7fe commit c05bcc1Copy full SHA for c05bcc1
tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsMtlsPopTests.cs
@@ -47,7 +47,6 @@ public async Task Sni_Gets_Pop_Token_Successfully_TestAsync()
47
AuthenticationResult authResult = await confidentialApp
48
.AcquireTokenForClient(settings.AppScopes)
49
.WithMtlsProofOfPossession()
50
- .WithExtraQueryParameters("dc=ESTSR-PUB-WUS3-AZ1-TEST1&slice=TestSlice") //Feature in test slice
51
.ExecuteAsync()
52
.ConfigureAwait(false);
53
0 commit comments