Trying to implement Google authentification for login.
Modified config.yaml
config:
GoogleOAuthenticator:
client_id: XXXX.apps.googleusercontent.com
client_secret: XXXXX
oauth_callback_url: https://my.domain.com/hub/oauth_callback
hosted_domain:
- my.domain.com
login_service: Google
JupyterHub:
authenticator_class: google
admin_users:
- xxxxx@gmail.com
On domain I have a page with a button
Sign in with Google
When clicked on the button nothing happens.
Chrome shows login document returns 304
Thanks