You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.eclipse.swt/Readme.WebView2.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,18 @@ language+country code that defines the browser UI language and preferred
67
67
language for HTTP requests (`Accept-Languages` header).
68
68
Example values: `en`, `ja`, `en-GB`, `de-AT`.
69
69
70
-
The properties `org.eclipse.swt.browser.Edge.allowSingleSignOnUsingOSPrimaryAccount` or its shorthand
71
-
`org.eclipse.swt.browser.Edge.allowSSO` enable Single Sign-On with Azure Active Directory (AAD)
72
-
resources using the logged-in Windows account. This also enables SSO with websites using
73
-
Microsoft accounts associated with the Windows login. Setting either property to true enables
74
-
this feature. The default value is false.
70
+
The property `org.eclipse.swt.browser.Edge.allowSingleSignOnUsingOSPrimaryAccount` enables Single Sign-On with Azure Active Directory (AAD) resources using the logged-in Windows account. This also enables SSO with websites using Microsoft accounts associated with the Windows login. Setting this property to true enables this feature. The default value is false.
71
+
72
+
This property can be set at two levels:
73
+
74
+
1. Global level: Set as a system property before creating any Browser instances.
75
+
76
+
2. Instance level: Set using the `setData()` method on a specific Browser instance. This takes precedence over the global setting.
See also: https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2environmentoptions.allowsinglesignonusingosprimaryaccount
0 commit comments