WebConnectionStringBuilderAuthType Enumeration

Dynamics 365 Web service authentication types.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public enum AuthType

Remarks

Only OAuth, Certificate, ClientSecret and Office365 are permitted values for Dataverse environments.
See Authenticate with Microsoft Dataverse web services for more information.

Members

OAuth0Open standard authorization protocol for access delegation.
ClientSecret1Client secrets to enable server-to-server authentication scenarios.
Certificate2Certificates to enable server-to-server authentication scenarios.
Office3653Use of the WS-Trust authentication security protocol is no longer recommended
AD4Dynamics 365 On-premises Active Directory authentication.
IFD5Dynamics 365 Internet-facing deployment authentication.

See Also