MsalError.JsonParseError 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.
JSON parsing failed.
What happens?
A JSON blob read from the token cache or received from the STS was not parseable. This can happen when reading the token cache, or receiving an IDToken from the STS.Mitigation
Make sure that the token cache was not tamperedpublic const string JsonParseError;
val mutable JsonParseError : string
Public Const JsonParseError As String