Skip to main content

April 13, 2026

Configure the Claims Provider for the Omnissa Access Relying Party Trust

When setting up an end-to-end integration to cover all main use cases, you must specify Active Directory as the sole claims provider for the Omnissa Access relying party trust. This claims provider configuration is required to prevent an authentication loop from occurring between AD FS and Omnissa Access.

Use the following procedure to specify Active Directory as the sole claims provider for the Omnissa Access relying party trust. After you complete the configuration, authentication requests will follow this flow:

  1. End user attempts to access the Hub portal.
  2. Omnissa Access redirects the authentication request to AD FS as the federated identity provider.
  3. AD FS refers to the Omnissa Access relying party trust.
  4. Since Active Directory is the sole claims provider specified for the relying party trust, the flow concludes with AD FS as the final authentication authority.

For more information about setting up an end-to-end integration, see Main Use Cases.

Prerequisites

Perform all the procedures described in the following topics:

Procedure

  1. On the AD FS server, open a PowerShell session with elevated administrator rights.

  2. Run the following cmdlet.

    Set-ADFSRelyingPartyTrust -TargetName "{Omnissa Access RELYING PARTY}" -ClaimsProviderName
                    "Active Directory"
    

    Replace {Omnissa Access RELYING PARTY} with the name of the relying party trust that you configured for Omnissa Access. Use the name as it appears in the AD FS Management console.

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…