Seamless SSO with Electron app

Jack Nguyen 1 Reputation point
2022-08-19T07:57:27.703+00:00

Hi guys,

We are developing an application using Electron.

How does electron apply Seamless SSO by Javascript?

As this topic https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5041 they said: Msal.js are not supported yet.

We already config the machine joined domain but it required a password every time opened application.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JimmySalian-2011 42,071 Reputation points
    2022-08-19T16:52:28.517+00:00

    Hi,

    Not sure if this answers your query but can you try using webview from Electron here is the configuration - webview-tag

    how-to-implement-single-sign-on-for-electron

    0 comments No comments