My use case: I want to embed a Retool app that uses the Sign in with Google button inside my CRM (Front). Unfortunately this does not work because of a Chrome/third party cookies issue — I suspect it’s the mydomain.retool.com/googlelogin page trying to set the oauth2XsrfState cookie?
Note: I can sign in with a username and password just fine, but this is not how I want my staff to login.
From what I’ve read all that needs to change is that cookies are Partitioned.
Are you using Front’s default url sidebar plugin? or creating your own plugin.
We’ve created quite a few Front / Zendesk sidebar companions for our clients and haven’t run into this issue before. Have you tried using Retool Embed?
Can you send more information on your current set up in front?
@JoeyKarczewski Thanks for replying! We are just using creating an app inside the developer pane in Front and setting the “Side panel URL” property to our Retool URL and that’s it.
We also tried using a public Retool app, that uses the Front SDK to call the *.retool.com/googlelogin URL in a popup (using Front.openUrlInPopup()) but that straight up doesn’t work either.
I haven’t looked at Retool Embed yet, but will give it a try and see what happens
Just wanted to check in and see if you had any success or questions about using Retool Embed?
Could you give me more details on your use case, and what are you looking to allow your users to do from your Retool app that is in the side-panel of the Front app?
Hi @Jack_T , we did try Retool Embed but didn’t have any luck.
Our use case is to provide a sidebar app in front that can provide more context about the user our CS team are communicating with. For example, if they enquire about an order we want to be able to parse certain words/identifiers from the Front context and display information about the order, the user, and perhaps their order history.
Given that password login works just fine, we might just migrate our team to use passwords if CHIPS can’t be done on the Retool side to support Sign in with Google