[GH-ISSUE #15239] feat: Enable Oauth Popup flow #17506

Closed
opened 2026-04-19 23:17:12 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Ardakilic on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15239

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

We are running OpenWebUI in an iframe on a bigger web app, as an internal tool. We'd like to use Google oAuth signup flow, however, we cannot proceed authentication if the page is inside an iframe, due to Google's security policy we get HTTP 403. Because, oauth flow redirects the current frame that the app is running.

Desired Solution you'd like

As far as we know, if oauth flow is executed through a popup, we believe we can overcome this problem. We already have some tools running inside an iframe like this.

Alternatives Considered

Altering files would be a hassle, but if that's only way we can also do it for the time being.

Additional Context

None, thanks in advance!

Originally created by @Ardakilic on GitHub (Jun 23, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/15239 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description We are running OpenWebUI in an iframe on a bigger web app, as an internal tool. We'd like to use Google oAuth signup flow, however, we cannot proceed authentication if the page is inside an iframe, due to Google's security policy we get HTTP 403. Because, oauth flow redirects the current frame that the app is running. ### Desired Solution you'd like As far as we know, if oauth flow is executed through a popup, we believe we can overcome this problem. We already have some tools running inside an iframe like this. ### Alternatives Considered Altering files would be a hassle, but if that's only way we can also do it for the time being. ### Additional Context None, thanks in advance!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17506