Skip to content

Commit 6a88463

Browse files
authored
Update asp-dot-net-open-web-interface-for-dot-net-core-authentication-sign-in-failures.md
1 parent c86f0fb commit 6a88463

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

support/entra/entra-id/app-integration/asp-dot-net-open-web-interface-for-dot-net-core-authentication-sign-in-failures.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Troubleshoot ASP.NET OWIN and ASP.NET Core authentication sign-in failures
2+
title: Troubleshoot ASP.NET OWIN and ASP.NET Core Authentication Sign-in Failures
33
description: Helps you expose hidden error messages that can guide you toward resolving ASP.NET OWIN and ASP.NET Core authentication sign-in failures with Microsoft Entra ID.
44
ms.reviewer: willfid, v-weizhu
55
ms.service: entra-id
6-
ms.date: 06/27/2025
6+
ms.date: 07/02/2025
77
ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
99
# Troubleshoot ASP.NET OWIN and ASP.NET Core authentication sign-in failures with Microsoft Entra ID
@@ -17,9 +17,9 @@ When you develop an ASP.NET Open Web Interface for .NET (OWIN) or ASP.NET Core A
1717

1818
You might see some common sign-in failure behaviors as follows:
1919

20-
- Infinite loop between your web application and Microsoft Entra ID.
21-
- After signing into Microsoft Entra ID, you're redirected to your web application like it never signed in.
22-
- You land on your error page, but it doesn't provide useful error messages.
20+
- An infinite loop occurs between your web application and Microsoft Entra ID.
21+
- After signing in to Microsoft Entra ID, you're redirected to your web application as if you never signed in.
22+
- You enter an error page, but it doesn't provide useful error messages.
2323

2424
## Expose hidden errors by using the OnAuthenticationFailed event
2525

@@ -141,7 +141,7 @@ public void ConfigureServices(IServiceCollection services)
141141
// ...
142142
```
143143

144-
You can modify this to send the error message to your logs or send it to a custom error page. At a minimum, the error message should be displayed in the browser's address bar.
144+
You can modify this structure to send the error message to your logs or send it to a custom error page. At a minimum, the error message should be displayed in the browser's address bar.
145145

146146
:::image type="content" source="media/asp-dot-net-open-web-interface-for-dot-net-core-authentication-sign-in-failures/error-message-in-address-bar.png" alt-text="Screenshot that shows the error message in the browser address bar.":::
147147

0 commit comments

Comments
 (0)