Active Directory Federation Services (ADFS) configuration

If your organization uses Azure Active Directory, please consider the Azure Active Directory Configuration Guide as the configuration process is far simpler than AD FS.

ADFS Setup

  1. Open the AD FS administration console on your Windows Server and add a new Application Group
  2. Enter "ActivityInfo" as the name of the integration, and select Server Application from the Standalone applications section and click Next.
  3. Copy the Client Identifier and save it for later.
  4. Add the following Redirect URI: "https://activityinfo.example.gov/login/auth", replacing "activityinfo.example.gov" with the domain name you have chosen for your ActivityInfo server.
  5. In the "Configure Application Credentials", check the "Generate a shared secret" box and then use the "Copy to clipboard" button to copy and save the secret for later.

Adding the provider in ActivityInfo

Navigate to the Server Settings interface and then to the "Single Sign On" section.

From the "Add Provider" menu, choose "Add other"

Enter the URL of your ADFS server in the Provider URL box and copy and paste the the Client ID and Client Secrets into the editor and click "Save"

Next item
Active Directory Service Interfaces (ADSI) configuration