We're change Kusto client authentication from application key to Managed Identity. Our service can access Kusto by system management identity from VMSS. The API we are using is WithAadSystemManagedIdentity().
But, local desktop cannot be authorized. I tried either system management identity or user management identity, none of them working.
Looks like the role assignment is missing for Microsoft users. I cannot find related document about adding user's role assignment.
By the way, the user principle has been added on data explorer cluster. I can access using application key from local