Skip to content

Rename AAD to Entra ID #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions auth/azure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Azure Active Directory
title: Entra ID
description: Authentication Module
published: true
date: 2022-08-31T17:01:57.649Z
Expand All @@ -8,19 +8,19 @@ editor: markdown
dateCreated: 2019-07-20T15:31:49.465Z
---

[Azure Active Directory (Azure AD)](https://azure.microsoft.com/en-ca/services/active-directory/) is Microsoft’s cloud-based identity and access management service, which helps your employee's sign in and access resources.
[Entra ID (Entra ID)]((https://www.microsoft.com/en-ca/security/business/identity-access/microsoft-entra-id)) is Microsoft’s cloud-based identity and access management service, which helps your employee's sign in and access resources.

# Setup

## A) Copy the redirect URI

1. In the **Administration Area** of your wiki, click on **Authentication** in the left navigation.
1. Add a new **Azure Active Directory** auth strategy.
1. Add a new **Entra ID** auth strategy.
1. Copy the **Redirect URI** value found under the configuration reference section. Keep this page opened. We'll come back to it later.

## B) Create Azure AD Application
## B) Create a Entra ID Application

1. From the Azure Portal, open the **Azure Active Directory** resource.
1. From the Azure Portal, open the **Entra ID** resource.
1. Click on **App registrations** in the left navigation and then click **New registration** at the top.
1. Enter a **Name** (e.g. Wiki.js) and enter the **Redirect URI** you copied earlier.
1. Click **Register**.
Expand All @@ -37,7 +37,7 @@ dateCreated: 2019-07-20T15:31:49.465Z
1. Enter the **Identity Metadata Endpoint** and **Client ID** values copied earlier.
1. Enable the **Self-registration** option *(unless you plan on authorizing users manually)*.
1. Select the **group** new users should be assigned to when they login for the first time.
1. Make sure the checkbox next to **Azure Active Directory** in the list of strategies is checked. The text should now say that the strategy is **active**.
1. Make sure the checkbox next to **Entra ID** in the list of strategies is checked. The text should now say that the strategy is **active**.
1. Click **Apply** on the upper right of the page to save and apply the configuration.

<img src="https://static.requarks.io/logo/azure.svg" class="align-abstopright" style="width:150px;" />
Expand Down