Hi,
I would like users to just login to the login form. the process then workout that tenant the user belongs to and set the tenant correctly.
I wish not to have them select the tenant or have a URL that denotes the tenant.
- ABP Framework version: v4.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
8 Answer(s)
-
0
really? this isnt great surely theres a way round this?
I dont want to user to pick a tenant or for me to make subdomains for each tenant.
please can you look again at if this can happen?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
If the same username exists in the database of the tenant and the host, which one should we authenticate if we don't konw tenant or host?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
If the user is unique across the system, eg their email address is their username so would be unique regardless of being Host or Tenant.
If that "username must be unique" flag was set and used to determine/login for a tenant, it would be easy to stop a user witht he same username being setup twice.
How would you then set the tenant for that users session?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
use tenant resolvers
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi can you point out how to do this plesse? thanks in advance!
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)