MsalError.AccessTokenTypeMissing Field

Definition

What happens?

The response from the token endpoint does not contain the token_type parameter.

Mitigation

This happens if the identity provider (AAD, B2C, ADFS, etc.) did not include the access token type in the token response. Verify the configuration of the identity provider.
public const string AccessTokenTypeMissing;
val mutable AccessTokenTypeMissing : string
Public Const AccessTokenTypeMissing As String 

Field Value

Applies to