简体   繁体   中英

Thinktecture Identity Server vs MembershipReboot Multi Tenancy

I tried to install two identity servers and both of them use the same MembershipReboot database with Multi Tenancy setting in identity server web.config. (defaultTenant="A" multiTenant="false") and (defaultTenant="B" multiTenant="false")

then I can saw the [UserAccounts] of MembershipReboot database what I accounts created on these two identity servers .

But When I try to login portal client from pass through these two identity servers. portal client passed to the Tenant A can login successful. but the other portal client passed through the Tenant B not.

I don't know how to fix it, may someone can help me, thanks.

IdentityServer v2不支持多租户。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM