Hi,
I currently trying to IFrame a perspective session from a separate server where the gateway is running.
Ignition 8.1.25 with a self-signed certificate.
Ignition default IdP.
Gateway settings
Perspective Project specific Settings
Initially, we couldn’t see the login page when launching the URL. I updated the ignition.conf file and added the lines based on some suggestions found here:
- wrapper.java.additional.2=-Dignition.http.header.x_frame_options.enabled=false
- wrapper.java.additional.3=-Dignition.http.header.x_content_type_options.enabled=false
- wrapper.java.additional.4=-Dignition.http.header.x_xss_protection.enabled=false
- wrapper.java.additional.5=-Dignition.http.header.referrer_policy.enabled=false
Now, we see the login page but when we click the login button Ignition goes into an infinite loop of bad requests.
Any suggestions?