To mimic production in having the various services served from different hostnames, do the following:
-
Add the subdomains.
sudo sh -c 'echo "127.0.0.1\tapi.eapp.local.test web.eapp.local.test" >> /etc/hosts'
-
If using SAML, modify the Service Provider to use a
Assertion Consumer URL
ofhttp://api.eapp.local.test:3000/auth/saml/callback
. -
Visit the site at http://web.eapp.local.test:8080.