AzureAD / azure-activedirectory-library-for-python

ADAL for Python
http://adal-python.readthedocs.io
Other
259 stars 94 forks source link

Authenticate with Managed Service Identity #108

Closed twschiller closed 7 years ago

twschiller commented 7 years ago

We're looking to authenticate an App Service to the other Azure APIs (e.g. Key Vault). Is it possible to use the AADL library with the new Managed Service Identities feature? https://docs.microsoft.com/en-us/azure/app-service/app-service-managed-service-identity

It looks like it's probably not available yet? https://docs.microsoft.com/en-us/azure/active-directory/msi-known-issues#does-msi-work-with-the-active-directory-authentication-library-adal-or-the-microsoft-authentication-library-msal

navyasric commented 7 years ago

That's correct. It is currently not available in ADAL. We may plan to support it in the future based on the demand.