MsalError.SystemWebviewOptionsNotApplicable Field
Definition
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.
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