Skip to content

Commit 1b90ca3

Browse files
Copilotwadepickett
andauthored
Fix broken GitHub links in authentication migration documentation (#36154)
* Initial plan * Fix broken GitHub links in authentication migration documentation Co-authored-by: wadepickett <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wadepickett <[email protected]>
1 parent 9ab896f commit 1b90ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/migration/fx-to-core/areas/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: ASP.NET Framework to Core Authentication Migration
44
author: wadepickett
55
ms.author: wpickett
66
monikerRange: '>= aspnetcore-6.0'
7-
ms.date: 07/17/2025
7+
ms.date: 09/24/2025
88
ms.topic: article
99
uid: migration/fx-to-core/areas/authentication
1010
zone_pivot_groups: migration-remote-app-setup
@@ -344,8 +344,8 @@ Details on how to configure sharing auth cookies between ASP.NET and ASP.NET Cor
344344

345345
The following samples in the [System.Web adapters](https://github.com/dotnet/systemweb-adapters) GitHub repo demonstrates remote app authentication with shared cookie configuration enabling both apps to sign users in and out:
346346

347-
* [ASP.NET app](https://github.com/dotnet/systemweb-adapters/tree/main/samples/RemoteAuth/Identity/MvcApp)
348-
* [ASP.NET Core app](https://github.com/dotnet/systemweb-adapters/tree/main/samples/RemoteAuth/Identity/MvcCoreApp)
347+
* [ASP.NET app](https://github.com/dotnet/systemweb-adapters/tree/main/samples/AuthRemoteIdentity/AuthRemoteIdentityFramework)
348+
* [ASP.NET Core app](https://github.com/dotnet/systemweb-adapters/tree/main/samples/AuthRemoteIdentity/AuthRemoteIdentityCore)
349349

350350
### When to choose shared cookie authentication
351351

0 commit comments

Comments
 (0)