Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in owin

Inject IOwinContext with Web API and Ninject

How to start with OAuth Client Credentials to protect WebApi using OWIN Oauth?

Can I get the OWIN cookie and decrypt it to get claims from it in BeginRequest?

SignalR server --> client call not working

c# signalr owin light-inject

Configure client caching when using OWIN static files

c# caching owin

Multiple owin listeners with their own set of controllers, with Autofac for DI

Web API 2.0 Owin authorization with multiple .net applications

c# asp.net-web-api2 owin

Do I have to check the response status in ApplyResponseChallengeAsync?

c# authentication owin

Redirect to ReturnUrl after successful cookie authentication in Owin, Katana & Nancy

Authorization not working in ASP.NET MVC 5

Owin Websockets - Understanding IOwinContext and WebSocketAccept

c# .net sockets websocket owin

Successfully implementing custom UserManager<IUser> in Identity 2.0

Why am I getting this ActivationException when using Simple Injector with WebApi Self Hosted in OWIN?

Deny all pages without login on Asp.net Web Forms with Identity Framework and Owin

ASP.NET JSON Web Token "401 Unauthorized"

What does HostAuthenticationFilter do?

c# asp.net-web-api owin

ClaimsIdentity in ASP.NET MVC 5

SignalR and SelfHost in F#

asp.net f# signalr owin

Web API Bearer tokens - can I use custom tokens?

SignalR without OWIN

asp.net-mvc signalr owin