Skip to content

Commit e85fc9a

Browse files
merged from parent
1 parent 5ae0596 commit e85fc9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/Microsoft.Identity.Client/ManagedIdentity/ImdsV2ManagedIdentitySource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ internal class ImdsV2ManagedIdentitySource : AbstractManagedIdentity
1818
{
1919
private const string CsrMetadataPath = "/metadata/identity/getPlatformMetadata";
2020
private const string ClientCredentialRequestPath = "/metadata/identity/issuecredential";
21+
private const string AcquireEntraTokenPath = "/oauth2/v2.0/token";
2122

2223
public static async Task<CsrMetadata> GetCsrMetadataAsync(
2324
RequestContext requestContext,

0 commit comments

Comments
 (0)