Connect Microsoft Entra ID (Azure AD) to Ariglad Using OpenID Connect
You can connect Microsoft Entra ID (formerly Azure AD) as a Single Sign-On (SSO) provider to Ariglad using OpenID Connect (OIDC). This guide walks you through the setup process.
✅ Prerequisites
Before you begin, ensure you have:
Admin access to your Microsoft Entra ID / Azure AD tenant
Admin access to your Ariglad dashboard
The following redirect URI: https://ai.ariglad.com/api/ticketing_integration/sso/redirect/MicrosoftEntra
Step 1: Register an App in Microsoft Entra ID
Sign in to the Azure Portal at https://portal.azure.com
Navigate to:
Microsoft Entra ID → App registrations → New registration
Fill out the form:
Name: Ariglad
Supported account types: Choose the option that matches your org’s needs (e.g. Single tenant or Multitenant)
Redirect URI (web): https://ai.ariglad.com/api/ticketing_integration/sso/redirect/MicrosoftEntra
Click Register
After registration, copy:
Application (client) ID
Directory (tenant) ID
Step 2: Create a Client Secret
Inside the app you just registered, go to:
Certificates & secrets → New client secret
Add a description (e.g. “Ariglad integration”) and set an expiration
Click Add
Copy the Value of the client secret — you won’t be able to see it again later
Step 3: Connect Microsoft Entra ID in Ariglad
Click Add Integration
Select Microsoft Entra from the list of providers
Enter the following:
Tenant ID: From Azure portal
Client ID: From app registration
Client Secret: From the step above
Click Save
Last updated