Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

9- Select “Microsoft Graph” and add Directory.Read.Allfor the “Application” type.

Info

Pro Tip: If you want to grant the minimum permissions, then you can use the following:

User.Read.AllGroupMember and GroupMember.Read.All

If there are nested groups in your environment where the parent group, a group that possesses other groups as members, has sufficient permission that the application can access, but the child group, a group that is a member of another group, doesn't, it causes failure in accessing both the child and the parent groups. You may get a permission error for the groups. Then please use the following permissions:

User.Read.All and Group.Read.All

10- Make sure your Azure Admin provides consent for the permission. The screen needs to be as follows.

...