Domain name for Azure AD. → Error "Invalid domain name in the request url"

AADSTS650051: Invalid domain name in the request url when trying to install the authenticator with Azure AD

Where to find the domain name I am trying to run the authenticator in localhost:8000.

Many Thanks for your inputs

That sounds like AzureAD can’t be used with services on localhost. It must be used with a real, public URL.

Are you running JupyterHub on a machine that should only ever be accessed from that machine and not over the network?

Hi @minrk Thanks a lot for your quick repply.

I am actually using a machine accessed through a local network, I also thought about the need of a real and public URL so I tried to run my local machine with ngrok but I am still getting the error “400: Bad Request : invalid domain name …”