Top "Owin" questions

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

How to generate documentation using swashbuckle for WebApi 2 with Owin

I have created a WebApi Project using this article. Things are working fine. But now my client want to view …

owin swagger webapi2
How to set default static web page for Katana/Owin self hosted app?

I've set up a web site using an Owin self hosted console app. I'm serving static files with no problem, …

asp.net owin katana self-hosting
Access token revocation implementation in OAuth 2

I've used OWIN OAuth 2 to implement my Authorization Server Provider. Now, I want to implement token revocation (when my client …

web-services rest oauth owin katana
Using a wwwroot folder (ASP.NET Core style) in ASP.NET 4.5 project

I quite like the approach of the new asp.net (asp.net 5\core 1.0) web apps with the wwwroot folder being …

c# asp.net-mvc owin
Invalidate Old Session Cookie - ASP.Net Identity

An external company has done some penetration tests on the ASP.NET MVC 5 application i'm working on. An issue that …

asp.net-mvc asp.net-identity owin asp.net-identity-2
Combining route mappings in WebApi

I am using routing in my WebApi Katana application. I have the following two route mappings that work fine. My …

c# asp.net-web-api owin asp.net-web-api-routing katana
In Web Api / Owin architecture, where are requests to '/token' handled?

I am trying to understand the Asp.net Web Api Individual Accounts authentication and authorization. I have see several tutorials …

asp.net-web-api owin katana
How to modify token endpoint response body with Owin OAuth2 in Asp.Net Web API 2

I want to modify the response body from the token endpoint response. I've tried to intercept the /Token request with …

asp.net asp.net-web-api oauth-2.0 owin http-token-authentication
Owin self-host - Failed to listen on prefix 'http://localhost:12345/' because it conflicts with an existing registration on the machine

I'm trying to self-host a simple WebAPI: public class AccountViewApplication { protected IDisposable WebApplication; public void Start() { WebApplication = WebApp.Start<…

http owin self-hosting katana
Validating Google OpenID Connect JWT ID Token

I'm trying to upgrade my MVC website to use the new OpenID Connect standard. The OWIN middleware seems to be …

c# .net owin jwt openid-connect