Skip to content

Commit 0159fe7

Browse files
committed
Back to TENANT_NAME for b2c
1 parent 2af6f5a commit 0159fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/configure-authentication-sample-python-web-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: CelesteDG
77
ms.service: active-directory
88
ms.workload: identity
99
ms.topic: reference
10-
ms.date: 06/28/2022
10+
ms.date: 02/28/2022
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
1313
ms.custom: "b2c-support"
@@ -90,7 +90,7 @@ In the project's root directory, follow these steps:
9090

9191
```shell
9292
FLASK_DEBUG=True
93-
TENANT_ID=<tenant id>
93+
TENANT_NAME=<tenant name>
9494
CLIENT_ID=<client id>
9595
CLIENT_SECRET=<client secret>
9696
SIGNUPSIGNIN_USER_FLOW=B2C_1_profile_editing
@@ -100,7 +100,7 @@ In the project's root directory, follow these steps:
100100

101101
|Key |Value |
102102
|---------|---------|
103-
|`TENANT_ID`| The Directory (tenant) ID of the registered application, available on the overview page. |
103+
|`TENANT_NAME`| The first part of your Azure AD B2C [tenant name](tenant-management-read-tenant-name.md#get-your-tenant-name) (for example, `contoso`). |
104104
|`CLIENT_ID`| The web API application ID from [step 2.1](#step-21-register-the-app).|
105105
|`CLIENT_SECRET`| The client secret value you created in [step 2.2](#step-22-create-a-web-app-client-secret). |
106106
|`*_USER_FLOW`|The user flows you created in [step 1](#step-1-configure-your-user-flow).|

0 commit comments

Comments
 (0)