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

Cloud Shell doesn't support user assigned identities #16946

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

chlowell
Copy link
Member

Cloud Shell's token endpoint ignores unexpected parameters and always authenticates the signed in user. This means that when ManagedIdentityCredential requests a token for a user assigned identity, Cloud Shell returns a token for the signed in user instead. The credential should therefore return an authentication failed error when asked to get a token for a user assigned identity in Cloud Shell.

@chlowell chlowell added Client This issue points to a problem in the data-plane of the library. Azure.Identity labels Jan 31, 2022
@chlowell chlowell merged commit af2eedd into Azure:main Feb 1, 2022
@chlowell chlowell deleted the cloud-shell branch February 1, 2022 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants