Skip to content

Commit d5a95f4

Browse files
committed
fix typos
1 parent 215f156 commit d5a95f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/entra/entra-id/app-integration/401-unauthorized-aspnet-core-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article provides guidance on troubleshooting and resolving 401 Unauthorized
1313

1414
## Symptoms
1515

16-
You use the `[Authorize]` attribute to secure your ASP.NET Core Web API as the following. When you call the web API, a 401 Unauthorized response is returned without any error details.
16+
You use the `[Authorize]` attribute to [secure your ASP.NET Core Web API](/entra/identity-platform/tutorial-web-api-dotnet-core-build-app?tabs=workforce-tenant) as the following. When you call the web API, a 401 Unauthorized response is returned without any error details.
1717

1818
```csharp
1919
[Authorize]

0 commit comments

Comments
 (0)