Skip to content

Commit

Permalink
Merge pull request #418 from neha-bhargava/patch-1
Browse files Browse the repository at this point in the history
Update managed-identity.md
  • Loading branch information
localden authored May 18, 2024
2 parents 342d157 + 329a28b commit bea5ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal-dotnet-articles/advanced/managed-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ For failed requests the error response contains a correlation ID that can be use

This exception might mean that the resource you are trying to acquire a token for is either not supported or is provided using the wrong resource ID format. Examples of correct resource ID formats include `https://management.azure.com/.default`, `https://management.azure.com`, and `https://graph.microsoft.com`.

#### `MsalManagedIdentityException` Error Code: `managed_identity_unreachable_network`.
#### `MsalServiceException` Error Code: `managed_identity_unreachable_network`.

This exception might mean that you are likely using a resource where MSAL.NET does not support acquiring token for managed identity or you are running the sample code from a development machine where the endpoint to acquire the token for managed identities is unreachable.

0 comments on commit bea5ead

Please sign in to comment.