MsalError.LoopbackRedirectUri 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?
The current redirect URL is not a loopback URL.Mitigation
To use the OS browser, a loopback URL, with or without a port, must be configured both during app registration and when initializing the IPublicClientApplication object. See https://aka.ms/msal-net-os-browser for details.public const string LoopbackRedirectUri;
val mutable LoopbackRedirectUri : string
Public Const LoopbackRedirectUri As String