Skip to main content

Integration Guide: Microsoft Entra ID (Azure AD) with TAC

1. Access Microsoft Entra

2. Application Registration

  • Go to Applications β†’ App registrations.

  • Create a new registration.

  • For the Redirect URI, select: "Web" and type the following URL:
    ​https://app.touchandcontact.com/

  • Optionally enable ID tokens and Live SDK support only if required depending on the customer's directory configuration.

3. API Permissions

In the API permissions section, add the following permissions.

  • Application Permissions

    • Directory.Read.All

    • Group.Read.All

    • GroupMember.Read.All

    • User.Read

    • User.Read.All

  • Delegated Permissions

    • email

    • offline_access

    • openid

    • profile

  • Then click: Grant admin consent for Default Directory. This step authorizes the application at the directory level.

4. Certificates and Secrets

Go to Certificates & secrets.

Create a new Client Secret and store the generated value securely.

5. Configuration in the TAC Portal

  • Log in to the TAC company portal:

  • Go to the Integrations section and enter the following parameters:

    • Tenant ID

    • Client ID

    • Client Secret

  • Then select the group to synchronize.

These structured instructions should help simplify the integration process step by step.

Did this answer your question?