Skip to content

Commit 5e8cde0

Browse files
committed
add Tenant ID documentation
1 parent ab5ac24 commit 5e8cde0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
26.2 KB
Loading

docs/ManualAppRegistrationConfiguration.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,28 @@ This guide provides detailed steps to manually register both front-end and backe
5151
- Click **Add** and remember to copy and store the secret value securely as it will not be shown again
5252
![manual_register_app_web_3](./Images/manual_register_app_web_3.png)
5353

54+
### 3. Get Tenant ID
55+
- Go to **Tenant Properties** in [Azure Portal](https://portal.azure.com)
56+
- Copy the Tenant ID (will be used in next step)
57+
58+
![manual_register_app_web_6](./Images/manual_register_app_web_6.png)
59+
5460
### 4. Set Up Authentication in Web Container App
5561

5662
- Go to your Web Container App
5763
- Go to **Authentication**
5864
- Click **Add Identity Provider**
5965
- Choose **Microsoft**
6066
- Input:
61-
- **Client ID**: The Application (client) ID from the app registration
62-
- **Client Secret**: The secret value you generated in Certificates & Secrets from the app registration
63-
- **Issuer URL**: `https://sts.windows.net/<tenant_id>/v2.0`
64-
- **Allowed Token Audiences**: Usually the Application ID URI or Client ID
67+
- **Client ID**: The Application (client) ID from the app registration
68+
- **Client Secret**: The secret value you generated in Certificates & Secrets from the app registration
69+
- **Issuer URL**: `https://sts.windows.net/<tenant_id>/v2.0`
70+
- **Allowed Token Audiences**: Usually the Application ID URI or Client ID
6571
- Click **Add**
6672

6773
![manual_register_app_web_4](./Images/manual_register_app_web_4.png)
6874

6975

70-
71-
7276
## Step 2: Register API Application
7377

7478
### 1. Create App Registration

0 commit comments

Comments
 (0)