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 d6690f9 commit 9649e9eCopy full SHA for 9649e9e
tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ManagedIdentityTests.NetFwk.cs
@@ -411,6 +411,7 @@ public async Task AcquireMSITokenWithClaimsAsync(
411
.ExecuteAsync()
412
.ConfigureAwait(false);
413
414
+ // Token source should now be IdentityProvider again
415
Assert.AreEqual(TokenSource.IdentityProvider,
416
result3.AuthenticationResultMetadata.TokenSource);
417
0 commit comments