C#C
C#3y ago
JustiPhi

Using Azure Managed Identities API

I am trying to get an api token using azure managed identity through an application hosted by azure app services, when trying to get the token through a get request using System.Environment.GetEnvironmentVariable("MSI_ENDPOINT"); as my endpoint I get a 403 status on the response, any ideas what I could be missing?
Was this page helpful?