Skip to content

Commit 716956d

Browse files
committed
Adjust instruction on how to configure CLIENT_SECRET
1 parent 27ae720 commit 716956d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ In the steps below, "ClientID" is the same as "Application ID" or "AppId".
128128
1. Find the app key `Enter_the_Tenant_Name_Here` and replace the existing value with your Azure AD tenant name.
129129
1. You saved your application secret during the creation of the `python-webapp` app in the Azure portal.
130130
Now you can set the secret in environment variable `CLIENT_SECRET`,
131-
which will then be picked up by this sample app.
131+
and then adjust `app_config.py` to pick it up.
132132
1. Find the app key `Enter_the_Application_Id_here` and replace the existing value with the application ID (clientId) of the `python-webapp` application copied from the Azure portal.
133133

134134

0 commit comments

Comments
 (0)