File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/active-directory/develop/includes/web-app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ You can also use an integrated development environment to open the folder.
76
76
1 . Create an ` .env ` file in the root folder of the project using ` .env.sample ` as a guide.
77
77
78
78
``` python
79
- TENANT_NAME = < tenant name >
79
+ TENANT_ID = < tenant id >
80
80
CLIENT_ID = < client id >
81
81
CLIENT_SECRET = < client secret>
82
82
```
83
83
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.
85
85
* Set the value of `CLIENT_ID ` to the ** Application (client) ID ** for the registered application, available on the overview page.
86
86
* Set the value of `CLIENT_SECRET ` to the client secret you created in ** Certificates & Secrets** for the registered application.
87
87
You can’t perform that action at this time.
0 commit comments