Highq Hub Sso Adfs Config
Highq Hub Sso Adfs Config
Highq Hub Sso Adfs Config
ADFS Configuration
HighQ Hub SSO – ADFS Configuation
Index
Index 2
Introduction 3
Introduction
This document will take you through the necessary steps required to configure your Active Directory
Federation Services server to work with HighQ Hub.
If you do not have an AD FS server you will need to follow the Microsoft links provided, which will walk
you through setting up a server in your network.
https://technet.microsoft.com/en-us/library/dd378922(v=ws.10).aspx#BKMK_2
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/install-the-ad-fs-role-
service
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/install-the-ad-fs-role-
service
2.3. Select first option, “Import data about the relying party…….”
2.6. On next screen select “Permit all users to access this relying party”.
3.1. Click "Add Rule" button, will get Select Rule Template window.
3.2. Select "Send LDAP Attributes as Claims" from "Claim rule template" drop down, and click Next.
• Select the value for "Mapping of LDAP attributes to outgoing claim types:"
• Select "E-mail-addresses" from "LDAP Attribute" and enter "mail" in "Outgoing Claim
Type".
3.5. Select "Send Claims Using a Custom Rule" from "Claim rule template" drop down. and click
Next.
• Give the claim rule a name "create Name Transient ID" in "Claim rule name:" textbox.
• Copy and add below code in Custom rule box:
c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname"]
=> add(store = "_OpaqueIdStore", types = ("http://www.highqhub.com/internal/persistentId"), query =
"{0};{1};{2}", param = "ppid", param = c.Value, param = c.OriginalIssuer);
Please note that the spacing is very important, you should ensure the text copied
retains the same spacing.
• Give the claim rule a name "Issue Transient Name id" in "Claim rule name:" textbox.
• Copy and add below code in Custom rule box:
c:[Type == "http://www.highqhub.com/internal/persistentId"]
Please note that the spacing is very important, you should ensure the text copied
retains the same spacing.