-
## Category
- [x] Bug
## Describe the bug
The Microsoft.SharePoint2019.CSOM NuGet package contains a server side library (Microsoft.Online.SharePoint.Dedicated.TenantAdmin.dll) which can't be…
-
Microsoft's Owin team is working on new version of Owin/Katana. [Microsoft.Owin.Security.Jwt](https://www.nuget.org/packages/Microsoft.Owin.Security.Jwt/4.0.0-alpha1) now uses **latest version of Syst…
-
I'm trying to obfuscate an assembly that contains the Startup class needed for Owin configuration.
I've configured ConfuserEx with two rules:
decl-type("MyOwinConfigClass") with preset NONE
and
not d…
-
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…
-
Are there any plans for porting WebSharper.Owin to ASP.NET Core and netstandard2.0? If yes, what is the estimated timeframe? WebSharper.Owin, and consequently WebSharper.Suave, are currently incompati…
-
### Description
Documentation should contain a working guide on how to get this set up - The "Getting started" video on Vimeo seems outdated as setting the project up as described brings in errors ab…
-
Using **RuntimeVersion:** v4.0.30319 for Microsoft.Owin, Microsoft.Owin.Host.HttpListener and Microsoft.Owin.Hosting.
We are seeing an objectdisposedexception in Owin that is causing a process cra…
-
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.
…
-
Wired up a test application with UseActiveDirectoryFederationServicesBearerAuthentication, and get the following exception:
System.NotSupportedException: The OWIN key 'server.OnSendingHeaders' is n…
-
According to sample code, it seems that SSL support requires Nowin server to be instantiated directly, lacking the support for Microsoft.Owin.Hosting.