MsalError.LinuxXdgOpen Field

Definition

What happens?

MSAL tried to open the browser on Linux using the xdg-open, gnome-open, or kfmclient tools, but failed.

Mitigation

Make sure you can open a page using xdg-open tool. See https://aka.ms/msal-net-os-browser for details.
public const string LinuxXdgOpen;
val mutable LinuxXdgOpen : string
Public Const LinuxXdgOpen As String 

Field Value

Applies to