You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure ML managed identity API is no longer the same as the App Service 2017-09-01 API, so we need to add explicit support. The main differences vs. App Service are that expires_on is an int and token requests must specify a clientid parameter, even for system assigned identities. The platform provides a default client ID in environment variable DEFAULT_IDENTITY_CLIENT_ID. See Azure/azure-sdk-for-go#21851 for an example implementation and here's a test recording.
The text was updated successfully, but these errors were encountered:
Library name
Azure.Identity
Please describe the feature.
The Azure ML managed identity API is no longer the same as the App Service 2017-09-01 API, so we need to add explicit support. The main differences vs. App Service are that
expires_on
is an int and token requests must specify aclientid
parameter, even for system assigned identities. The platform provides a default client ID in environment variableDEFAULT_IDENTITY_CLIENT_ID
. See Azure/azure-sdk-for-go#21851 for an example implementation and here's a test recording.The text was updated successfully, but these errors were encountered: