Skip to content

Commit 9b5d141

Browse files
Additional comment and formatting on the setup
1 parent 7aa8dfd commit 9b5d141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general_samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ This sample sends an email. The request body is constructed using the provided m
120120
Ensure you have the [right permissions](https://docs.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http#permissions).
121121

122122
Setup includes:
123-
1. "App Registration > Authentication > Platform: Mobile and desktop applications" with redirect_uri specified as http://localhost
124-
2. "Mail.Send" permissions, potentially requiring admin consent
123+
1. App Registration > Authentication > `Platform: Mobile and desktop applications` with `redirect_uri` specified as `http://localhost` and **public client flow** enabled.
124+
2. App Registration > API permissions > `Mail.Send` permissions, potentially requiring admin consent.
125125

126126

127127
```py

0 commit comments

Comments
 (0)