Open
Description
I have spent the last four days trying to make an API multi-tenant. But am getting nowhere fast. I read the documentation and have read dozens of articles. It looked straightforward to use finbuckle with EF Core.
I am using configuration store and header plus static configuration. I am using database per tenant and using .net core 8 and DI.
Is there a working sample including seeding the database anywhere?
Most of the time I am getting null for the tenant in onconfiguring.
Activity