[Auth0] Support for using custom domains
See original GitHub issueI have recently bought a custom domain for Auth0 login’s Url.(a.example.com)
But there is no way to pass my new domain Url in jupyterhub’s Auth0.
I have tired in with :
AUTH0_SUBDOMAIN = a.example.com
But, It adds .auth0.com at last . For e.g a.example.com.auth0.com
Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Custom Domains - Auth0
A custom domain lets you unify the login experience with your own brand and products. Your users see a URL that displays your...
Read more >Configure Custom Domains with Auth0-Managed Certificates
Go to Dashboard > Settings > Custom Domains or Dashboard > Branding > Custom Domains. Enter your custom domain in the provided box,...
Read more >Configure Features to Use Custom Domains - Auth0
Go to Auth0 Dashboard > Branding > Custom Domains. Enable the Use Custom Domain in Emails toggle. Configure Social identity providers.
Read more >Troubleshoot Custom Domains - Auth0
See the following video on common issues with custom domains and refer to the sections below for troubleshooting steps for specific scenarios.
Read more >Custom Domain Configuration - Common Questions
Answer: Auth0 allows for the configuration of a custom domain on authentication pages. This allows you to provide a more unified login ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i solved it by, overriding Auth0LoginHandler class. But it would be nice if we have something like
AUTH0_DOMAIN = a.example.com
Hey @drhagen! Sorry for the late reply! A PR would be very much appreciated ✨
The solution seems good to me, with the only suggestion of not deprecating
auth0_subdomain
, but rather have theauth0_domain
default to{self.auth0_subdomain}.auth0.com
(similar with how we set a default value for auth0_subdomain) if not configured by the user. What do you think?Happy to iterate on this together.