Skip to content

Commit

Permalink
permissions info
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Coopman <[email protected]>
  • Loading branch information
dietercoopman committed Mar 15, 2023
1 parent f45c78a commit a18307f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ You can install the package via composer:
composer require lloadout/microsoftgraph
```

add this to your .env file and fill it with the values you specified in Microsoft Azure Portal app registration
add this to your .env file and fill it with the values you specified in Microsoft Azure Portal app registration.
You have to provide this API permissions: for mail: `Mail.send`, for files: `Files.ReadWrite.all`, for Teams Chat: `Chat.ReadWrite`.

```
MS_TENANT_ID=
Expand Down

0 comments on commit a18307f

Please sign in to comment.