Iframe embed, sandboxed

A customer hardens the embed with sandbox="allow-scripts allow-same-origin". Playback works. Sign-in breaks the moment it needs a popup — and this is the support ticket you will get.

Player runs on control.jefflowery.dev — third-party to this page
Sandbox allow-scripts allow-same-origin — no allow-popups
Sign-in transport iframe only; escalation to a popup is impossible
This page can read the viewer id no

The markup

<iframe
  src="https://control.jefflowery.dev/webplayer/video?identifyViewer=required&id=…&type=event"
  sandbox="allow-scripts allow-same-origin"
  allow="autoplay; fullscreen"
  title="Resi player"></iframe>

Expected

Messages reaching this page

Unchanged by the sandbox — message delivery is not what a sandbox restricts.

nothing yet