Top "Owin" questions

Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.

ASP.NET MVC 5.1 C# OWIN facebook authentication or login ask for birthday, likes, public profile, phone number

I have seen many posts for facebook authentication , either those are old or not working correctly as it should be. …

c# asp.net-mvc facebook-login owin asp.net-mvc-5.2
Practical examples of OWIN middleware usage

I consider my self a rank beginner to OWIN and after reading a lot of documentation I have only gotten …

asp.net-web-api owin katana
SignalR Websocket Exception when closing client

When starting and stopping a SignalR client that is connected to a basic self hosted server like this: async public …

c# sockets owin signalr.client signalr-2
Resolving IOwinContext in MVC5 application using Autofac

I have trouble using MembershipReboot with the new ASP MVC5 template and Autofac. I have used the default MVC5 template …

asp.net-mvc asp.net-mvc-5 autofac owin membershipreboot
AuthenticationManager.GetExternalLoginInfoAsync() on google aspnet mvc5 returns null

I've developed an ASPNET MVC 5 application using default Visual Studio 2015 Template and Google authentication. All works fine in the development …

asp.net-mvc visual-studio-2015 owin google-authentication
FormsAuthentication object obsolete [using MVC5]

I'm using the following code in an MVC5 site: [HttpPost] [ValidateAntiForgeryToken] public ActionResult Login(LoginModel loginModel) { if (ModelState.IsValid) { var …

c# forms-authentication dotnetopenauth asp.net-mvc-5 owin
SignInManager.PasswordSignInAsync Throwing Null Object Exception

AccountController.cs houses the AccountController class. The Login method of that class is failing. Specifically, var result = await SignInManager.PasswordSignInAsync( …

c# asp.net-mvc asp.net-mvc-5 nullreferenceexception owin
Redirect user after authentication with OpenIdConnect in ASP.Net MVC

I am using OpenIdConnect provider with Owin/Katana for authentication in my asp.net mvc application. OpenIdConnect Provide authenticates users …

c# asp.net-mvc-5 owin openid-connect identityserver3
How to pass Owin context to a Repo being injected into Api controller

I've got a MVC WebApi owin (soft hosted) project, that uses Unity for resolving controller dependencies which look like this …

c# unity-container asp.net-web-api2 owin
Change design of Identity server V3 login page

I've downloaded the following example: https://identityserver.github.io/Documentation/docs/overview/mvcGettingStarted.html How can i change design of …

c# asp.net-mvc authentication owin identityserver3