Hosting react-app with routing for login on auth0

I am using auth0 for login and signup. However, my use-case is a little different from the usual. Here’s the solution I’m searching:

I have a custom domain setup on auth0 and wants to be able to navigate to a certain path on the custom domain and get certain views. For example, let’s say I navigate to https://account.{MY_CUSTOM_DOMAIN}/login then I would get the login page and if I navigate to https://account.{MY_CUSTOM_DOMAIN}/sign-up then I would see the signup page.

Anyone have any idea how this can be achieved?

Hi @rburrell,

Welcome to the Community!

According to the docs, you can use a Custom Domain to use the URL login.YOUR_DOMAIN.com for Universal Login instead of YOUR_DOMAIN.auth0.com, but unfortunately, Universal Login won’t be able to support the URLs you’ve described.

In order to implement those routes, you’d likely have to use an embedded login:

Here is more information about configuring features for custom domains:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.