Skip to content

Commit e6c9092

Browse files
authored
Merge pull request #106952 from davidmu1/openshift1
Graph scrub for openshift
2 parents 8d5aa3d + d9a384c commit e6c9092

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/openshift/howto-aad-app-configuration.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,12 @@ For details on creating a new Azure AD application, see [Register an app with th
8888

8989
## Add API permissions
9090

91-
1. In the **Manage** section click **API permissions**.
92-
2. Click **Add permission** and select **Azure Active Directory Graph** then **Delegated permissions**.
93-
3. Expand **User** on the list below and enable the **User.Read** permission. If **User.Read** is enabled by default, ensure that it is the **Azure Active Directory Graph** permission **User.Read**, *not* the **Microsoft Graph** permission **User.Read**.
94-
4. Scroll up and select **Application permissions**.
95-
5. Expand **Directory** on the list below and enable **Directory.ReadAll**
96-
6. Click **Add permissions** to accept the changes.
97-
7. The API permissions panel should now show both *User.Read* and *Directory.ReadAll*. Please note the warning in **Admin consent required** column next to *Directory.ReadAll*.
98-
8. If you are the *Azure Subscription Administrator*, click **Grant admin consent for *Subscription Name*** below. If you are not the *Azure Subscription Administrator*, request the consent from your administrator.
99-
![Screenshot of the API permissions panel. User.Read and Directory.ReadAll permissions added, admin consent required for Directory.ReadAll](./media/howto-aad-app-configuration/permissions-required.png)
91+
1. In the **Manage** section click **API permissions**, and then click **+Add a permission**.
92+
3. In the **Request API Permissions** pane, select the **Microsoft APIs** tab, and then select the **Microsoft Graph** tile. Select **Application permissions**.
93+
4. Search for **User** and enable the **User.Read** permission. Search for **Directory** and enable **Directory.Read.All**.
94+
5. Click **Add permissions** to accept the changes.
95+
6. The API permissions panel should now show both *User.Read* and *Directory.Read.All*. Please note the warning in **Admin consent required** column next to *Directory.Read.All*.
96+
7. If you are the *Azure Subscription Administrator*, click **Grant admin consent for *Subscription Name***. If you are not the *Azure Subscription Administrator*, request the consent from your administrator.
10097

10198
> [!IMPORTANT]
10299
> Synchronization of the cluster administrators group will work only after consent has been granted. You will see a green circle with a checkmark and a message "Granted for *Subscription Name*" in the *Admin consent required* column.

0 commit comments

Comments
 (0)