Skip to content

Commit 33d6234

Browse files
Merge pull request #80900 from mjudeikis/aro.fix.aad.docs
Fix ARO AAD Documentation
2 parents b394475 + 1b5b98f commit 33d6234

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,14 @@ For details on creating a new Azure AD application, see [Register an app with th
8989
## Add API permissions
9090

9191
1. In the **Manage** section click **API permissions**.
92-
![Screenshot of the API permissions panel](./media/howto-aad-app-configuration/permissions-empty.png)
93-
2. Click **Add permission** and select **Microsoft Graph** then **Delegated permissions**
92+
2. Click **Add permission** and select **Azure Active Directory Graph** then **Delegated permissions**
9493
3. Expand **User** on the list below and make sure **User.Read** is enabled.
9594
4. Scroll up and select **Application permissions**.
9695
5. Expand **Directory** on the list below and enable **Directory.ReadAll**
9796
6. Click **Add permissions** to accept the changes.
98-
7. The API permissions panel should now show both *User.Read* and *Directory.ReadAll* as shown on the screenshot below. Please note the warning in **Admin consent required** column next to *Directory.ReadAll*.
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)
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*.
10098
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)
101100

102101
> [!IMPORTANT]
103102
> 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.
Binary file not shown.
-8.68 KB
Loading

0 commit comments

Comments
 (0)