Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per tenant stores #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DavidYon
Copy link

Expands sample to include more ID4 Databases.

David Yon added 4 commits August 22, 2022 09:48
Define PER_TENANT_IDENTITY_STORES to enable code that uses a separate database for each tenant.  Also moved MvcClient to target .NET 6
Define PER_TENANT_CONFIGURATION to use a MultiTenant Configuration Database (set by default in the project configuration), or remove to use a non-MultiTenant-aware Configuration Database.  Useful for cases where user sign-ins must be partitioned by tenant, but Client and API Resources are homogenous across tenants.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant