Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in owin

Dependency injecting UserStore in OWIN startup using Ninject OWIN middleware

Internet Explorer 11 replaces Authorization header

How do I ignore the Identity Framework magic and just use the OWIN auth middleware to get the claims I seek?

asp.net owin

OWIN - Authentication.SignOut() doesn't seem to remove the cookie

Does new ASP.NET MVC identity framework work without Entity Framework and SQL Server?

Add Custom Claim Types

c# asp.net-mvc-5 owin

OWIN and Katana, why decouple the application from the server?

asp.net iis owin katana

Login page on different domain

How to plug my Autofac container into ASP. NET Identity 2.1

How IsPersistent works in OWIN Cookie authentication

Disable *all* exception handling in ASP.NET Web API 2 (to make room for my own)?

ASP.NET MVC 5 Web.config: "FormsAuthenticationModule" or "FormsAuthentication"

In self-hosted OWIN Web API, how to run code at shutdown?

c# asp.net-web-api owin

What is the relationship between owin and oAuth2.0?

oauth asp.net-mvc-5 owin

IHttpActionResult and helper methods in ASP.NET Core

MVC 5 How to define Owin LoginPath with localized routes

c# asp.net-mvc-5 owin

Object reference not set to an instance of an object in _Layout.cshtml after updated packages

Hosting WebAPI using OWIN in a windows service

asp.net-web-api owin

ASP.NET (OWIN) Identity: How to get UserID from a Web API controller?

How do you login/authenticate a user with Asp.Net MVC5 RTM bits using AspNet.Identity?