MsalError.StateMismatchError Field

Definition

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 response

Mitigation

None
public const string StateMismatchError;
val mutable StateMismatchError : string
Public Const StateMismatchError As String 

Field Value

Applies to