Configure DDC
Enable TrustRequestsSentToTheXmlServicePort
Enable this setting on the Delivery Controller (DDC) to ensure that Session Remote Start requests coming through StoreFront are trusted.
For Citrix Virtual Apps and Desktops
Run the following commandlets on the Delivery Controller:
asnp Citrix*
Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true
For Citrix DaaS
Run the following commandlets:
- On a machine with internet connection, install Citrix DaaS Remote PowerShell SDK. Other articles also contain related information:
- Open PowerShell, and execute the command:
Get-XdAuthentication
An authentication dialog opens. - Execute the commandlets as On-Prem:
asnp Citrix*
Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true
- Log off.
Clear-XDCredentials
App Protection: If customers have an App protected delivery group, see App Protection.
HTTP Proxy: Customers must configure the necessary settings and follow the steps in HTTP Proxy Configuration if their setup includes HTTP proxies to ensure proper functionality.
Configure DDC
Copied!
Failed!