en-US citrix computer

Allow Single Sign-On for Edge WebView

Citrix Workspace App

Supported on: Citrix Workspace app for Windows 2411 and above.

Description

When the policy is disabled, single sign-on (SSO) is disabled for devices that are Entra ID-joined or registered. The end user must authenticate in the Workspace app if Entra ID is used as the identity provider. When the policy is not configured, single sign-on (SSO) is enabled. By default,policy is enabled.

Registry

HKLM Software\Policies\Citrix\AuthManager

Value name: AllowSSOForEdgeWebview

Enabled: AllowSSOForEdgeWebview = true

Disabled: AllowSSOForEdgeWebview = false

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Allow Single Sign-On for Edge WebView
; State: Enabled
; Supported on: Citrix Workspace app for Windows 2411 and above.

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\AuthManager]
"AllowSSOForEdgeWebview"="true"