I have a Symfony 3 project that is split in 3 apps (multiple Kernels, same database, different subdomains) : Front / Admin / Partner. (Mainly did it to be able to use several Sonata Admin configs.)
When a user fill the login form in Front app, he is redirected to the corresponding app (subdomain) depending on his role.
My question is : how to make him authenticated after this redirection ?