Skip to content

Commit 0bb6b82

Browse files
Update aspnetcore/migration/fx-to-core/start.md
Co-authored-by: Wade Pickett <[email protected]>
1 parent 8ef4335 commit 0bb6b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/migration/fx-to-core/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Session is a commonly used feature of ASP.NET that shares the name with a featur
109109

110110
See the general [authentication migration documentation](xref:migration/fx-to-core/areas/authentication) for guidance here.
111111

112-
It is possible to share authentication between the original ASP.NET app and the new ASP.NET Core app by using the System.Web adapters remote authentication feature. This feature allows the ASP.NET Core app to defer authentication to the ASP.NET app. See the documentation on [remote authentication](xref:migration/fx-to-core/areas/authentication#remote-authentication) for more details.
112+
It is possible to share authentication between the original ASP.NET app and the new ASP.NET Core app by using the System.Web adapters remote authentication feature. This feature allows the ASP.NET Core app to defer authentication to the original ASP.NET app. See the documentation on [remote authentication](xref:migration/fx-to-core/areas/authentication#remote-authentication) for more details.
113113

114114
### Other Cross-Cutting Concerns to Consider
115115

0 commit comments

Comments
 (0)