IPublicClientApplication.IsSystemWebViewAvailable Property

Definition

Tells if the application can use the system web browser, therefore enabling single-sign-on with web applications. By default, MSAL will try to use a system browser on the mobile platforms, if it is available. See our documentation for more details.

public bool IsSystemWebViewAvailable { get; }
member this.IsSystemWebViewAvailable : bool
Public ReadOnly Property IsSystemWebViewAvailable As Boolean

Property Value

Returns true if MSAL can use the system web browser.

Remarks

On Windows, macOS, and Linux a system browser can always be used, except in cases where there is no UI (e.g., a SSH session). On Android, the browser must support tabs.

Applies to