Skip to content

Single Sign-On with Azure

A. Create a New App Registration

If you already have an app registration for Anekonnect, jump to step B.

  1. Go to Azure Portal App Registration.
  2. Enter Anekonnect in the user-facing display name.
  3. Click Create. This will create a new app registration and take you to the app registration page. App Registration
  4. From the app registration page, copy the following: Application (client) ID Directory (tenant) ID App Page

B. Setup a Client Secret

  1. Click Add a certificate or secret. This will open the page to create a new secret. Certificate & Secrets
  2. Click New client secret. New Client Secret
  3. Add a description for the secret.
  4. Set the expiry date according to your requirements and inform us so we can schedule a reminder.
  5. Click Add. This will return you to the Certificates & secrets page.

IMPORTANT: Copy the Value of the secret from the third column before navigating away. The secret cannot be retrieved once you leave the page.

C. Add a Redirect URI for the App Registration

  1. On the app registration page, click on Redirect URI. Redirect URI
  2. Enter the following redirect URI:
    https://<tenant_name>.anekonnect.io/login
    
    Redirect URI Screenshot

D. Share Connection Details with Anekonnect

Share the following details with Anekonnect support:

  1. Application (client) ID from step A.4
  2. Directory (tenant) ID from step A.4
  3. Client Secret from step B.6