AzureSMR
AzureSMR copied to clipboard
DeviceCode authentication doesn't work
In createAzureContext(), authType
is passed to azureAuthenticate() as part of the azureActiveContext
parameter. azureAuthenticate() also has an authType
parameter that defaults to "ClientCredential", which is passed to azureAuthenticateOnAuthType(). azureAuthenticateOnAuthType() then ignores whatever value was passed to createAzureContext
and will always use "ClientCredential".
we have the same issue! has anyone fixed it yet?