Skip to content

Commit e5c48d3

Browse files
Change Active Directory to Entra ID. (#371)
Microsoft renamed it a while ago, so I changed a few things to keep it up to date.
1 parent e401608 commit e5c48d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/MicrosoftAuth.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Authenticating with Microsoft is fully supported by Helios Launcher.
44

5-
## Acquiring an Azure Client ID
5+
## Acquiring an Entra Client ID
66

77
1. Navigate to https://portal.azure.com
8-
2. In the search bar, search for **Azure Active Directory**.
9-
3. In Azure Active Directory, go to **App Registrations** on the left pane (Under *Manage*).
8+
2. In the search bar, search for **Microsoft Entra ID**.
9+
3. In Microsoft Entra ID, go to **App Registrations** on the left pane (Under *Manage*).
1010
4. Click **New Registration**.
1111
- Set **Name** to be your launcher's name.
12-
- Set **Supported account types** to *Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)*
12+
- Set **Supported account types** to *Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)*
1313
- Leave **Redirect URI** blank.
1414
- Register the application.
1515
5. You should be on the application's management page. If not, Navigate back to **App Registrations**. Select the application you just registered.
@@ -18,7 +18,7 @@ Authenticating with Microsoft is fully supported by Helios Launcher.
1818
- Select **Mobile and desktop applications**.
1919
- Choose `https://login.microsoftonline.com/common/oauth2/nativeclient` as the **Redirect URI**.
2020
- Select **Configure** to finish adding the platform.
21-
8. Go to **Credentials & secrets**.
21+
8. Go to **Certificates & secrets**.
2222
- Select **Client secrets**.
2323
- Click **New client secret**.
2424
- Set a description.
@@ -28,11 +28,11 @@ Authenticating with Microsoft is fully supported by Helios Launcher.
2828
9. Copy **Application (client) ID**.
2929

3030

31-
## Adding the Azure Client ID to Helios Launcher.
31+
## Adding the Entra Client ID to Helios Launcher.
3232

3333
In `app/assets/js/ipcconstants.js` you'll find **`AZURE_CLIENT_ID`**. Set it to your application's id.
3434

35-
Note: Azure Client ID is NOT a secret value and **can** be stored in git. Reference: https://stackoverflow.com/questions/57306964/are-azure-active-directorys-tenantid-and-clientid-considered-secrets
35+
Note: Entra Client ID is NOT a secret value and **can** be stored in git. Reference: https://stackoverflow.com/questions/57306964/are-azure-active-directorys-tenantid-and-clientid-considered-secrets
3636

3737
Then relaunch your app, and login. You'll be greeted with an error message, because the app isn't whitelisted yet. Microsoft needs some activity on the app before whitelisting it. __Trying to log in before requesting whitelist is mandatory.__
3838

@@ -49,4 +49,4 @@ You can now authenticate with Microsoft through the launcher.
4949

5050
References:
5151
- https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
52-
- https://help.minecraft.net/hc/en-us/articles/16254801392141
52+
- https://help.minecraft.net/hc/en-us/articles/16254801392141

0 commit comments

Comments
 (0)