I am having issues while setting JupyterHub to be used with AzureAdAuthenticator.
When I set AzureAd to manage my groups and define the post_hook, nothing happens. There must be something wrong but I can not figure it out.
¿Could you help me, please?
This is my config:
from oauthenticator.azuread import LocalAzureAdOAuthenticator, AzureAdOAuthenticator
We’ll need more information, for example what does “nothing happens” mean? Is authentication failing completely? If you turn on debug logging what do you see? What behaviour are you expecting, and what are you observing?
Hi
Thank you so much for your help.
You are right, I wasnt specific enough.
I meant that the lines were not printed. I dont really know why. I used authenticator.log.info instead print, but nothing got printed.
In any case, I ended up printing in a file, and I was able to verify that the hooks where been called (what was my principal doubt)