Skip to content
English
  • There are no suggestions because the search field is empty.

How to purchase and configure Azure SSO?

The system supports Azure as an SSO provider. To configure Azure SSO, you need to purchase/subscribe to the required Microsoft identity service and create an application to obtain the credentials required by the system.

Prerequisites

Before configuring Azure SSO, ensure that you have:

  • A Microsoft account with access to the required Azure/Entra administration.
  • A Microsoft Entra ID subscription or appropriate Microsoft subscription.
  • Permission to register an application.
  • Access to the system's SSO configuration screen.
Step 1: Purchase Azure Service

Azure SSO is provided through Microsoft Entra ID (formerly Azure Active Directory).

  1. Open the Microsoft Entra pricing page.
  2. Review the available plans.
  3. Select the plan suitable for your organization.
  4. Complete the purchase/subscription process.

Microsoft Entra Pricing

Note: The appropriate Microsoft Entra plan depends on the organization's requirements. Pricing and availability may vary by region and subscription agreement.

Step 2: Register an Application

After obtaining access to Microsoft Entra ID:

  1. Sign in to the Microsoft Entra admin center.
  2. Navigate to Entra ID → App registrations.
  3. Click New registration.
  4. Enter the application name.
  5. Select the appropriate account type.
  6. Configure the required Redirect URI / Callback URL.
  7. Click Register.

After registration, Microsoft provides the application details required for SSO configuration.

Step 3: Obtain Client ID

Open the registered application and locate:

Overview → Application (client) ID

Copy the Application (client) ID.

This value is entered in the system as:

Client ID

Step 4: Obtain Tenant ID

From the same application overview page, locate:

Directory (tenant) ID

Copy the Directory (tenant) ID.

This value is entered in the system as:

Tenant ID

Step 5: Create Client Secret
  1. Open the registered application.
  2. Go to Certificates & secrets.
  3. Select Client secrets.
  4. Click New client secret.
  5. Enter a description.
  6. Select the required expiration period.
  7. Click Add.
  8. Copy the Secret Value immediately.

The secret value should be stored securely because it is required for authentication.

Microsoft – Add App Credentials

Note: Do not confuse the Secret ID with the Secret Value. The system requires the Client Secret value.

Step 6: Configure Callback URL

The SSO configuration screen contains a Callback URL field.

Use the Callback URL provided by the system and configure the same URL as the application's Redirect URI in Microsoft Entra.

The Callback URL configured in both locations must match.