Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.32k stars 267 forks source link

Azure AD B2C tenant per application tenant #882

Open Hulkstance opened 1 day ago

Hulkstance commented 1 day ago

We use a Azure AD B2C tenant per application tenant according to the isolation models described here: https://learn.microsoft.com/en-us/azure/architecture/guide/multitenant/service/azure-ad-b2c#isolation-models. I definitely need to use WithPerTenantAuthentication. Has anyone implemented this? Is there an example?

AndrewTriesToCode commented 17 hours ago

Hi I’m reviewing this so I can give you a good answer. Thanks for bringing up this question.