Skip to content

Commit 9947033

Browse files
authored
Update modules/authentication/proc-enabling-user-authentication-with-microsoft-azure.adoc
1 parent c079a88 commit 9947033

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

modules/authentication/proc-enabling-user-authentication-with-microsoft-azure.adoc

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,22 @@ Enter the backend authentication URI set in {product-short}: `pass:c,a,q[{my-pro
4444
.. On the *Applications > App registrations > __{my-product-app-name-in-azure}__ > Manage > API permissions* page, click *Add a Permission*, click *Microsoft Graph*, click *Applications permissions*, and select the following permissions:
4545

4646
Application Permissions::
47-
Enter permissions that enable provisioning user and groups to the {product-short} software catalog.
48-
4947
`User.Read.All`:::
50-
5148
`GroupMember.Read.All`:::
49+
Enter permissions that enable provisioning user and groups to the {product-short} software catalog.
50+
+
51+
Optional: *Grant admin consent* for these permissions.
52+
Even if your company does not require admin consent, consider doing so as it means users do not need to individually consent the first time they access {product-short}.
5253

5354
Delegated Permissions::
54-
Enter permissions that enable authenticating users.
55-
5655
`email`:::
57-
5856
`offline_access`:::
59-
6057
`openid`:::
61-
6258
`profile`:::
63-
64-
Optional::: Enter optional custom scopes for the Microsoft Graph API that you define both in this section and in the `{my-app-config-file}` {product-short} configuration file.
59+
Enter permissions that enable authenticating users.
6560
+
66-
[NOTE]
67-
====
68-
Your company might require you to grant admin consent for these permissions.
69-
Even if your company does not require admin consent, you might do so as it means users do not need to individually consent the first time they access backstage.
70-
To grant administrator consent, a directory administrator must go to the link:https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/user-admin-consent-overview[admin consent] page and click *Grant admin consent for COMPANY NAME*.
71-
====
61+
Optional: Enter optional custom scopes for the Microsoft Graph API that you define both in this section and in the `{my-app-config-file}` {product-short} configuration file.
62+
7263

7364
.. On the *Applications > App registrations > __{my-product-app-name-in-azure}__ > Manage > Certificates & secrets* page, in the *Client secrets* tab, create a *New client secret*.
7465

0 commit comments

Comments
 (0)