#Cross-Tenant Managed Identity in Function App using Azure.Identity

1 messages · Page 1 of 1 (latest)

manic forum
#

Are you sure you added the token in the call ?

tiny mountain
#

What do you mean ? The token is in the header

#

httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", apiToken.Token);

manic forum
#

Oh sorry

tiny mountain
#

Made it works, was using the wrong id 😦