Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
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.2I consider my self a rank beginner to OWIN and after reading a lot of documentation I have only gotten …
asp.net-web-api owin katanaWhen 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-2I 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 membershiprebootI'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-authenticationI'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 owinAccountController.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 owinI 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 identityserver3I'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 owinI'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