Auth0 Custom domain redirect url

Hello,
We have an abcsite.com application in WordPress.
Also, we have one .net site app.abcsite.com.
The Default auth0 tenant URL is abctenant.auth0.com so we use a custom domain and change it to login.abcsite.com
On login.abcsite.com/authorize… it will redirect to the app.abcsite.com site.
On the app.abcsite.com site, it will redirect to login.getvaluescout.com/authorize… site.
But if we open the login.abcsite.com site it will not open app.abcsite.com/authorize… site.
I have also referred detail provided in https://auth0.com/docs/authenticate/login/auth0-universal-login/configure-default-login-routes

Please help to solve this issue.

Hi @KhushbuPanwala,

Welcome to the Auth0 Community!

I understand that you are having challenges configuring your default login routes with a custom domain.

Firstly, I would like to clarify that the default login URL should point to a route in the application that redirects to the /authorize endpoint. For example, https://abcsite.com/login (Configure Default Login Routes).

Given that, could you please try saving your default login route with /login and see how that works?

Please let me know how this works for you.

Thank you.