Hello @manics ,
thanks for a reply. Setting default scopes as suggested in issue
solves the problem. However, it would be good to add this information and information on how to propagate groups from Authenticators to hub to documentation. It would be very helpful!
For others: If you want to allow all authenticated users to access binder and spawn a notebook, add:
jupyterhub:
hub:
loadRoles:
user:
scopes:
- self
- "access:services"