You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some systems, it might be possible for a user to authenticate using multiple different user names.
This is fine, however, for multi-user setups it may make it hard for users to access other users servers because the user name you authenticate with is what Jupyter Hub configures the configurable-http-proxy to use for accessing your server.
This "round trips" the username going from username to uid to username.
The remainder of this issue is about documentation. We should probably collect this, along with other configurations into a list of recommended configurations or something of the ilk?
On some systems, it might be possible for a user to authenticate using multiple different user names.
This is fine, however, for multi-user setups it may make it hard for users to access other users servers because the user name you authenticate with is what Jupyter Hub configures the configurable-http-proxy to use for accessing your server.
E.G. If a user can authenticate as either:
Then the URL to their server would be either:
For these setups it would be advantageous to have a canonical user name to avoid the confusion.
Ideas:
The text was updated successfully, but these errors were encountered: