-
Closed. This question needs details or clarity. It is not currently accepting answers.
Add details and clarify the problem you’re solving. This will help others answer the question. You can edit the …
-
I am using the OWIN cookie authentication middleware and have setup a custom `OnValidateIdentity`-method that should be invoked on all requests that needs to be authenticated.
My setup looks like t…
-
In most of Authentication Middlewares which often are used in mode of AuthenticationMode.Active like [Cookie](https://github.com/aspnet/AspNetKatana/blob/dev/src/Microsoft.Owin.Security.Cookies/Cookie…
-
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8861774-support-direct-commands-over-http?utm_campaign=plugin&utm_content=tracker%2F523147&utm_medium…
-
## Summary
Are there any examples or efforts available to enable subscriptions on .NET Framework? All of the GraphQL middleware for WebSockets and subscriptions is written with ASPNET Core in mind an…
-
I have .NET Framework 4.7 ASP.NET MVC application using Owin with Owin Ws-Federation for AAD authentication. After the .NET Framework update was installed on the server last week, we could not authent…
-
Hi, there is a way to use custom policy with identityserver4 on a client using openidconnect middleware?
I found it to identityserver3, I don't know if it is the same...
https://leastprivilege.com/20…
-
Hi,
My Configuration method in the Startup class is invoked twice.
I debugged Microsoft.Owin.Host.System.Web and found out the first time it's invoked from OwinHttpModule.Init and the second tim…
ghost updated
4 years ago
-
Adding the Microsoft.Owin package to a netstandard2.0 or netcoreapp2.0 project:
![image](https://user-images.githubusercontent.com/3176632/29110555-e901463a-7cde-11e7-8a21-2ebeae59ef3b.png)
Will…
-
There is `Request.IsClientDisconnected` for `HttpContext` pages. What is the best way to do the same in OWIN/Katana?
Seems like a request cancelling middleware could be a decent choice to deal with…