Forum Discussion
JinTha
May 24, 2022Copper Contributor
Unable to get planner details associated with a group
Hi All, I am trying to get Planner details for a group/team, below is my script. I have registered the app and it has all permissions: Group.Read.All Group.ReadWrite.All Tasks.Read Tasks.Read...
VasilMichev
May 24, 2022MVP
Planner only supports delegate permissions, you cannot use the client credentials flow.
- JinThaMay 26, 2022Copper ContributorThanks for your reply, the azure app already has delegate permissions, if you are referring to something else, please can you give a reference link.
- VasilMichevMay 27, 2022MVPThe code sample you pasted above uses the client credentials flow, this results in getting a token in the application permissions model, not delegate one. Use the auth code/on behalf of flow instead.