You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web app works perfectly with web auth enabled when accessed directly. However when embedded in even a trivial iframe attempts to access create an infinite loop of 302 redirects.
Current Behavior
The web app works perfectly with web auth enabled when accessed directly. However when embedded in even a trivial iframe attempts to access create an infinite loop of 302 redirects.
Expected Behavior
normal usability but within an iframe
Steps To Reproduce
config options passed:
FF_OPEN_URL: REDACTED
FF_KIOSK: '1'
SECURE_CONNECTION: '1'
WEB_AUTHENTICATION: '1'
WEB_AUTHENTICATION_USERNAME: 'REDACTED'
WEB_AUTHENTICATION_PASSWORD: 'REDACTED'
trivial iframe:
<iframe src="https://REDACTED:5800/" width="1600" height="1200" > </iframe>Environment
Container creation
used existing published image lesage/firefox and passed environmental variables
FF_OPEN_URL: REDACTED
FF_KIOSK: '1'
SECURE_CONNECTION: '1'
WEB_AUTHENTICATION: '1'
WEB_AUTHENTICATION_USERNAME: 'REDACTED'
WEB_AUTHENTICATION_PASSWORD: 'REDACTED'
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: