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 5ae0596 commit e85fc9aCopy full SHA for e85fc9a
src/client/Microsoft.Identity.Client/ManagedIdentity/ImdsV2ManagedIdentitySource.cs
@@ -18,6 +18,7 @@ internal class ImdsV2ManagedIdentitySource : AbstractManagedIdentity
18
{
19
private const string CsrMetadataPath = "/metadata/identity/getPlatformMetadata";
20
private const string ClientCredentialRequestPath = "/metadata/identity/issuecredential";
21
+ private const string AcquireEntraTokenPath = "/oauth2/v2.0/token";
22
23
public static async Task<CsrMetadata> GetCsrMetadataAsync(
24
RequestContext requestContext,
0 commit comments