MsalError.InvalidJsonClaimsFormat Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What happens?
You have configured a claims request, but the claims string is not in JSON formatMitigation
Ensure that the claims parameter is valid JSON. Inspect the inner exception for details about JSON parsing.public const string InvalidJsonClaimsFormat;
val mutable InvalidJsonClaimsFormat : string
Public Const InvalidJsonClaimsFormat As String