MsalError.LoopbackResponseUriMismatch 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?
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