Top "Owin" questions

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

Login page on different domain

I am completely new to OWIN authentication, and I must be misunderstanding how everything works, but I can't find this …

c# asp.net asp.net-mvc asp.net-mvc-5 owin
How to serve index.html with web api selfhosted with OWIN

Should be an easy question, just can't find the answer. I have an SPA (AngularJS) with web api which is …

asp.net-web-api routing single-page-application owin
How do I ignore the Identity Framework magic and just use the OWIN auth middleware to get the claims I seek?

The OWIN middleware stuff to integrate third-party logins to your ASP.NET app is very cool, but I can't seem …

asp.net owin
Can't get ASP.NET Web API 2 Help pages working when using Owin

I've installed the correct package for Web Api 2 Install-Package Microsoft.AspNet.WebApi.HelpPage -Pre But the help area is not …

asp.net-web-api nancy owin asp.net-web-api-helppages
Host Web API as Windows Service using OWIN

I'm trying to run a Web API application as a Windows Service using OWIN. However, I get the following message, …

c# asp.net-web-api windows-services owin self-hosting
Distinction between Kestrel and Katana

My understanding is currently you can self host WebAPI using Katana, and MVC will have this capability in a future …

asp.net asp.net-mvc owin katana
Owin cookie authentication set-cookie not saving in browser

I am building self-hosted web server on this stack: OWIN Nancy Web Api 2 And I am using Microsoft.Owin.Security.…

cookies asp.net-web-api owin katana
Hw to pass arguments to my own Startup class?

I'm trying to develop a web api self hosting app using OWIN. In my own XyzStartup class, I need an …

c# owin
How do you set katana-project to allow token requests in json format?

When I setup an OAuth Authorization Server in asp.net webapi 2 how can I set the token endpoint to accept …

asp.net-web-api owin katana
Second sign-in causes infinite redirect loop after the first successful login MVC .NET 5 OWIN ADAL OpenIDConnect

first post so be gentle! :) I'm developing an MVC .NET 5 web app for Office 365 and am using the OpenIDConnect framework. …

asp.net-mvc azure asp.net-mvc-5 owin openid-connect