Microsoft Sign in usage: Difference between revisions
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....") |
Radekbucek (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:How to Set Up Microsoft Sign-In}} | |||
== Part 1: How to Register an Application in Microsoft Entra == | == Part 1: How to Register an Application in Microsoft Entra == | ||
Line 11: | Line 11: | ||
=== 2. Navigate to App registrations === | === 2. Navigate to App registrations === | ||
In the left-hand menu, go to | In the left-hand menu, go to '''App registrations'''. | ||
=== 3. New registration === | === 3. New registration === | ||
Line 24: | Line 23: | ||
:Choose who can use the application. For internal use, the most common option is ''Accounts in this organizational directory only''. | :Choose who can use the application. For internal use, the most common option is ''Accounts in this organizational directory only''. | ||
In the '''Redirect URI''' section, you need to select the platform type and URI. | |||
;Platform selection: | |||
:Choose '''Single page application'''. | |||
;Redirect URIs: | ;Redirect URIs: | ||
Line 41: | Line 38: | ||
https://voipmonitor.yourdomain.com | https://voipmonitor.yourdomain.com | ||
Click the ''' | Click the '''Register''' button at the top of the page. | ||
== Part 2: How to Assign Users to the Application == | == Part 2: How to Assign Users to the Application == |
Latest revision as of 17:06, 31 July 2025
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.
In the left-hand menu, go to 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.
In the Redirect URI section, you need to select the platform type and URI.
- Platform selection
- Choose Single page application.
- 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 Register 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.
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.