SyntaxFix
Write A Post
Hire A Developer
Questions
There is a solution that worked for me, referring to the parent. After getting the url that will redirect to google authentication page, you can try the following code:
var loc = redirect_location; window.parent.location.replace(loc);