Skip to content

Commit

Permalink
chore: add required permissions list to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vlnevyhosteny committed Dec 4, 2023
1 parent 33003a4 commit befa1f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Connector use Client credentials OAuth 2.0 flow. As described [here](https://lea

After you have obtained client id and secret, you can use them with connector. You can do this by setting `BATON_MS365_CLIENT_ID` and `BATON_MS365_CLIENT_SECRET` (or `BATON_MS365_CLIENT_CERTIFICATE_PATH`) environment variables or by passing them as flags to baton-ms365 command. Also you have to set `BATON_MS365_TENANT_ID`.

## Required permissions

- User.Read.All
- Group.ReadWrite.All (could be just read if provisioning is not used)
- RoleManagement.ReadWrite.All (could be just read if provisioning is not used)

# Getting Started

## brew
Expand Down

0 comments on commit befa1f1

Please sign in to comment.