---
title: How to setup SSO for Windows 2016 - ADFS 4.0
description: From the AD FS Management screen, go to AD FS ➜ Application Groups and click Add Application Group…  Fill in a name for the application group, select Web browser accessing a web application and click 
---

[Skip to content](https://support.bucketlistrewards.com/en/knowledge/how-to-integrate-with-adfs-2016-4.0#main-content)

English

Show submenu for translations

[Contact Support](https://support.bucketlistrewards.com/en/knowledge/kb-tickets/new?hsLang=en)

[![bucketlist-full-logo (2)-4](https://support.bucketlistrewards.com/hs-fs/hubfs/bucketlist-full-logo%20(2)-4.png?width=300&height=97&name=bucketlist-full-logo%20(2)-4.png)](https://bucketlistrewards.com/)

Open main navigation

Close main navigation

- English
  
  Show submenu for translations
- [Contact Support](https://support.bucketlistrewards.com/en/knowledge/kb-tickets/new)
- [Contact Support](https://support.bucketlistrewards.com/en/knowledge/kb-tickets/new)

[Contact Support](https://support.bucketlistrewards.com/en/knowledge/kb-tickets/new?hsLang=en)

 Welcome to the Bucketlist Help Center.

- There are no suggestions because the search field is empty.

1. [Bucketlist Help Center](https://support.bucketlistrewards.com/en/knowledge?hsLang=en)
2. [Integrations and IT](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en)
3. [SSO](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#sso)

# How to setup SSO for Windows 2016 - ADFS 4.0

**For Platform Administrators:**  
This article is intended for Bucketlist platform administrators. If you are an employee or end-user, some features or settings described here may not be available to you.

### Step 1 - Configuring an Application Group

From the AD FS Management screen, go to **AD FS ➜ Application Groups** and click **Add Application Group…**

**![\_images/01\_add\_app\_group.png](https://django-auth-adfs.readthedocs.io/en/latest/_images/01_add_app_group.png)**

Fill in a **name** for the application group, select **Web browser accessing a web application** and click **Next**.

![](https://support.bucketlistrewards.com/hubfs/image-25.png)

Make note of the **Client Identifier** value.

The **Redirect URI** value must match with your domain where your BucketlistRewards application is located. This should be something like https://\<company-name\>.bucketlist.org/adfs-oauth2/callback.

Note that if your platform is on bucketlistrewards.ca instead of bucketlist.org, you would use https://\<company-name\>.bucketlistrewards.ca/adfs-oauth2/callback

![](https://support.bucketlistrewards.com/hubfs/image-26.png)

Select **Permit everyone** and click **Next**.

![\_images/04\_native\_app\_access\_policy.png](https://django-auth-adfs.readthedocs.io/en/latest/_images/04_native_app_access_policy.png)

Review the settings and click **Next.**

**Note that you will need to communicate us these values:**

- The **Client ID**
- The **Relying Party ID**

While they both are the same in this screenshot, they can be changed independently from one another afterwards.

![](https://support.bucketlistrewards.com/hubfs/image-28.png)

Close the wizard by clicking **Close**.

![\_images/06\_wizard\_end.png](https://django-auth-adfs.readthedocs.io/en/latest/_images/06_wizard_end.png)

### Step 2 - Configuring Claims

Open the **properties** for the application group we just created. Select the **Web application** entry and click **Edit**

![](https://support.bucketlistrewards.com/hubfs/image-31.png)

On the **Issuance Transform Rules** tab, click the **Add Rule** button

![](https://support.bucketlistrewards.com/hubfs/image-32.png)

Select **Send LDAP Attributes as Claims** and click **Next**

Give the rule a name and select **Active Directory** as the attribute store. Then configure the below claims.

| LDAP Attribute | Outgoing Claim Type |
| --- | --- |
| E-Mail-Addresses | E-Mail Address |
| Given-Name | Given Name |
| Surname | Surname |
| Token-Groups - Unqualified Names | Group |
| SAM-Account-Name | Windows Account Name |

**![\_images/08\_add\_ldap\_attributes\_part2.png](https://django-auth-adfs.readthedocs.io/en/latest/_images/08_add_ldap_attributes_part2.png)**Click **Finish** to save the settings

You should now see the rule added. Click **OK** a couple of times to save the settings.

Once everything is configured, you can use the below PowerShell commands to determine the value for the settings you will need to provide to us:

- Client id
- Server
- Relying party ID and Audience

```
PS C:\Users\Administrator> Get-AdfsNativeClientApplicationName                       : BucketlistRewards - Native applicationIdentifier                 : 487d8ff7-80a8-4f62-b926-c2852ab06e94      <<< CLIENT_ID <<<ApplicationGroupIdentifier : BucketlistRewardsDescription                :Enabled                    : TrueRedirectUri                : {http://web.example.com:8000/oauth2/callback}LogoutUri                  :PS C:\Users\Administrator> Get-AdfsProperties | select HostName | Format-ListHostName : adfs.example.com      <<< SERVER <<<PS C:\Users\Administrator> Get-AdfsWebApiApplication | select Identifier | Format-ListIdentifier             : {web.example.com}      <<< RELYING_PARTY_ID and AUDIENCE <<<
```

### Enabling SSO for other browsers<https://django-auth-adfs.readthedocs.io/en/latest/adfs_4.0_config_guide.html#enabling-sso-for-other-browsers>

By default, ADFS only supports seamless single sign-on for Internet Explorer. In other browsers, users will always be prompted for their username and password.

To enable SSO also for other browsers like Chrome and Firefox, execute the following PowerShell command:

```
[System.Collections.ArrayList]$UserAgents = Get-AdfsProperties | select -ExpandProperty WIASupportedUserAgents$UserAgents.Add("Mozilla/5.0")Set-ADFSProperties -WIASupportedUserAgents $UserAgents
```

After that, restart the ADFS service on every server in the ADFS farm.

For firefox, you’ll also have to change it’s network.automatic-ntlm-auth.trusted-uris setting to include the URI of your ADFS server.

**Note: when testing after a config change is made, please test in new incognito window each time if things don’t appear to work**

 

- [Service Updates](https://support.bucketlistrewards.com/en/knowledge/service-updates?hsLang=en)
- [Bucketlist Overview](https://support.bucketlistrewards.com/en/knowledge/bucketlist-overview?hsLang=en)
- [Log In Issues](https://support.bucketlistrewards.com/en/knowledge/log-in-issues?hsLang=en)
- [Rewards & the Marketplace](https://support.bucketlistrewards.com/en/knowledge/rewards-the-marketplace?hsLang=en#main-content)

    - [Pre Paid Visa and Mastercards](https://support.bucketlistrewards.com/en/knowledge/rewards-the-marketplace?hsLang=en#pre-paid-visa-and-mastercards)
- [Designing Your R&R Program](https://support.bucketlistrewards.com/en/knowledge/designing-your-rr-program?hsLang=en#main-content)

    - [Designing your Program](https://support.bucketlistrewards.com/en/knowledge/designing-your-rr-program?hsLang=en#designing-your-program)
    - [Recognition Tips and Best Practices](https://support.bucketlistrewards.com/en/knowledge/designing-your-rr-program?hsLang=en#recognition-tips-and-best-practices)
- [Marketing and Launch Materials](https://support.bucketlistrewards.com/en/knowledge/marketing-and-launch-materials?hsLang=en#main-content)

    - [Program Launch Questions](https://support.bucketlistrewards.com/en/knowledge/marketing-and-launch-materials?hsLang=en#program-launch-questions)
    - [Marketing Materials](https://support.bucketlistrewards.com/en/knowledge/marketing-and-launch-materials?hsLang=en#marketing-materials)
- [Platform Set Up for Admins](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#main-content)

    - [Members Tab](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#members-tab)
    - [Settings](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#settings)
    - [Awards & Nominations](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#awards-nominations)
    - [Reports & Dashboard](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#reports-dashboard)
    - [Resource Tab](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#resource-tab)
    - [Events](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#events)
    - [Redeem Tab](https://support.bucketlistrewards.com/en/knowledge/platform-set-up-for-admins?hsLang=en#redeem-tab)
- [User Provisioning Solutions](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#main-content)

    - [SFTP](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#sftp)
    - [ADP](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#adp)
    - [BambooHR](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#bamboohr)
    - [Beekeeper](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#beekeeper)
    - [Dayforce](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#dayforce)
    - [HiBob](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#hibob)
    - [Paylocity](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#paylocity)
    - [SAP SuccessFactors](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#sap-successfactors)
    - [Workday](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#workday)
    - [UKG](https://support.bucketlistrewards.com/en/knowledge/user-provisioning-solutions?hsLang=en#ukg)
- [Integrations and IT](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#main-content)

    - [Bucketlist App](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#bucketlist-app)
    - [Whitelisting Emails](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#whitelisting-emails)
    - [SSO](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#sso)
    - [Outlook](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#outlook)
    - [Microsoft Teams](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#microsoft-teams)
    - [Slack](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#slack)
    - [Gmail](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#gmail)
    - [Webhook](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#webhook)
    - [Widgets](https://support.bucketlistrewards.com/en/knowledge/integrations-and-it?hsLang=en#widgets)
- [My Profile](https://support.bucketlistrewards.com/en/knowledge/my-profile?hsLang=en)
- [Recognitions & Points](https://support.bucketlistrewards.com/en/knowledge/recognitions-points?hsLang=en#main-content)

    - [Content Moderation](https://support.bucketlistrewards.com/en/knowledge/recognitions-points?hsLang=en#content-moderation)
    - [AI Suggestions](https://support.bucketlistrewards.com/en/knowledge/recognitions-points?hsLang=en#ai-suggestions)
- [Rewards Float & Funding](https://support.bucketlistrewards.com/en/knowledge/rewards-float-funding?hsLang=en)
- [Amazon Marketplace](https://support.bucketlistrewards.com/en/knowledge/amazon-marketplace?hsLang=en)
- [Insights](https://support.bucketlistrewards.com/en/knowledge/insights?hsLang=en)
- [Bucketlist Features](https://support.bucketlistrewards.com/en/knowledge/bucketlist-features?hsLang=en#main-content)

    - [Surveys](https://support.bucketlistrewards.com/en/knowledge/bucketlist-features?hsLang=en#surveys)
    - [Banners](https://support.bucketlistrewards.com/en/knowledge/bucketlist-features?hsLang=en#banners)
    - [External Recognitions](https://support.bucketlistrewards.com/en/knowledge/bucketlist-features?hsLang=en#external-recognitions)
- [How to Contact Bucketlist](https://support.bucketlistrewards.com/en/knowledge/how-to-contact-bucketlist?hsLang=en#main-content)

    - [Support Asks](https://support.bucketlistrewards.com/en/knowledge/how-to-contact-bucketlist?hsLang=en#support-asks)
- [Nomination Awards](https://support.bucketlistrewards.com/en/knowledge/nomination-awards?hsLang=en)

[![bucketlist-full-logo (2)-4](https://support.bucketlistrewards.com/hs-fs/hubfs/bucketlist-full-logo%20(2)-4.png?width=250&height=81&name=bucketlist-full-logo%20(2)-4.png "bucketlist-full-logo (2)-4")](https://bucketlistrewards.com/)

We’re on a mission to build the best cultures in the world.

 

Copyright © 2026, Bucketlist Rewards & Recognition