Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IPublicClientApplication.IsSystemWebViewAvailable Property

Definition

Namespace:
Microsoft.Identity.Client
Assembly:
Microsoft.Identity.Client.dll
Package:
Microsoft.Identity.Client v4.83.3

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.

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


Feedback

Was this page helpful?