Skip to content

Updated AzureTokenService to use MSI to generate AccessToken

Dmitriy Rudko requested to merge fix/13368-switch-to-msi into master

Update the code to use DefaultAzureCredentials class to work with the Infrastructure layer and with the Partition service.

DefaultAzureCredentials class already implements credential caching and strategy to choose available auth method depending on the context (MSI, Service Principle, Env Variable, etc.)

Edited by Dmitriy Rudko

Merge request reports