Origami Quick Links Plus web part uses Microsoft Graph to know which users belong to which group in Microsoft Graph. In order for Quick Links Plus to know this information, it needs to be given permissions to perform specific calls to Graph API.
Here is how to enable this permission:
- Go to portal.azure.com and log in with administrative rights
- Find Microsoft Entra ID service and open it
- On the left panel, select App Registrations
- Under All Applications category, find the app named “SharePoint Online Client Extensibility Web Application Principal” as shown below.
- Click on the link to open it
- Select API Permission on the left
- Click the + Add a permission button
- Select Microsoft Graph from the list of applications
- Add new Delegated permission “Group.Read.All” as shown below
- Add new Delegated permission “User.Read.All” as shown below
Finally, you will need to grant admin consent as follows:
- Click the [Grant admin consent … ] link as shown below
- Click Yes and confirm that permission has been granted.
Give about an hour for this change to propagate in your tenant.