You can use either your YOUR_DOMAIN domain to access Auth0 or your custom domain. There are, however, a few exceptions: If you use embedded Lock or an SDK, the configuration is pre-defined to use either your custom domain or the YOUR_DOMAIN domain, so you have to use one or the other.. If you start a session in YOUR_DOMAIN, and go to custom-domain.com, the user will have to login again.
However, the default endpoint is a subdomain of amazonaws.com, which isn’t user friendly. We’ll show you how to fix and set up a custom domain. Requesting a Certificate from ACM and Link API Gateway. You’ll need ownership of the domain name you wish to use for the API. You’ll probably want to put this on a subdomain like api.example.com. To do this, you’ll need to do two things: request an SSL certificate from AWS Certificate Manager (ACM) to secure requests made to the API, and ...