-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Migration] Support sharing auth state with "backend" System.Web app #40083
Comments
Possible kinds of auth (not necessarily the ones people need):
|
So far I've seen reports from potential migration customers that are currently using:
|
Thanks for contacting us. We're moving this issue to the |
Closing since this is done as part of https://devblogs.microsoft.com/dotnet/incremental-asp-net-migration-tooling-preview-2/ Further requests in this area can be filed over on https://github.com/dotnet/systemweb-adapters/ |
As part of #40078, we'll need to determine a way to share auth state between the front end .NET Core, and backend System.Web app. Prelimnary work here is to determine the list of authorization providers (cookie, token etc) that we need to support based on how frequently they appear in user apps.
The text was updated successfully, but these errors were encountered: