Does anyone have experience implementing a multi-domain setup using AWS? I have a specific use case for supporting existing infrastructure and am struggling to get a POC stood up.
I need to be able to expose the /auth endpoint pieces via it's own API Gateway endpoint, and then have the SuperTokens core as an authorizer for each app's api. This way we can have one SuperTokens instance support our multiple apps and create a single sign on experience.
I've been able to set up the different pieces, but can't seem to get the frontend to get a successful response from the /auth endpoints