Apps requiring authentication in iframe - pre-authenticated

Hi,

We are trying to build an app for internal org use and the app is set to require authentication and tied to our G-Suite auth. We knew Google auth wouldnโ€™t work inside an iframe, so our workflow authenticated users to the App before the app works inside the iframe. This approach was working well until yesterday and stopped. It looks like appsheet app is not using the sessions / auth context established in the browser and so the app embedded within iframe is trying to authenticate again. The same approach is working in Firefox, Edge and some older versions of chrome. We seeing this issue happen in latest chrome โ€˜Version 84.0.4147.105 (Official Build) (64-bit)โ€™. Has anyone encountered similar issues or do you have any suggestions to overcome this?

1 2 4,243
2 REPLIES 2

@Shanmuga
iFrames cannot deal with oAuth unfortunately because the HTML iframe cannot verify the source URL with a security token. This is also an The OAuth 2.0 Authorization Protocol requirement that oAuth should not be allowed with iFrames. That said; As I said, no user auth can be used within an iFrame as per protocol, meaning you can only embed Public Apps within an iFrame, you canโ€™t embed Secure Apps . No way to overcome this. Please see below:


Thank you for your quick reply. We understood the part about the authentication blocked in iframe and we worked around it by having a pop-out window to do auth in a separate window and on close the original window with iframe refreshes and shows our content and AppSheet app. That approach worked earlier but lately not working reliably across all browsers. We will switch to alternate approach. Thank you.

Top Labels in this Space