Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Azure Machine Learning managed identity #6398

Open
joshfree opened this issue Feb 6, 2025 · 0 comments
Open

Support Azure Machine Learning managed identity #6398

joshfree opened this issue Feb 6, 2025 · 0 comments
Assignees
Milestone

Comments

@joshfree
Copy link
Member

joshfree commented Feb 6, 2025

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants