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

Correct IMDS resource ID query parameter #7487

Open
bgavrilMS opened this issue Jan 2, 2025 · 1 comment · May be fixed by #7488
Open

Correct IMDS resource ID query parameter #7487

bgavrilMS opened this issue Jan 2, 2025 · 1 comment · May be fixed by #7488
Assignees
Labels
bug A problem that needs to be fixed for the feature to function as intended. confidential-client Issues regarding ConfidentialClientApplications p2 P1 and P2 are priorities of the bug. P2 bugs should get fixed/closed within 3 months.

Comments

@bgavrilMS
Copy link
Member

Specifying an identity by resource ID doesn't work on Azure Container Instances (and maybe some other platforms) because we specify the resource ID with query parameter "mi_res_id". ACI observes only "msi_res_id", which we should prefer anyway because although IMDS observes both parameters, it documents only msi_res_id.

Original issue:

AzureAD/microsoft-authentication-library-for-dotnet#4911

@bgavrilMS bgavrilMS added bug A problem that needs to be fixed for the feature to function as intended. confidential-client Issues regarding ConfidentialClientApplications p2 P1 and P2 are priorities of the bug. P2 bugs should get fixed/closed within 3 months. labels Jan 2, 2025
@github-actions github-actions bot added the more-information-needed Use this label when you are waiting on information from the issue creator label Jan 2, 2025
@github-actions github-actions bot closed this as completed Jan 2, 2025
@AzureAD AzureAD deleted a comment from github-actions bot Jan 2, 2025
@bgavrilMS bgavrilMS reopened this Jan 2, 2025
@bgavrilMS bgavrilMS removed the more-information-needed Use this label when you are waiting on information from the issue creator label Jan 2, 2025
@bgavrilMS
Copy link
Member Author

@Robbie-Microsoft - a quick MSI bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem that needs to be fixed for the feature to function as intended. confidential-client Issues regarding ConfidentialClientApplications p2 P1 and P2 are priorities of the bug. P2 bugs should get fixed/closed within 3 months.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants