Skip to content

Commit e118cb6

Browse files
committed
Addressing Beth's comments.
1 parent 80c8ff6 commit e118cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/scenario-protected-web-api-verification-scope-app-roles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Protected web API - app code configuration | Azure
2+
title: Protected web API - app code configuration | Azure Active Directory
33
description: Learn how to build a protected Web API and configure your application's code.
44
services: active-directory
55
documentationcenter: dev-center-name
@@ -20,7 +20,7 @@ ms.custom: aaddev
2020
ms.collection: M365-identity-device-management
2121
---
2222

23-
# Protected web API - adding authorization to your API.
23+
# Protected web API - adding authorization to your API
2424

2525
This article describes how you can add authorization to your Web API. This protection ensures that it's only called by:
2626

@@ -47,7 +47,7 @@ But this protection isn't enough. It only guaranties that ASP.NET / ASP.NET Core
4747

4848
## Verifying scopes in APIs called on behalf of users
4949

50-
If your API is called by a client app on behalf of a user, then it needs to request a bearer token with specific scopes for the API (see [Code configuration | Bearer token](https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-protected-web-api-app-configuration#bearer-token))
50+
If your API is called by a client app on behalf of a user, then it needs to request a bearer token with specific scopes for the API (see [Code configuration | Bearer token](scenario-protected-web-api-app-configuration.md#bearer-token))
5151

5252
```CSharp
5353
[Authorize]

0 commit comments

Comments
 (0)