My application runs in iframe (with chrome extension). The application should ask the user for some permissions using google oauth2. Redirecting to oauth page does not work directly in iframe, due to X-Frame-Options: SAMEORIGIN at https://accounts.google.com/o/oauth2/auth
Is there a way to display the page in a popup?
qMax source share