Skip to content

patrickjahr/MultiTenantWithIdentityServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SampleMultiTenantIdentityServer

This sample will show how you can use multi tenant architecture with identity server 4. First of all what ist multi tenant?

  • A tenant is responsible for your "group" and identitfy them. For example you have a web client for different departments. For every department is configured a tenant which manage the data, assets and so on. So you can seperate the data for the different departments with the different tenants.

Setup

If you want to setup Azure AD you need to add the client id in the app settings of the IdentityServer

"AzureAd":{
    "ClientId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", --> set here the client id
    "Authority":"https://login.microsoftonline.com/common",
    "CallbackPath":"/signin-oidc"
},

...more information will coming soon

About

MultiTenant with IdentitySever 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published