Connect SAML as an identity provider to Citrix Cloud Government
Citrix Cloud Government supports using SAML (Security Assertion Markup Language) as an identity provider to authenticate administrators (preview) and subscribers signing in to their workspaces. You can use the SAML 2.0 provider of your choice with your on-premises Active Directory (AD).
Prerequisites
Using SAML authentication with Citrix Cloud Government has the following requirements:
- SAML provider that supports SAML 2.0
- On-premises AD domain
- Two Cloud Connectors deployed to a resource location and joined to your on-premises AD domain. The Cloud Connectors are used to ensure Citrix Cloud Government can communicate with your resource location.
- AD integration with your SAML provider.
Cloud Connectors
You need at least two (2) servers on which to install the Citrix Cloud Connector software. Citrix recommends at least two servers for Cloud Connector high availability. These servers must meet the following requirements:
- Meets the system requirements described in Citrix Cloud Connector requirements.
- Does not have any other Citrix components installed, isn’t an AD domain controller, and isn’t a machine critical to your resource location infrastructure.
- Joined to the domain where your resources are. If users access resources in numerous domains, you must install at least two Cloud Connectors in each domain.
- Connected to a network that can contact the resources that subscribers access through Citrix Workspace.
- Connected to the Internet. For more information, see Connectivity requirements for Citrix Cloud Government.
For more information about installing the Cloud Connector, see Task 3: Install Cloud Connectors.
Active Directory
Before configuring SAML authentication, perform the following tasks:
- Verify that your workspace subscribers have user accounts in Active Directory (AD). Subscribers with only AD accounts can’t sign in to their workspaces successfully when SAML authentication is configured.
- Ensure that the user properties in your subscribers’ AD accounts are populated. Citrix Cloud Government requires these properties to establish the user context when subscribers sign in to Citrix Workspace. If these properties aren’t populated, subscribers can’t sign in. These properties include:
- Email address
- Display name (optional)
- Common name
- SAM account name
- User Principal Name
- Object GUID
- SID
- Connect your Active Directory (AD) to your Citrix Cloud Government account by deploying Cloud Connectors in your on-premises AD.
- Synchronize your AD users to the SAML provider. Citrix Cloud Government requires the AD user attributes for your workspace subscribers so they can sign in successfully.
SAML integration with Active Directory
Before enabling SAML authentication, you must integrate your on-premises AD with your SAML provider. This integration allows the SAML provider to pass the following required AD user attributes to Citrix Cloud in the SAML assertion:
- SecurityIDentifier (SID)
- objectGUID (OID)
- userPrincipalName (UPN)
- Mail (email)
Although the precise integration steps vary among SAML providers, the integration process typically includes the following tasks:
- Install a synchronization agent in your AD domain to establish a connection between your domain and your SAML provider.
- If you don’t already have custom attributes that map to the AD user attributes described earlier. Create the custom attributes and map them to AD. For reference, the general steps for this task are described in Create and map custom SAML attributes in this article.
- Synchronize your AD users to your SAML provider.
Note:
If you have already created custom attributes that map to the required AD user attributes listed earlier in this section. You don’t need to create and map more custom attributes. Instead, use your existing custom attributes when you configure the metadata from your SAML provider in Citrix Cloud Government.
For more information about integrating your AD with your SAML provider, consult your SAML provider’s product documentation.
Administrator authentication with SAML 2.0
Note:
SAML authentication for Citrix Cloud Government administrators is in technical preview. We recommend using preview features only in non-production environments.
AD groups
You can add administrators to Citrix Cloud Government using only AD groups. You can’t add administrators individually if you’re using SAML authentication.
Sign-in URL
When configuring SAML authentication, you configure a sign-in URL that administrators can use to sign in to Citrix Cloud Government. This URL uses the format https://citrix.cloud.us/go/myorganization
, where myorganization is the unique identifier you choose for your organization.
After you add AD groups, the administrators in the group can sign in to Citrix Cloud Government immediately using the sign-in URL you specified. Citrix doesn’t send any notifications to let administrators know that they have access to Citrix Cloud Government.
Supported permissions
Only custom access permissions are supported. When you add an AD group, you must select the permissions that you want to grant to the administrators in the group. Full access permissions aren’t supported.
Task overview
To set up SAML authentication, you perform the following tasks:
- In Identity and Access Management, connect your on-premises AD to Citrix Cloud Government as described in Connect Active Directory to Citrix Cloud Government.
- Integrate your SAML provider with your on-premises AD as described in SAML integration with Active Directory in this article.
- In Identity and Access Management, configure SAML authentication in Citrix Cloud Government. This task involves configuring your SAML provider with the SAML metadata from Citrix Cloud Government. Then configuring Citrix Cloud Government with the metadata from your SAML provider to create the SAML connection.
- If you’re using SAML to authenticate administrators:
- Configure the sign-in URL that administrators can use to sign in to Citrix Cloud Japan.
- Add administrators to Citrix Cloud Government by specifying the AD groups that they belong to.
- If you’re using SAML to authenticate workspace subscribers, enable the SAML authentication method in Workspace Configuration. If you’re using SAML only for authenticating Citrix Cloud administrators, you don’t need to perform this task.
Create and map custom SAML attributes
If you already have custom attributes for the SID, UPN, OID, and email attributes configured in your SAML provider, you don’t have to perform this task. Proceed to Create a SAML connector application and use your existing custom SAML attributes in Step 8.
Note:
The steps in this section describe the actions that you perform in your SAML provider’s administration console. The specific commands that you use to perform these actions might vary from the commands described in this section, depending on your chosen SAML provider. The SAML provider commands in this section are provided as examples only. Refer to your SAML provider’s documentation for more information about the corresponding commands for your SAML provider.
- Sign in to the administration console of your SAML provider and select the option for creating custom user attributes. For example, depending on your SAML provider’s console, you might select Users > Custom User Fields > New User Field.
- Add the following attributes:
- cip_sid
- cip_upn
- cip_oid
- cip_email
- Select the AD that you connected with Citrix Cloud Government. For example, depending on your SAML provider’s console, you might select Users > Directories.
- Select the option for adding directory attributes. For example, depending on your SAML provider’s console, you might select Directory Attributes.
- Select the option for adding attributes and map the following AD attributes to the custom user attributes you created in Step 2:
- Select
objectSid
and map to thecip_sid
attribute. - Select
userPrincipalName
and map to thecip_upn
attribute. - Select
ObjectGUID
and map to thecip_oid
attribute. - Select
mail
and map to thecip_email
attribute.
- Select
Configure the administrator sign-in URL
- Sign in to Citrix Cloud at https://citrix.cloud.us.
- From the Citrix Cloud menu, select Identity and Access Management.
- Locate SAML 2.0 and select Connect from the ellipsis menu.
- When prompted, enter a short, URL-friendly identifier for your company and select Save and continue. The Configure SAML page appears.
- Go to the next section to configure the SAML connection to Citrix Cloud Government.
Configure the SAML provider metadata
In this task, you create a connector application using SAML metadata from Citrix Cloud Government. After you configure the SAML application, you use the SAML metadata from your connector application to configure the SAML connection to Citrix Cloud Government.
Note:
Some steps in this section describe actions that you perform in your SAML provider’s administration console. The specific commands that you use to perform these actions might vary from the commands described in this section, depending on your chosen SAML provider. The SAML provider commands in this section are provided as examples only. Refer to your SAML provider’s documentation for more information about the corresponding commands for your SAML provider.
Create a SAML connector application
- Sign in to Citrix Cloud Government at https://citrix.cloud.us.
- From the Citrix Cloud menu, select Identity and Access Management.
- Locate SAML 2.0 and select Connect from the ellipsis menu. The Configure SAML screen appears.
- From your SAML provider’s administration console, add an application for an identity provider with attributes and sign response. For example, depending on your provider’s console, you might select Applications > Applications > Add App and then select SAML Test Connector (IdP w/ attr w/ sign response).
- If applicable, enter a display name and save the app.
- From the Configure SAML screen in Citrix Cloud Government, in SAML Metadata select Download. The metadata XML file appears in another browser tab.
- Enter the following details for the connector application:
- In the Audience field, enter
https://saml.cloud.us
. - In the Recipient field, enter
https://saml.cloud.us/saml/acs
. - In the field for ACS URL validator, enter
https://saml.cloud.us/saml/acs
. - In the field for ACS URL, enter
https://saml.cloud.us/saml/acs
. - In the field for a single logout URL, enter
https://saml.cloud.us/saml/logout/callback
.
- In the Audience field, enter
-
Add your custom SAML attributes as parameter values in the application:
Create this field Assign this custom attribute cip_sid cip_sid or your existing SID attribute cip_upn cip_upn or your existing UPN attribute cip_oid cip_oid or your existing OID attribute cip_email cip_email or your existing email attribute - Add your Workspace subscribers as users to allow them to access the application.
Add SAML provider metadata to Citrix Cloud Government
- Acquire the SAML metadata from your SAML provider. The following image is an example of what this file might look like:
- In the Configure SAML screen in Citrix Cloud Government, enter the following values from your SAML provider’s metadata file:
-
In Entity ID, enter the entityID value from the EntityDescriptor element in the metadata.
- In Sign Authentication Request, select Yes to allow Citrix Cloud Government to sign authentication requests, certifying they came from Citrix Cloud Government and not a malicious actor. Select No if you prefer to add the Citrix ACS URL to an allow list that your SAML provider uses for posting SAML responses safely.
-
In SSO Service URL, enter the URL for the binding mechanism you want to use. You can use either HTTP-POST or HTTP-Redirect binding. In the metadata file, locate the SingleSignOnService elements with Binding values of either HTTP-POST or HTTP-Redirect.
- In Binding Mechanism, select the mechanism that matches the binding for the SSO Service URL you chose from the metadata file.
- In SAML Response, select the signing method your SAML provider uses for the SAML Response and SAML Assertion. By default, Citrix Cloud Government rejects any responses that aren’t signed as specified in this field.
-
- In your SAML provider’s administration console, perform the following actions:
- Select SHA-256 for the SAML signing algorithm.
- Download the X.509 certificate as a PEM file.
- In the Configure SAML screen in Citrix Cloud Government, select Upload File and select the PEM file you downloaded in the previous step.
- Select Continue to complete the upload.
- In Authentication Context, select the context you want to use and how strictly you want Citrix Cloud to enforce this context. Select Minimum to request authentication at the selected context without enforcing authentication at that context. Select Exact to request authentication at the selected context and enforce authentication only at that context. If your SAML provider doesn’t support authentication contexts or you choose not to use them, select Unspecified and Minimum.
- In Logout URL, locate the SingleSignOnService element with the HTTP-Redirect binding in your SAML provider’s metadata file and enter the URL.
- Verify the following default name attribute values in Citrix Cloud Government match the corresponding attribute values in your SAML provider’s administration console. If your SAML provider has different values, you can change these values in Citrix Cloud to ensure they match your SAML provider.
-
Attribute name for User Display Name:
displayName
-
Attribute name for User Given Name:
givenName
-
Attribute name for User Family Name:
familyName
-
Attribute name for User Display Name:
- In Citrix Cloud, enter the custom SAML attributes from your SAML provider:
- In Attribute name for Security Identifier (SID), enter your custom SID attribute name. The default value is
cip_sid
. - In Attribute name for User Principal Name (UPN), enter your custom UPN attribute name. The default value is
cip_upn
. - In Attribute name for Email, enter your custom Email attribute name. The default value is
cip_email
. - In Attribute name for AD Object Identifier (OID), enter your custom OID attribute name. The default value is
cip_oid
.
- In Attribute name for Security Identifier (SID), enter your custom SID attribute name. The default value is
- Select Test and Finish to verify you configured the connection successfully.
Add administrators to Citrix Cloud Government from AD
- In Citrix Cloud Government, from the Identity and Access Management page, select the Administrators tab.
- In Administrator details, select Active Directory and then select the domain you want to use.
- In Search for a group to add, start typing the name of the group you want to add in the search box. When appears, click the plus sign (+) to select the group.
- Select Next.
- Select the custom access permissions or roles that you want to assign to the group. Select Next.
- Review the administrator details. Select Back to make any changes.
- When you’re finished, select Save.
Enable SAML authentication for workspaces
- From the Citrix Cloud menu, select Workspace Configuration.
- Select the Authentication tab
- Select SAML 2.0.
Troubleshooting
Attribute errors
Attribute errors might arise if the required attributes in your SAML configuration aren’t encoded correctly. When an attribute error occurs, Citrix Cloud Government displays an error message that includes the faulty attribute.
To resolve this type of error, ensure that these attributes are encoded as described in the following table.
Attribute | Encoding |
---|---|
cip_email | Must be in String format (user@domain ) |
cip_oid | Must be in Base64 or String format |
cip_sid | Must be in Base64 or String format |
cip_upn | Must be String format (user@domain ) |
Unexpected errors
Citrix Cloud Government might experience an unexpected error when:
- A user starts a SAML request using an IDP-initiated flow. For example, the request is made by selecting a tile through the identity provider’s app portal instead of navigating directly to the workspace URL (
customer.cloud.us
). - The SAML certificate is invalid or has expired.
- The authentication context is invalid.
- SAML assertion and response signature are mismatched.
When this error occurs, Citrix Cloud Government displays a generic error message.
If this error results from navigating to Citrix Cloud Government through an identity provider’s app portal, you can use the following workaround:
- Create a bookmark app in the identity provider’s app portal that references your workspace URL (for example,
https://customer.cloud.us
). - Assign users to both the SAML app and the bookmark app.
- Change the visibility settings of the SAML app and the bookmark app so that the bookmark app is visible and the SAML app is hidden in the app portal.
- Disable the Prompt=Login parameter to remove another password prompts.