Configuring Active Directory and SSO groups with ADFS allows you to map users to specific groups on your platform site.
Before you start
Before you configure Active Directory and SSO groups with ADFS, there are a few things to know:
-
You will need Active Directory Federation Services (ADFS).
-
You need to Configure SAML single sign-on with ADFS.
-
You have permission to create a “Group” and edit “Claim Rules” on ADFS.
1. Create a new Group on ADFS
-
In Server Manager, click Tools, and then select Active Directory Users and Computers.
-
Select a directory.
-
Right-click the directory and select New > Group.
-
Right-click the group and select Properties.
-
On the Members tab, select Add.
-
Under Enter the object names to select, enter the names or email addresses of the users you want to add to this group.
-
(Optional) Click Check Names to verify the users.
-
Click OK and then Apply.
2. Add a new attribute to an Issuance Transform Rules
-
In Server Manager, click Tools, and then select AD FS Management.
-
In the console tree, under AD FS, click Relying Party Trusts.
-
Right-click the trust you made in Configure SAML single sign-on with ADFS, and then click Edit Claim Issuance Policy.
-
Under Issuance Transform Rules, select the “Map attributes” rule.
-
Under LDAP attribute, add a new attribute of "Token-Groups as SIDs", and map it to "Role" under Outgoing Claim Type.
-
Click OK.
3. Create an SSO group
-
Create a new SSO group within your platform site that’s mapped to the group you created in your ADFS.
See also