Skip to content

Commit

Permalink
Documentation issue was fixed=>missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Glessner committed Nov 15, 2018
1 parent 621459c commit 88200aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Blog post: http://blog.leitwolf.io/create-a-microsoft-team-with-flow-custom-conn

### 1. Register App in Azure Portal
* Regiser an new Azure AD App in you Azure AD
* Add the Microsoft Graph permission for delegated "Read and write all groups" (Group.ReadWrite.All)
* Add the Microsoft Graph permission for delegated "Read and write all groups" (Group.ReadWrite.All) and "Access user's data anytime" (offline_access).
* Copy the application id / client id
* Generate and copy a key / app secret
### 2. Install Custom Connector
Expand Down

0 comments on commit 88200aa

Please sign in to comment.