Open prashant-prodigal opened 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Could you look/share at logs https://tljh.jupyter.org/en/latest/troubleshooting/logs.html? It should give you a bit more information about the error :)
is this configuration that i provided correct? @MridulS
This is resolved, we needed to enabled Google Admin SDK API in google cloud console for this, which was not mentioned in the documentation, can we add this in documentation?
Bug description
Access control through google groups is not working
Expected behaviour
Users should be able to login using google SSO
Actual behaviour
Getting 500 error on user login
How to reproduce
Note- I have removed the sensitive information.
tljh-config reload
commandYour personal set up
Full environment
``` # paste output of `pip freeze` or `conda list` here ```Configuration
```python # jupyterhub_config.py ```Logs
``` No relevant logs found ![image](https://github.com/jupyterhub/the-littlest-jupyterhub/assets/122962891/dc3dea48-e207-40df-ab79-92b6144b3c90) ```