ADO.NET Provider for Azure Analysis Services

Build 26.0.9655

AuthScheme

The type of authentication to use when connecting to Azure Analysis Services.

Possible Values

AzureAD, AzureMSI, AzurePassword, AzureServicePrincipal, AzureServicePrincipalCert

Data Type

string

Default Value

"AzureAD"

Remarks

  • AzureAD: Set this to perform Azure Active Directory OAuth authentication.
  • AzureMSI: Set this to automatically obtain Managed Service Identity credentials when running on an Azure VM.
  • AzurePassword: Set this to submit User and Password to Azure. Under the hood, an OAuth process still takes place, but user/password credentials are submitted, which avoids a browser window that requests authorization.
  • AzureServicePrincipal: Set this to authenticate as an Azure Service Principal using client credentials.
  • AzureServicePrincipalCert: Set this to authenticate as an Azure Service Principal using a certificate.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655