Open danroth27 opened 2 years ago
ASP.NET Core supports an OWIN bridge, but many OWIN based frameworks shipped by Microsoft (like ASP.NET Web API) rely on the OWIN IAppBuilder, which this topic doesn't document how to integrate with.
We should document the required code, which looks something like this (but updated to use supported APIs): https://stackoverflow.com/a/30791150/3294414.
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@Tratcher Can you help with providing the correct code for bridging IAppBuilder with ASP.NET Core?
ASP.NET Core supports an OWIN bridge, but many OWIN based frameworks shipped by Microsoft (like ASP.NET Web API) rely on the OWIN IAppBuilder, which this topic doesn't document how to integrate with.
We should document the required code, which looks something like this (but updated to use supported APIs): https://stackoverflow.com/a/30791150/3294414.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.