Multiple authentication sources for Zero to JupyterHub

Hi,

Is there a way to configure multiple authentication sources for JupyterHub?

I found this relevant thread:

I am new to kubernetes but I was wondering whether you can use kubernetes’ features to make this possible?

Many thanks,
Sebastian

To do that in JupyterHub you’d have to use an Authentication provider that wraps the other ones, and provides a way for a user to select the correct one. There’s some ideas on