Skip to content

ADFS SAML 2.0 SSO Integration with AIR

This article explains how to configure Active Directory Federation Services (ADFS) as a SAML 2.0 identity provider for AIR.


  • Windows Server with the AD FS role installed and configured
  • Access to the AD FS Management console with admin privileges
  • Access to AIR as an administrator
  • Users to be authenticated must have their email field populated in Active Directory
  • Ensure network connectivity between AIR and the ADFS server (via the Federation Service URL)

  1. Open Server Manager on the ADFS server.
  2. Go to Tools -> AD FS Management.
  3. In the right-side Actions pane, select Add Relying Party Trust.
  4. In the wizard, use the following selections:
    • Welcome: Claims Aware
    • Select Data Source: Enter data about the relying party manually
    • Specify Display Name: enter a display name
    • Configure URL: enable SAML 2.0 WebSSO protocol, then enter the ACS URL from AIR SSO settings
    • Configure Identifiers: add the same ACS URL as relying party trust identifier
    • Choose Access Control Policy: select a policy that matches your security requirements (default can be Permit Everyone)
  5. Review the configuration and finish the wizard.

After the trust is created, you can tune additional settings from the trust properties:

  • Hash algorithm: change the secure hash algorithm in the Advanced tab if required.
  • Endpoint binding: change SAML endpoint binding in the Endpoints tab (default is typically POST).
  1. In AD FS Management, open Relying Party Trusts.
  2. Select the trust you created for AIR.
  3. Click Edit Claim Issuance Policy.
  4. Add claim rules to pass required user attributes (including Name ID) to Console.
  5. Start with the Send LDAP Attributes as Claims template and continue with the additional required rules for your deployment.

You can upload IdP metadata to configure SSO quickly.

  1. Open the metadata URL from your ADFS server:

    https://<ADFS_DOMAIN>/FederationMetadata/2007-06/FederationMetadata.xml
  2. Download the XML metadata file.

  3. In AIR SSO settings, upload the metadata XML file.

  1. Open Active Directory Users and Computers.
  2. Create a new user account for SSO testing.
  3. Edit the user profile and ensure the email address is populated.
  1. In AIR, open the roles page and copy the required role Tag values.
  2. Add groups and map them to users.
  3. Use the required role tags with the air_role. prefix when configuring role-related group values.
  4. Open target user settings and assign required role entries.

After configuration is complete:

  1. Open the AIR login page.

  2. Confirm the Sign in with ADFS button is visible.

  3. Click the button and authenticate on the ADFS login page.

  4. Verify that you are redirected back to the AIR Console after successful authentication.