-
Sub-task
-
Resolution: Can't Do
-
Normal
-
None
-
None
-
None
-
None
-
5
-
False
-
None
-
False
-
No
-
No
-
None
-
RHODS 1.14
Describe the problem
The "Log Out" button in jupyterlab is highly integrated with Jupyterhub and the user is redirected to /logout path when clicked:
In the notebook controller this behavior throws the following error since the oauth proxy does not expose this endpoint:
Solution
When the user clicks the "Log Out" button he should be redirected to /oauth/sign_out path instead of /logout.