jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server

Home Page:http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Github Authentication

jkuruzovich opened this issue · comments

I've been able to get Jupyterhub/Nbgrader working with this configuration. Thanks for all the work putting it together!

However, when using Github Authentication I get a 403 Error. I've tried it on two different installs.

I have (1) Verified that the callback url is correct. (2) verified that the client url and the client secret are correct. (3) Examined the /var/log/jupyterhub log and the nginx logs but there doesn't seem to be an error list. (4) I've verified that my github username also has an linux username. (5) Verified that all settings in /etc/jupyterhub/jupyterhub_config.py are consistent with documentation.

Anywhere else I should look?

I recreated the application on Github and repopulated the keys in the configuration file and it ended up working.