Skip to main content

April 13, 2026

Configure Claim Rules for the Relying Party Trust

As the claims issuer (or identity provider), AD FS sends security tokens containing authentication claims to Omnissa Access. Relying party claim rules define the content of these claims and transform them into a format that Omnissa Access can recognize and consume.

You must configure two claim rules for Omnissa Access as the relying party. The first rule directs AD FS to look up the LDAP email address attribute for the requesting user and to send this attribute as the claim. The second rule transforms this claim into the SAML-based email address attribute expected by Omnissa Access.

Prerequisites

Add Omnissa Access as a Relying Party for AD FS

Procedure

  1. If needed, open the Edit Claim Issuance Policy window (AD FS 4.0) or Edit Claim Rules window (AD FS 3.0) on the AD FS server by performing the following steps.

    1. Run the AD FS Management console as an administrator.

    2. (AD FS 3.0.) In the left pane, expand the Trust Relationships folder.

    3. In the left pane, select Relying Party Trusts.

    4. In the center pane, select the relying party trust that you created for Omnissa Access.

    5. In the right pane, click Edit Claim Issuance Policy (AD FS 4.0) or Edit Claim Rules (AD FS 3.0).

    Screenshot of Relying Party Trusts showing Edit Claim Rules option

  2. In the Edit Claim Issuance Policy window (AD FS 4.0) or Edit Claim Rules window (AD FS 3.0), select the Issuance Transform Rules tab.

    Screenshot of Edit Claim Issuance Policy dialog

  3. Click Add Rule.

    The Add Transform Claim Rule Wizard appears.

  4. For Claim rule template, select Send LDAP Attributes as Claims. Then click Next.

    The Configure Rule page appears.

  5. Specify the following settings.

    SettingDescription
    Claim rule nameEnter a descriptive name for the rule (for example, Get E-Mail Address Attribute).
    Attribute storeSelect Active Directory.
    LDAP AttributeSelect E-Mail-Addresses.
    Outgoing Claim TypeSelect E-mail address.
  6. Click Finish.

  7. Verify that the email address attribute rule appears in the list of claim rules.

    Next, you add a second rule that transforms the email address attribute in the outgoing claim to the SAML-based format expected by Omnissa Access.

  8. Click Add Rule.

  9. For Claim rule template, select Send Claims Using a Custom Rule. Then click Next.

  10. Specify the following settings.

    • For Claim rule name, enter a descriptive name for the rule (for example, Transform E-Mail Address).

    • In the Custom rule text box, enter the following script, where {AccessTenant} at the end of the script is replaced with the fully qualified domain name (FQDN) of the Omnissa Access service. This script uses the required syntax for custom rules.

      c:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"] =>
      
      issue(Type = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier", Issuer =
      c.Issuer, OriginalIssuer = c.OriginalIssuer, Value = c.Value, ValueType = c.ValueType,
      Properties["http://schemas.xmlsoap.org/ws/2005/05/identity/claimproperties/format"] =
      "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
      Properties["http://schemas.xmlsoap.org/ws/2005/05/identity/claimproperties/spnamequalifier"]
      = "{AccessTenant}");
      
      ~~~~~~~
      
  11. Click Finish.

    Screenshot of Edit Claim Issuance Policy dialog showing new rule added

  12. Verify that both new rules appear in the rules list, with the custom transformation rule appearing in the second position. Click Apply, and then click OK.

Results

This procedure concludes the integration of AD FS as a federated identity provider for Omnissa Access.

What to do next

Test the Workspace ONE Intelligent Hub Login with AD FS Authentication

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…