---
title: "Registering Britive Application in Microsoft Entra ID"
slug: "registering-britive-application-in-azure"
updated: 2026-04-16T06:10:23Z
published: 2026-04-29T10:51:57Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.britive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Registering Britive Application in Microsoft Entra ID

Perform the following steps to register the Britive application in Microsoft Entra ID Services:

1. Log in to Azure with credentials that have administrator privileges.
2. Select the **Microsoft Entra ID**.
3. Select**App Registrations** under **Manage**from the navigation menu.
4. Select the **+New Registration** on the **App registrations** page**.**
5. Enter the name as **Britive**.
6. In **Supported account types**, select the option: **Accounts in this organizational directory only (Default Directory only-Single tenant)**.
7. In the **Redirect URI**, select **Public client/native (mobile & desktop)** as the platform.
8. Type the following URL: [https://login.microsoftonline.com/common/oauth2/nativeclient](https://login.microsoftonline.com/common/oauth2/nativeclient).
9. Click **Register**.
10. Copy the values in the **Application (Client) ID** and **Directory (tenant) ID** fields.

For more information about registering an app, see [Quickstart: Register an application with the Microsoft identity platform](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app).

---
