You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/entra/entra-id/app-integration/asp-dot-net-open-web-interface-for-dot-net-core-authentication-sign-in-failures.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
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
3
3
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.
4
4
ms.reviewer: willfid, v-weizhu
5
5
ms.service: entra-id
6
-
ms.date: 06/27/2025
6
+
ms.date: 07/02/2025
7
7
ms.custom: sap:Developing or Registering apps with Microsoft identity platform
8
8
---
9
9
# 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
17
17
18
18
You might see some common sign-in failure behaviors as follows:
19
19
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.
23
23
24
24
## Expose hidden errors by using the OnAuthenticationFailed event
25
25
@@ -141,7 +141,7 @@ public void ConfigureServices(IServiceCollection services)
141
141
// ...
142
142
```
143
143
144
-
Youcanmodifythistosendtheerrormessagetoyourlogsorsendittoacustomerrorpage. Ataminimum, theerrormessageshouldbedisplayedinthebrowser's address bar.
144
+
Youcanmodifythisstructuretosendtheerrormessagetoyourlogsorsendittoacustomerrorpage. Ataminimum, theerrormessageshouldbedisplayedinthebrowser's address bar.
145
145
146
146
:::imagetype="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.":::
0 commit comments