Hello! I changed my login page to a custom HTML template and since then, my social connectors for Google and Microsoft Accounts are broken. The user is redirected, they authenticate, but then the callback to my application fails. The application just sits on the callback page as if it has nothing to process. Username/Password database connections work fine and I have no issues with those.
If I switch back to the Auth0 lock, the connectors work fine.
hi @re.thak, I was able to get this working once I obtained my own keys for the social providers. I finally found inthe Auth0 docs that social logins do not work with custom domains if you are using Auth0 development keys.