question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Auth0] Support for using custom domains

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
isaurssauravcommented, Sep 24, 2020

i solved it by, overriding Auth0LoginHandler class. But it would be nice if we have something like AUTH0_DOMAIN = a.example.com

0reactions
GeorgianaElenacommented, Mar 23, 2022

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 the auth0_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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found