I'm running into some weirdness where google sso works fine for my retool subdomain (subdomain.retool.com) but doesn't for my custom domain.
I see the series of calls to the auth server and redirect happening but something isn't working after that.
**Network tab for my domain.retool.com (working) **
Network tab for my custom domain (not working)
I think the pertinent difference is that in the retool subdomain case, I see the /saveAuth immediately fire but in the custom domain case, only /checkAuth fires (and it fails because the auth credentials were not persisted I assume)
I'm pretty certain googleSSO was configured correctly but here are some screenshots in case it helps
Thanks!