Time  Nick Message
21:33 amq  hi, I'm trying to enable google as an identify provider on a fresh koha 23.11, but clicking on the login button leads to "Authentication failure."
21:35 amq  there is nothing in logs and my config looks like this {   "key": "....apps.googleusercontent.com",   "secret": "...",   "authorize_url": "https://accounts.google.com/o/oauth2/auth",   "token_url": "https://accounts.google.com/o/oauth2/token",   "scope": "email" }
21:36 amq  clicking the login button sends me to localhost:3001/api/v1/public/oauth/login/google/opac
21:37 amq  to me it seem slike it doesn't contact google at all