I am using Azure with Jupyterhub. There the authentication method being used is AzureAdOAuthenticator. When we login to the servers it uses our UPN which have other tags attached to it so instaed of using UPN we like to use email.
I tried adding username_key: ‘email’ into the config file but it didn’t work.
Please help!!