Ben Foster 3/3/2016

Multi-tenant middleware pipelines in ASP.NET Core

Read Original

This technical article discusses the design and implementation of multi-tenant middleware pipelines in ASP.NET Core, focusing on authentication. It highlights a specific problem where authentication middleware options are configured at registration, which is problematic for multi-tenant apps requiring per-tenant settings. The article provides code examples using Google OAuth and cookies, explaining the issue and suggesting approaches for tenant isolation.

Multi-tenant middleware pipelines in ASP.NET Core

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week