ICoreWebView2EnvironmentOptions.get_AllowSingleSignOnUsingOSPrimaryAccount

The AllowSingleSignOnUsingOSPrimaryAccount property is used to enable single sign on with Azure Active Directory (AAD) and personal Microsoft Account (MSA) resources inside WebView. All AAD accounts, connected to Windows and shared for all apps, are supported. For MSA, SSO is only enabled for the account associated for Windows account login, if any. Default is disabled. Universal Windows Platform apps must also declare enterpriseCloudSSO Restricted capabilities

for the single sign on (SSO) to work.

interface ICoreWebView2EnvironmentOptions
@" propget"
HRESULT
get_AllowSingleSignOnUsingOSPrimaryAccount
(
BOOL* allow
)
Suggestion Box / Bug Report