MultiTenantIdentityServer4
MultiTenantIdentityServer4 copied to clipboard
i am getting this error when trying to get ITenantInfo from DI inside this controller with code authorization workflow InvalidOperationException: Unable to resolve service for type 'Finbuckle.MultiTenant.ITenantInfo' while attempting to...
Looking over the sample it appears that you're relying a lot on Finbuckle's DbContext filters to partition out tenants in a single database. At least that what I get when...
Expands sample to include more ID4 Databases.