MsalError.TokenTypeMismatch Field

Definition

What happens?

You asked for one type of token, but did not receive it.

Mitigation

This happens if the Identity Provider (AAD, B2C, ADFS etc.) does not support / implement the requested token type. In case of ADFS, consider upgrading to the latest version.
public const string TokenTypeMismatch;
val mutable TokenTypeMismatch : string
Public Const TokenTypeMismatch As String 

Field Value

Applies to