jupyterhub / ltiauthenticator

A JupyterHub authenticator for LTI
https://ltiauthenticator.readthedocs.io
BSD 3-Clause "New" or "Revised" License
67 stars 54 forks source link

Document danger of user name collisions #153

Closed martinclaus closed 1 year ago

martinclaus commented 1 year ago

Even with a single identity provider user name collisions may happen, if the username_key is set to something that is not unique for a user, family_name is a case in point. This needs to be pointed out clearly as a warning in the documentation

Originally posted by @martinclaus in https://github.com/jupyterhub/ltiauthenticator/issues/151#issuecomment-1525772713

martinclaus commented 1 year ago

Wait for #152 to be merged into main.