MsalError.SystemWebviewOptionsNotApplicable Field

Definition

What happens?

You configured MSAL interactive authentication to use an embedded WebView and you also configured SystemWebViewOptions. These are mutually exclusive.

Mitigation

Either set WithUseEmbeddedWebView(Boolean) to true or do not use WithSystemWebViewOptions(SystemWebViewOptions)
public const string SystemWebviewOptionsNotApplicable;
val mutable SystemWebviewOptionsNotApplicable : string
Public Const SystemWebviewOptionsNotApplicable As String 

Field Value

Applies to