Finbuckle.MultiTenant icon indicating copy to clipboard operation
Finbuckle.MultiTenant copied to clipboard

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.

Results 109 Finbuckle.MultiTenant issues
Sort by recently updated
recently updated
newest added

Currently I am setting up Finbuckle.MultiTenant with Duende IdentityServer. I'm getting an error when I log into the root account If I don't use **.IsMultiTenant()** then it can login as...

question

Thank you for a great package! Is there any examples of how to setup to use the default TenantInfo implementation in a worker service? Using EntityFramework. Program.CS ![image](https://github.com/Finbuckle/Finbuckle.MultiTenant/assets/1543193/c98fe189-d30d-4823-a235-521c040cb9b0) I am...

question

Sorry if this is a dumb question, but I'm very new to Finbuckle, and still trying to get my head around it. I want to use a single-database approach, and...

question

6.5.0 is the latest version to target a still supported .NET version - net6.0 in this case. To keep things tidy prior versions will be hidden (not removed) and deprecated...

announcement

Andrew, I have read several of the issues regarding Duende Identity Server 6 and Finbuckle. In most of the issues, you recommend using the base path strategy ([Use of claim...

question

Hi Team, Any help on this request submitted at : https://stackoverflow.com/questions/77304151/finbuckle-does-not-support-multiple-multitenant-resolution-using-entityframework with all the details is much appreciated Thanks, Santosh

Hi, this is my code to cache a tenant in the `DistributedMemoryCache` once resolved, in order to skip the more expensive database call. It seems to work but, since I...

question

Adding security at the row level greatly enhances tenant isolation and eliminates the need for query filtering. I have a working prototype of the solution.

enhancement
question

I would like to use a Azure SQL passwordless connection string... `Server=tcp:.database.windows.net,1433;Initial Catalog=Tenant;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=Active Directory Default;` I've read that this requires the package... `Microsoft.Data.SqlClient` which is contained in... `Microsoft.EntityFrameworkCore.SqlServer` From...

question

We currently have two connection strings with RDS Aurora for where our tenant data is stored. Connection string one is for our read/write database node and connection string two is...

question