Grant People Directory permission to read user photos and profile information

Origami People Directory uses Graph to get photos and some profile information from Entra ID.

Here is how to enable this connection:

  1. Go to portal.azure.com and log in with administrative rights
  2. Find Microsoft Entra ID service and open it
  3. On the left panel, select App Registrations
  4. Under All Applications category, find the app named “SharePoint Online Client Extensibility Web Application Principal” as shown below.

  1. Click on the app link From the left panel
  2. Select API Permission
  3. Select Microsoft Graph from the list of applications
  4. Add new Delegated permission “User.ReadBasic.All” as shown below
  5. Add new Delegated permission “User.Read.All” as shown below

image

Finally, you will need to grant admin consent as follows:

  1. Click the [Grant admin consent … ] link as shown below
  2. Click Yes and confirm that permission has been granted.

Give about an hour for this change to propagate in your tenant.