I’m trying to use a custom domain with Social Connections. I have a paid plan (Developer) and have set up and verified my custom domain and it is in the ready state. I have updated the OAuth applications under the social connections to accept both the custom domain and auth0 domain callback URLs.
Let’s say my auth0 domain is blub-auth0-com and my custom domain is auth-blub-org (using - instead of . because of link limit). My app works fine when I set the Auth0 domain to blub-auth0-com. When I switch it to use auth-blub-org, I get the “you should not be hitting this endpoint” popup Custom Domains and Auth0 is unable to load any of the social connectors. The troubleshooting guide suggests Configure Features to Use Custom Domains which for social connections suggests
If you want to use social identity providers with your custom domain, you must update the Allowed Callback URLs to include your custom domain.
Which doesn’t make much sense since it is not my app’s URLs that have changed, it’s Auth0s. Also, adding the custom domain callback URLs to the comma-delimited list does not help.
The domain for the app cannot be changed, its setting box is grayed out. This last three comments on topic Unable to authorized with the custom domain - #4 by taylor reflect my my current status, I have a “ready” custom domain that I can’t seem to use. Note that those comments aren’t really related to the initial issue nor its resolution.