-
At present, the i18n library is coupled to IIS / System.Web. This means that it doesn't support OWIN web apps unless they too are built on top of IIS / System.Web (Microsoft.Owin.Host.SystemWeb) (see …
-
UseSwaggerReDoc throws an exception using the NSwag.AspNet.Owin middleware in v14.0.3
The class 'NSwag.AspNet.Owin.Middlewares.SwaggerUiIndexMiddleware`1[[NSwag.Generation.WebApi.WebApiOpenApiDocum…
-
@Tratcher made a good start on a [security middleware specification](https://groups.google.com/d/msg/net-http-abstractions/kZWiooFNf9Q/fQtOdDkxC1oJ) ([direct link](https://www.google.com/url?q=https%3…
-
Model it on the reorder policy on behavior graph
-
We have been using Microsoft.Owin.Security.MicrosoftAccount 4.2.2 for performing Microsoft login. The Email property from external login info was used to identify the user, but it seems like it return…
-
We want to make our api available per redoc UI by changing the middlewareBasePath to 'redoc'. The settings are as follows:
```
RouteTable.Routes.MapOwinPath("redoc", app =>
{
app.UseSwaggerR…
-
## Describe the Bug
owin one request autofac middleware and controller lifetime not same one
UnitOfWorkManagerMiddleware
![Dingtalk_20220824103418](https://user-images.githubusercontent.c…
-
Wired up a test application with UseActiveDirectoryFederationServicesBearerAuthentication, and get the following exception:
System.NotSupportedException: The OWIN key 'server.OnSendingHeaders' is n…
-
When I Run Web Project Occurs this Exception :
System.IO.DirectoryNotFoundException: Could not find a part of the path '...\\ToDoLine\\ToDoLine\\wwwroot\\index.html'.\r\n at Microsoft.Win32.SafeH…
-
Hi,
Is it possible to implement the server as an OWIN handler?
Currently the server is HttpListener based. If you implement it as an OWIN handler, it can be hosted on other platforms as well.
Authe…