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
Use popup for OAuth on preview/sandbox/checkpoint domains
On preview and sandbox domains the app runs inside an iframe, which
causes OAuth providers to block the normal full-page redirect via
X-Frame-Options. Instead, open the provider flow in a popup, poll
until it lands back on our origin, then mirror that callback URL
(including the access_token query param) in the iframe so it processes
the token exactly as a normal redirect would.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments