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
[Win32] Add SSO support for SWT Browser using Edge backend
Introduces a new system property to enable Single Sign-On:
- org.eclipse.swt.browser.Edge.allowSingleSignOnUsingOSPrimaryAccount
This allows SWT Browser to use the logged-in Windows account for SSO
with
Azure AD resources and Microsoft account-enabled websites when using the
Edge backend.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.swt/Readme.WebView2.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ 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 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
+
See also: https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2environmentoptions.allowsinglesignonusingosprimaryaccount
73
+
70
74
_Note_: All of the properties described above must be set before the first
71
75
instance of the `Browser` with `SWT.EDGE` style is created.
0 commit comments