Skip to content

Conversation

@Robbie-Microsoft
Copy link
Contributor

@Robbie-Microsoft Robbie-Microsoft commented Nov 12, 2025

await managedIdentityApp.GetManagedIdentitySourceAsync().ConfigureAwait(false); will still return true to indicate that ImdsV2 is available - the probe will be fired in this case.

However, during an acquire token call await managedIdentityApp.AcquireTokenForManagedIdentity("scope").ExecuteAsync().ConfigureAwait(false);, the probe will not be fired because .WithMtlsProofOfPossession was not used.

@Robbie-Microsoft Robbie-Microsoft requested a review from a team as a code owner November 12, 2025 19:30
@bgavrilMS bgavrilMS merged commit 09155f3 into main Nov 12, 2025
11 checks passed
@bgavrilMS bgavrilMS deleted the rginsburg/msiv2_dont_probe_by_default branch November 12, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants