You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,8 +128,9 @@ In the steps below, "ClientID" is the same as "Application ID" or "AppId".
128
128
129
129
1. Open the `app_config.py` file
130
130
1. Find the app key `Enter_the_Tenant_Name_Here` and replace the existing value with your Azure AD tenant name.
131
-
1. You could find the app key `Enter_the_Client_Secret_Here` and replace the existing value with the key you saved during the creation of the `python-webapp` app, in the Azure portal.
132
-
But we recommend you to store the secret in environment variable, rather than in file.
131
+
1. You saved your application secret during the creation of the `python-webapp` app in the Azure portal.
132
+
Now you can set the secret in environment variable `CLIENT_SECRET`,
133
+
which will then be picked up by this sample app.
133
134
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.
0 commit comments