microsoft-authentication-library-for-java icon indicating copy to clipboard operation
microsoft-authentication-library-for-java copied to clipboard

Correct IMDS resource ID query parameter

Open bgavrilMS opened this issue 10 months ago • 0 comments

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:

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4911

bgavrilMS avatar Jan 02 '25 17:01 bgavrilMS