Hi all
I have a fresh DSpace 8.1 installation with shibboleth login configured. Login is successfully working with Chrome browser but with Safari and Firefox. To get it working on Safari, "Prevent crocs-site tracking" has to be unchecked. For Firefox, the backend url has to be added to the browser security/privacy setting to allow cookies and site data. This is an inconvenience for the end users.
I am using two VMs, one for the frontend and the other for the backend. SSL has been configured for both. Nodejs on angular frontend running on
http://localhost:4000, SSL with Nginx and tomcat on backend on
http://localhost:8080/server, SSL with Apache.
I have tested with following config in local.cfg
proxies.trusted.ipranges = 127.0.0.1, real IP
but, it didn't work
Is this behaviour unusual ?
How can this be rectified ?
Regards
Senevi Herath