MsalError.StateMismatchError 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.
State returned from the STS was different from the one sent by the library
What happens?
The library sends to the STS a state associated to a request, and expects the reply to be consistent. This errors indicates that the reply is not associated with the request. This could indicate an attempt to replay a responseMitigation
Nonepublic const string StateMismatchError;
val mutable StateMismatchError : string
Public Const StateMismatchError As String