|
1 | 1 | # Manual App Registration Configuration |
2 | | -This guide provides detailed steps to manually register both front-end and backend applications in Azure if automated registration is not an option. |
| 2 | +This guide provides detailed steps to manually register both front-end and backend applications in Azure if automated registration is not an option due to security in place in your tenant and subscription. |
3 | 3 |
|
4 | 4 | ## Prerequisites |
5 | 5 |
|
6 | | -- Access to **Azure Active Directory (Azure AD)** |
7 | | -- Necessary permissions to create and manage **App Registrations** |
| 6 | +- Access to **Microsoft Entra ID** |
| 7 | +- Necessary permissions to create and manage **App Registrations** in your Azure tenant |
8 | 8 |
|
9 | 9 | ## Step 1: Register the Web Application |
10 | 10 | ### 1. Create App Registration |
11 | | -- Go to **Azure Portal** > **Azure Active Directory** > **App registrations** |
| 11 | +- Go to **Azure Portal** > **Microsoft Entra ID** > **Manage** > **App registrations** |
12 | 12 | - Click **+ New registration** |
13 | 13 | - Name the app (e.g., `cps-app-web`) |
14 | 14 | - Under **Redirect URI**, choose **Web** and enter: |
@@ -72,7 +72,7 @@ This guide provides detailed steps to manually register both front-end and backe |
72 | 72 | ## Step 2: Register API Application |
73 | 73 |
|
74 | 74 | ### 1. Create App Registration |
75 | | -- Go to **Azure Portal** > **Azure Active Directory** > **App registrations** |
| 75 | +- Go to **Azure Portal** > **Microsoft Entra ID** > **Manage** > **App registrations** |
76 | 76 | - Click **+ New registration** |
77 | 77 | - Name the app (e.g., `cps-app-api`) |
78 | 78 | - Under **Redirect URI**, choose **Web** and enter: |
|
0 commit comments