5h ago
SSO Popup Remains Open After Completion
Issue with SSO popup
SSO completes successfully, but the popup remains open and the originating board does not update until refreshed. Your board opens /auth/sso/init with window.open() and the completion page relies on window.opener.postMessage(). Our authentication pages return Cross-Origin-Opener-Policy: same-origin-allow-popups, which can sever the opener during the cross-origin navigation. Is there a supported same-window redirect mode, or can the SSO completion flow avoid relying exclusively on window.opener?
In Progress
