Skip to content

Commit 6c9a105

Browse files
authored
clarifying need for "client secret"
1 parent c71759a commit 6c9a105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/04-add-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this exercise you will extend the application from the previous exercise to s
66

77
:::code language="ini" source="../demo/graph-tutorial/.env.example":::
88

9-
Replace `YOUR APP ID HERE` with the application ID from the Application Registration Portal, and replace `YOUR APP SECRET HERE` with the password you generated.
9+
Replace `YOUR APP ID HERE` with the application ID from the Application Registration Portal, and replace `YOUR APP SECRET HERE` with the client secret you generated.
1010

1111
> [!IMPORTANT]
1212
> If you're using source control such as git, now would be a good time to exclude the `.env` file from source control to avoid inadvertently leaking your app ID and password.

0 commit comments

Comments
 (0)