Skip to content

Commit 1e6668e

Browse files
committed
TENANT_ID instead of TENANT_NAME
1 parent 6934c96 commit 1e6668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/includes/web-app/quickstart-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ You can also use an integrated development environment to open the folder.
7676
1. Create an `.env` file in the root folder of the project using `.env.sample` as a guide.
7777

7878
```python
79-
TENANT_NAME=<tenant name>
79+
TENANT_ID=<tenant id>
8080
CLIENT_ID=<client id>
8181
CLIENT_SECRET=<client secret>
8282
```
8383

84-
* Set the value of `TENANT_NAME` to the **Directory (tenant) ID** of the registered application, also available on the overview page.
84+
* Set the value of `TENANT_ID` to the **Directory (tenant) ID** of the registered application, also available on the overview page.
8585
* Set the value of `CLIENT_ID` to the **Application (client) ID** for the registered application, available on the overview page.
8686
* Set the value of `CLIENT_SECRET` to the client secret you created in **Certificates & Secrets** for the registered application.
8787

0 commit comments

Comments
 (0)