Getting Citrix Cloud Authentication when Configuring VMware Integration Broker? Let’s Solve This!

No comments

Let me guess, you’re trying to configure Citrix Integration using Workspace ONE Access and on Integration Broker you’re facing a Citrix Cloud Credentials? This is an awkward situation (even if you’re not using Citrix Cloud at this moment). So… how to solve this??

Probably you’re following this VMware Docs where you need to install first Citrix Studio and after that install Citrix PowerShell SDK on the Integration Broker Server. But right after you running the following command (below), when trying to get desktops configured for Citrix Delivery Controller, you’re getting that Citrix Cloud authentication page.

# Get desktops configured for Citrix Delivery Controller
Get-BrokerDesktopGroup -AdminAddress CitrixDeliveryController
Citrix Cloud Authentication Page

To solve this, you just need to set the Citrix Authentication and point the profile type to On-Premises. Just type this command right before you add Citrix PSSnapin:

# Set Citrix Authentication to On-Premises
Set-XDCredentials -ProfileType OnPrem

Now you’re ready to continuing following this VMware Docs to configure your Integration Broker.

Enjoy the Ride.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.