AuthScheme
The scheme used for authentication. Accepted entries are Basic and AzureADOpenID.
Possible Values
Auto, Basic, AzureADOpenIDData Type
string
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- Basic: Set this to authenticate using the Basic authentication schema. You need to specify the User and Password connection properties for this schema.
- AzureADOpenID: Set to authenticate using OpenID Connect authentication schema with the Azure Active Directory (AzureAD) authentication provider.