You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Navigate to the App Registration page for the application you registered in [the previous section](#enable-user-sign-in-using-azure-ad---portal).
174
-
1. Select **API Permissions**. You should see the permissions granted by the Azure CLI script in step 1.
156
+
1. Select **API Permissions**.
157
+
1. Add the following minimum **application** permissions for Microsoft Graph API:
158
+
*`User.Read.All` application permission – so API Management can read the user’s group membership to perform group synchronization at the time the user logs in.
159
+
*`Group.Read.All` application permission – so API Management can read the Azure AD groups when an administrator tries to add the group to API Management using the **Groups** blade in the portal.
175
160
1. Select **Grant admin consent for {tenantname}** so that you grant access for all users in this directory.
176
161
177
162
Now you can add external Azure AD groups from the **Groups** tab of your API Management instance.
0 commit comments