brokul.dev
  • Blog
  • Archive
  • Feed
  • About

Tag: Multitenancy

Multi-tenant ASP.NET Core app - configuring authentication

In this article, we will set up multi-tenant authentication. How is it supposed to work? When a user is logged in within tenant1 then they will not be a valid user from the tenant2 point of view. We will use cookie-based authentication for that.

17 February 2021

Multi-tenant ASP.NET Core app - tenant resolution

A multitenancy is a way to handle multiple tenants on a common infrastructure. Depending on your case, tenants may share the application itself, database, or other services. In this series, we will create ASP.NET Core multi-tenant app. This article describes a tenant resolution mechanism.

08 February 2021
© brokul.dev 2022