AcquireTokenForManagedIdentity should throw if a user-assigned managed identity clientID or resourceID is supplied when not supported
bgavrilMS opened this issue · 1 comments
bgavrilMS commented
The following ManagedIdentitySources do not currently support user-assigned managed identities:
AzureArc, CloudShell, ServiceFabric
If a user-assigned clientId or resourceId is specified for these sources, we should throw with a message similar to:
This behavior should be consistent cross-language.