skarthic15

Results 1 issues of skarthic15

Getting 401 Unauthorized error when i use jwtauthenticator. domain.com/hub/login page shows "401 Unauthorized" **jupyterhub_config.py:** c.JupyterHub.authenticator_class = 'jwtauthenticator.jwtauthenticator.JSONWebTokenLocalAuthenticator' c.JSONWebTokenAuthenticator.signing_certificate = '/opt/jupyterhub/auth.crt' c.JSONWebTokenAuthenticator.username_claim_field = 'upn' c.JSONWebTokenAuthenticator.expected_audience = '' c.JSONWebTokenAuthenticator.header_name = 'Authorization'