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:
- End user attempts to access the Hub portal.
- Omnissa Access redirects the authentication request to AD FS as the federated identity provider.
- AD FS refers to the Omnissa Access relying party trust.
- 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:
- Integrating AD FS as a Federated Identity Provider for Omnissa Access
- Integrating Omnissa Access as a Federated Identity Provider for AD FS
Procedure
-
On the AD FS server, open a PowerShell session with elevated administrator rights.
-
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?