Skip to content

Commit 82b77d3

Browse files
committed
Review comments
1 parent 6ae0892 commit 82b77d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/external-identities/customers/tutorial-protect-web-api-dotnet-core-build-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
3737
- Directory (tenant) ID of the Web API is registered
3838
- Directory (tenant) subdomain of where the Web API is registered. For example, if your [primary domain](how-to-create-customer-tenant-portal.md#get-the-customer-tenant-details) is *contoso.onmicrosoft.com*, your Directory (tenant) subdomain is *contoso*.
3939
- *ToDoList.Read* and *ToDoList.ReadWrite* as the [delegated permissions (scopes) exposed by the Web API](./how-to-register-ciam-app.md?tabs=webapi&preserve-view=true#expose-permissions).
40-
- *ToDoList.Read.All* and *ToDoList.ReadWrite.All* as the [application permissions (app roles) exposed by the Web API](how-to-register-ciam-app.md?tabs=webapi&preserve-view=true#to-add-app-roles-follow-the-steps-below-optional).
40+
- *ToDoList.Read.All* and *ToDoList.ReadWrite.All* as the [application permissions (app roles) exposed by the Web API](how-to-register-ciam-app.md?tabs=webapi&preserve-view=true#add-app-roles).
4141

4242
- [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) or later.
4343
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.

0 commit comments

Comments
 (0)