Skip to content

Commit af89c60

Browse files
authored
Update troubleshoot-cross-origin-resource-sharing-issues.md
1 parent 0739574 commit af89c60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/entra/entra-id/app-integration/troubleshoot-cross-origin-resource-sharing-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Cross-Origin Resource Sharing issues
33
description: Helps you troubleshoot and resolve Cross-Origin Resource Sharing issues when using Microsoft Entra ID.
44
ms.service: entra-id
5-
ms.date: 07/03/2025
5+
ms.date: 07/04/2025
66
ms.reviewer: willfid, v-weizhu
77
ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
@@ -115,7 +115,7 @@ Origin: https://app.domain.com
115115
Cookie: .AspNet.Cookies=xyz…
116116
```
117117

118-
If you use ASP.NET or ASP.NET Core, configure Microsoft Entra ID to avoid using token lifetime as the session lifetime. For more information, see [Update ASP.NET or ASP.NET Core app session to last longer than Microsoft Entra tokens](https://blogs.aaddevsup.xyz/2021/04/8044/). You can configure the API authentication to throw an error instead of performing a redirect. For ASP.NET Core, you can use the following code:
118+
If you use ASP.NET or ASP.NET Core, configure Microsoft Entra ID to avoid using token lifetime as the session lifetime. For more information, see [Customize middleware authentication ticket to extend user sign-in duration](customize-authentication-session-expiration.md). You can configure the API authentication to throw an error instead of performing a redirect. For ASP.NET Core, you can use the following code:
119119

120120
```csharp
121121
services.Configure<OpenIdConnectOptions>(OpenIdConnectDefaults.AuthenticationScheme, options =>
@@ -222,7 +222,7 @@ All other flows won't be supported in Single Page Applications. Microsoft Entra
222222
223223
### Scenario 6: Using Microsoft Entra Application Proxy
224224
225-
If your app uses Microsoft Entra Application Proxy, see [understand complex applications in Microsoft Entra application proxy](/entra/identity/app-proxy/application-proxy-configure-complex-application).
225+
If your app uses Microsoft Entra Application Proxy, see [Understand complex applications in Microsoft Entra application proxy](/entra/identity/app-proxy/application-proxy-configure-complex-application).
226226
227227
## References
228228

0 commit comments

Comments
 (0)