@rp_st Hey, hope you are doing well.
During the utilization of the third-party email password recipe, I successfully implemented sso across multiple tenants, such as a.abc.tt, b.abc.tt, and c.abc.tt using the client secrets provided in supertokens document. However, upon generating my own Google client ID, it only functioned effectively for the specified URLs, necessitating the inclusion of all domains, including a.abc.tt, b.abc.tt, and their respective redirect URLs, in order to enable seamless single sign-on (SSO) functionality across these domains. Additionally, it is worth noting that my API is operating under the URLs a.abc.tt/api and b.abc.tt/api. Can you please help me here what i am missing ?