Skip to content

Commit fea06c4

Browse files
authored
Edits from review
1 parent f286165 commit fea06c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-protected-web-api-app-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This section describes how to configure a bearer token.
5959

6060
### Config file
6161

62-
You need specify the `TenantId` only if you want to accept access tokens from a single tenant (line-of-business app). Otherwise, it can be left as `common`. The different values can be:
62+
You need to specify the `TenantId` only if you want to accept access tokens from a single tenant (line-of-business app). Otherwise, it can be left as `common`. The different values can be:
6363
- A GUID (Tenant ID = Directory ID)
6464
- `common` can be any organization and personal accounts
6565
- `organizations` can be any organization
@@ -119,7 +119,7 @@ dotnet new webapi --auth SingleOrg
119119

120120
**Visual Studio** - To create a web API project in Visual Studio, select **File** > **New** > **Project** > **ASP.NET Core Web API**.
121121

122-
Both the .NET CLI and Visual Studio project templates create a *Program.cs* file that looks similar this code snippet. Notice `Microsoft.Identity.Web` using directive and the lines containing authentication and authorization.
122+
Both the .NET CLI and Visual Studio project templates create a *Program.cs* file that looks similar to this code snippet. Notice `Microsoft.Identity.Web` using directive and the lines containing authentication and authorization.
123123

124124
```csharp
125125
using Microsoft.AspNetCore.Authentication;

0 commit comments

Comments
 (0)