Skip to content

Commit 7fa960a

Browse files
committed
copy updates for product names
1 parent 1bce192 commit 7fa960a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/ManualAppRegistrationConfiguration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# 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.
33

44
## Prerequisites
55

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
88

99
## Step 1: Register the Web Application
1010
### 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**
1212
- Click **+ New registration**
1313
- Name the app (e.g., `cps-app-web`)
1414
- Under **Redirect URI**, choose **Web** and enter:
@@ -72,7 +72,7 @@ This guide provides detailed steps to manually register both front-end and backe
7272
## Step 2: Register API Application
7373

7474
### 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**
7676
- Click **+ New registration**
7777
- Name the app (e.g., `cps-app-api`)
7878
- Under **Redirect URI**, choose **Web** and enter:

0 commit comments

Comments
 (0)