Skip to content

Commit 5ce1e15

Browse files
authored
Update use-aadhttpclient-enterpriseapi-multitenant.md
removed the fact that "resource" property also supports ID look up. This is in response of the following gitHub issue: SharePoint#8501
1 parent 8f5d596 commit 5ce1e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/use-aadhttpclient-enterpriseapi-multitenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ To the **solution** property, add a new section named `webApiPermissionRequests`
308308
}
309309
```
310310

311-
The value of the **resource** property refers to either the name or the ID of the Azure AD application used to secure the API. Using the name is more readable and easier to maintain over time. The value of the **scope** property specifies the permission scope that your solution needs to communicate with the API. In this tutorial, Azure AD is used only to secure the API, so `user_impersonation` is the scope that you'll use.
311+
The value of the **resource** property refers only to the name of the Azure AD application used to secure the API. The value of the **scope** property specifies the permission scope that your solution needs to communicate with the API. In this tutorial, Azure AD is used only to secure the API, so `user_impersonation` is the scope that you'll use.
312312

313313
> [!NOTE]
314314
> If you want to connect to an enterprise API that has been created previously, contact your administrator to provide you with details for the Azure AD application used to secure it. You'll need information such as the application ID, permissions the application exposes and the audience it's configured to.

0 commit comments

Comments
 (0)