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...
JinTha
May 26, 2022Copper Contributor
Thanks for your reply, the azure app already has delegate permissions, if you are referring to something else, please can you give a reference link.
VasilMichev
May 27, 2022MVP
The 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.