0
shobhit created
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
- Current process
- go to app
- navigate to identity page
- select tenant
- enter username/ email
- enter password
- login done
- New expected process
- go to app
- navigate to identity page
- enter username/email
- if username/email matches then populate all tenant. user can select the desired tenant from the list.
- if username/email don't match then user can search the tenant. (current way)
- enter password
- login done
Is it feasible to get done option 2. If yes, then how we can achieve this.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
5 Answer(s)
-
0
hi
You can switch to the Host side, then query all tenants, and then switch to the tenant side to try to match the email/username
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)