jupyterhub / ltiauthenticator

A JupyterHub authenticator for LTI

Home Page:https://ltiauthenticator.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues implementating whoami service

brospars opened this issue · comments

Hi,

My Jupyterhub setup uses ltiauthenticator (with Edx) to authenticate users but when I try to implement a whoami service as describe here, the users is not considered authenticated and if I removed the annotation the service return null.. Any idea why ?

Thanks a lot.

Nevermind, the whoami auth service using flask works perfectly.