Recently, a customer of the NodeJS Identity SDK had some doubts on whether they would be able to use the ManagedIdentityCredential to authenticate using an App Registration client ID. Turns out, it is in fact possible to authenticate with an App Registration client ID using the ManagedIdentityCredential, but only in AKS pods. To help clarify this, I’ve started updating the documentation to reflect that this is possible: Azure/azure-sdk-for-js#15518
Since this should be possible across languages, I’m making this issue to help track the documentation update.