AuthScheme
Specifies the authentication scheme that the provider uses to connect to SAP Business Warehouse.
Possible Values
Basic, None, NegotiateData Type
string
Default Value
"Basic"
Remarks
Together with Password and User, this property is used to authenticate against the server.
The allowed values are:
- Basic: Uses HTTP Basic authentication.
- Negotiate: Negotiates an authentication mechanism with the server, enabling Kerberos authentication. See Using Kerberos for more details.
- None: Uses no authentication to connect to SAP Business Warehouse. This option is useful if your XMLA endpoint has a default service user configured.