Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in owin

single sign on with web api and asp.net mvc 5

ASP.NET Identity 2.0 Authenticate against our own bearer server

Post_Logout_Redirect_Uri does not redirect when authenticating using azure

Recommended way to implement custom authentication provider for owin authentication

authentication owin katana

Client Certificate Mapping Authentication in self-hosted Owin endpoint

How to propagate an administrator's changes to a user's claims

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