David Yon

Results 12 comments of David Yon

I've got #ifdef'd code (very few mods in fact) which can separately control the following: 1. Uses per-tenant databases for ASP Identity information (Users, Roles, etc) instead of a single,...

@b1tzer0, I pushed the changes just now. They are on the PerTenantStores branch. I did take a shortcut and reused the MultiTenant schema because when I was making the change....

Do you have a list of issues that prevent folding this example into your main repo? Maybe I can help...?

> @DavidYon, I have discovered that the code does not actually work with the latest version of Duende IdentityServer v6. Store options are no longer passed in via constructor parameters....

So it was the DbContext factories that caused the problem with Duende v6? The rest of the Multi-Tenant DbContext code is the same? I guess for the purposes of this...

I'm went ahead and pushed my PersistedGrants changes. The new factory probably suffers the same problem as the others with regards to v6.

@AndrewTriesToCode is the caching issue an IS6 issue only? Or is that a problem across the various releases of IS? Based on @b1tzer0's feedback on handling the changes in IS6,...

Personally I plan to use Route strategy for both the main site and the ID4 site, mostly because the sites I'm porting to ID4 already use a home-grown Route strategy.

Basically you configure your protected site for Route-based tenancy (which Finbuckle can do or there are a lot of manual methods for doing so). When it comes time to deal...

Hmmm... here's what I get from the build from the most recent version of my repos: ![Screen Shot 2022-08-29 at 6 14 22 PM](https://user-images.githubusercontent.com/6991587/187308463-0fbaf313-eda2-40b6-8077-2e275dd58d21.png)