I have been studying the Front-End Architecture best practices and listening to some talks. One talk refers to this example "Reactive Web - Scalable Front End Architecture Example" which I downloaded and installed and I am studying this to understand it. It answers a lot of questions I had around common themes etc.
One thing I observe around the login process though I do not understand and was wondering if there could be an explanation of this please.
In the Intranet_Theme eSpace there is the GlobalExceptionHandler which re-directs to the Login screen if the user is not logged in, else to the "InvalidPermissions" screen, but it is redirecting to the Corporate_Theme Login and InvalidPermissions screen. Why does it not redirect to the Intranet_Theme login? Is the Login not handled in the Intranet_Theme in this case?