Skip to content

Commit 0865fa2

Browse files
authored
Update articles/active-directory/develop/scenario-web-app-sign-user-app-configuration.md
1 parent 506e669 commit 0865fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-app-sign-user-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ These parameters are used to create a configuration object in *authConfig.js* fi
186186

187187
In the Azure portal, the reply URIs that you register on the Authentication page for your application need to match the redirectUri instances that the application defines (`http://localhost:3000/auth/redirect`).
188188

189-
For simplicity in this article, the client secret is stored in the configuration file. In the production app, consider using a key vault or an environment variable
189+
For simplicity in this article, the client secret is stored in the configuration file. In the production app, consider using a key vault or an environment variable. An even better option is to use a certificate.
190190

191191
# [Python](#tab/python)
192192

0 commit comments

Comments
 (0)