MsalError.ClientCredentialAuthenticationTypesAreMutuallyExclusive Field

Definition

What happens?

You configured MSAL confidential client authentication with more than one authentication type (Certificate, Secret, Client Assertion)
public const string ClientCredentialAuthenticationTypesAreMutuallyExclusive;
val mutable ClientCredentialAuthenticationTypesAreMutuallyExclusive : string
Public Const ClientCredentialAuthenticationTypesAreMutuallyExclusive As String 

Field Value

Applies to