Skip to content

Commit 9953217

Browse files
authored
Update modules/authentication/proc-enabling-user-authentication-with-microsoft-azure.adoc
1 parent 7617f7b commit 9953217

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

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

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,23 @@ Enter the backend authentication URI set in {product-short}: `pass:c,a,q[{my-pro
4343

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

46-
* `email`
47-
* `offline_access`
48-
* `openid`
49-
* `profile`
50-
* `User.Read.All`
51-
* `GroupMember.Read.All`
52-
* 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.
46+
Application Permissions::
47+
48+
`User.Read.All`:::
49+
50+
`GroupMember.Read.All`:::
51+
52+
Delegated Permissions::
53+
54+
`email`:::
55+
56+
`offline_access`:::
57+
58+
`openid`:::
59+
60+
`profile`:::
61+
62+
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.
5363
+
5464
[NOTE]
5565
====

0 commit comments

Comments
 (0)