The session is not shared across multiple domains with tenancy
I have configured a tenant in the panel. It works fine, however, the sessions are not shared with other domains, but the sessions are only shared within the domain where you log in. After the redirect (to tenant domain), the session gets cleared.
When logging in to the main domain
How can I ensure that when logging in to the main domain, I am redirected to my own tenant domain and automatically logged in there?
When logging in to the main domain
https://dashboard.test/login, the tenant account is linked to the domain name https://app.otherdomain.test, and I'm redirected there, which works fine. However, the session is lost, requiring me to log in again on the tenant domain.How can I ensure that when logging in to the main domain, I am redirected to my own tenant domain and automatically logged in there?