Configure Entra ID as an OIDC IdP
Overview
Use this guide to configure Microsoft Entra ID as an OpenID Connect (OIDC) identity provider for Atria. This is the recommended method for Atria 15.31 and newer, replacing the legacy Azure AD login configuration path. The outcome is a standards-based SSO integration that can be used for single-customer or inherited reseller models.
Visual Walkthrough
For a full picture-based walkthrough, see: Atria Configuration - Configure Entra ID as an iDP provider (Scribe)
Before You Start
Prepare the following before configuration:
- Access to Microsoft Entra admin center (
https://entra.microsoft.com) - Atria URL for your environment
- Target customer/reseller context in Atria where the provider will be created
- Secure storage location for client secret
You will need both callback URIs:
https://<atria-host>/oidc/callbackhttps://<atria-host>/oidc/link/callback
Step 1: Create the Entra App Registration
- In Entra ID, go to
App registrations > New registration. - Set a name (for example:
Atria OIDC Connection). - Set supported account type based on your design:
- Multi-tenant/shared model: organizational directories (multi-tenant)
- Single-tenant/customer-specific model: this directory only
- Add an initial Web redirect URI:
https://<atria-host>/oidc/link/callback
- Click Register.