MsalError.LoopbackResponseUriMismatch Field

Definition

What happens?

MSAL has intercepted a Uri possibly containing an authorization code, but it does not match the configured redirect URL.

Mitigation

If you are using an ICustomWebUi implementation, make sure the redirect URL matches the URL containing the auth code. If you are not using an ICustomWebUI, this could be a man-in-the middle attack.
public const string LoopbackResponseUriMismatch;
val mutable LoopbackResponseUriMismatch : string
Public Const LoopbackResponseUriMismatch As String 

Field Value

Applies to