Skip to content

Commit dc7e298

Browse files
Update introduction for 401 Unauthorized error article
Revised introduction to clarify guidance on troubleshooting 401 Unauthorized errors in ASP.NET Core Web API with Microsoft Entra ID.
1 parent 37d865b commit dc7e298

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99

1010
# 401 Unauthorized errors in ASP.NET Core Web API with Microsoft Entra ID
1111

12-
When you call an ASP.NET Core Web API that's secured by using Microsoft Entra ID authentication, you might encounter a "401 Unauthorized" error. This article provides guidance for using `JwtBearerEvents` to capture detailed logs to troubleshoot these errors.
12+
## Summary
13+
14+
This article provides guidance for using JwtBearerEvents to capture detailed logs to troubleshoot a "401 Unauthorized" error when you call an ASP.NET Core Web API that's secured by using Microsoft Entra ID authentication.
1315

1416
## Symptoms
1517

0 commit comments

Comments
 (0)