MsalError.LoopbackRedirectUri Field

Definition

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 

Field Value

Applies to