Is it possible to get oAuth to stay within an iFrame and not take up the parent window?
On https://www.eventhello.com/overridden_routes/not_mobile, I have an iFrame displaying the mobile version of our application. When from within the iFrame a visitor tries to connect with LinkedIn, Twitter, or Facebook using OAuth, it takes over the parent window.
Is there any way to have the open auth open in a开发者_C百科 new window and then go back to the iframe within the parent window when complete?
I don't believe this is possible nor wanted behavior. The user would be unable to confirm the URL they are accessing. I certainly wouldn't enter my credentials into an iframe.
精彩评论