Microsoft Sign in usage

From VoIPmonitor.org
Revision as of 15:13, 30 July 2025 by Radekbucek (talk | contribs) (Created page with "= Configuring Microsoft Entra SSO for VoIPmonitor = == Part 1: How to Register an Application in Microsoft Entra == This guide will walk you through the necessary steps to register a new application in your Microsoft Entra ID (formerly Azure Active Directory) and correctly configure it for integration with the VoIPmonitor GUI. === 1. Sign in to the Microsoft Entra admin center === Open a web browser and navigate to [https://entra.microsoft.com https://entra.microsoft....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configuring Microsoft Entra SSO for VoIPmonitor

Part 1: How to Register an Application in Microsoft Entra

This guide will walk you through the necessary steps to register a new application in your Microsoft Entra ID (formerly Azure Active Directory) and correctly configure it for integration with the VoIPmonitor GUI.

1. Sign in to the Microsoft Entra admin center

Open a web browser and navigate to https://entra.microsoft.com.

Sign in using an account with administrative privileges.

2. Navigate to App registrations

In the left-hand menu, go to:

Identity > Applications > App registrations

3. New registration

At the top of the page, click the + New registration button.

4. Basic Application Information

Name
Enter a meaningful name for your application (e.g., "VoIPmonitor SSO").
Supported account types
Choose who can use the application. For internal use, the most common option is Accounts in this organizational directory only.

Click the Register button.

5. Configure the Redirect URI

Once the application is created, you will be taken to its overview page. In the application's menu, click on the Authentication section.

Click + Add a platform and select the Web option.

Redirect URIs
Enter the URL where your VoIPmonitor GUI is installed.

IMPORTANT:

  • Do not include admin.php or index.php at the end.
  • Do not include a trailing slash (/) at the end.

Correct format example:

https://voipmonitor.yourdomain.com

Click the Save button at the top of the page.

Part 2: How to Assign Users to the Application

After registering the application, you must assign the users who will be allowed to sign in.

1. Navigate to Users

In the left-hand menu, go to Users.

2. Assign Users

Click the + Add user.

The wizard will guide you through adding a user.

Part 3: VoIPmonitor GUI Configuration

1. Enable Microsoft Sign-In

Navigate to Settings > System configuration.

Scroll down to the Advanced section.

Enable the option Enable Microsoft Sign in.

Fill in the Microsoft client ID and Microsoft tenant ID fields. Use the Application (client) ID and Directory (tenant) ID values from the Overview page of your app registration in Microsoft Entra.

Leave the Redirect URI for Microsoft Sign in field empty. The system will automatically detect it during the sign-in process. This field is available as a fallback in case automatic detection fails.

2. Configure Users

Navigate to Users & Audit > Users.

For each user who should use Microsoft Sign-In, edit their profile and go to the secure users tab. Fill in the Microsoft Sign In emails field with their corresponding Microsoft account email.

If you want to define a default user for Microsoft Sign-In (for users who are not explicitly mapped), edit that user's profile, go to the basic data tab, and check the Default Microsoft Sign In account option.