Hey, I’m using Auth0 with Cognito/Amplify. I configured Amplify with my Auth0 oauth tenant, and when triggering signInWithRedirect(), I can log in successfully with my Auth0 account. However, returning to the callback page I get a CORS error on ‘xxx.auth0DOTcom/oauth2/token’.
I added the origin site (which is a localhost address) on the Application allowed origins/cors input (also to allowed web origins, callback url etc).