Register with Azure AD
Use your organization's Microsoft Entra ID (Azure AD) app registration. These settings belong to your organization and are not hard-coded into platform configuration.
Set up an app registration in Microsoft Entra ID
If your IT team has not already created an app for Engineering Analytics, an administrator can create one in the Microsoft Entra admin center:
- Open App registrations and select New registration.
- Enter a name (for example, Engineering Analytics).
- Choose who can sign in. For a single company, use Accounts in this organizational directory only.
- Under Redirect URI, choose Web and paste this exact value:
- Select Register.
- On the app Overview page, copy the Application (client) ID and Directory (tenant) ID into the form below.
- Open Certificates & secrets, create a new client secret, and copy the secret value into the form below. You will not be able to view it again after leaving the page.
Local development works with localhost redirect URIs. When you deploy, add the production callback URL as an additional redirect URI in the same app registration.