Skip to content

Commit 2af6f5a

Browse files
committed
TENANT_ID vs TENANT_NAME
1 parent 66f1ccd commit 2af6f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In the project's root directory, follow these steps:
9090

9191
```shell
9292
FLASK_DEBUG=True
93-
TENANT_NAME=<tenant id>
93+
TENANT_ID=<tenant id>
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_NAME`| The first part of your Azure AD B2C [tenant name](tenant-management-read-tenant-name.md#get-your-tenant-name) (for example, `contoso`).|
103+
|`TENANT_ID`| The Directory (tenant) ID of the registered application, available on the overview page. |
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)