Failed to upgrade Azure Identity Package: from 1.8.2 to 1.10.3
Lifei Wang
0
Reputation points Microsoft Employee
We are using Azure Identity package to implement Managed Identities to access to KeyVault. Our current version is
1.8.2, and everything is working fine, but when we upgraded to 1.10.3, we will run into Azure.Identity.AuthenticationFailedException locally (EnvironmentCredential):
AADSTS700016 Application with identifier 'x' was not found in the directory 'Microsoft Services'.This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.
Sign in to answer