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
Copy file name to clipboardExpand all lines: articles/blockchain/workbench/deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ Next, you need to modify the manifest to use application roles within Azure AD t
228
228
The API application needs to request permission from the user to access the directory. Set the following required permission for the API application:
229
229
230
230
1. In the *Blockchain API* app registration, select **API permissions**. By default, the Graph API **User.Read** permission is added.
231
-
1. The Workbench application requires read access to users' basic profile information. In *Configured permissions*, select **Add a permission**. In *Microsoft APIs**, select **Microsoft Graph**.
231
+
1. The Workbench application requires read access to users' basic profile information. In *Configured permissions*, select **Add a permission**. In **Microsoft APIs**, select **Microsoft Graph**.
232
232
1. Since the Workbench application uses the authenticated user credentials, select **Delegated permissions**.
233
233
1. In the *User* category, choose **User.ReadBasic.All** permission.
0 commit comments