By: Conan Malone user 22 Feb 2017 at 3:48 a.m. CST

1 Response
Conan Malone gravatar
We have gluu-passport installed and are trying to get it working with Google, so far have created an app within Google developers with a client ID and secret and have put these in the passport tab on Gluu. Have passport authentication enabled and when I click on the google button it takes me to google accounts where it asks if I want to allow Gluu basic access to my basic info, when I click allow I just get redirected to the login page. Only error I can find is in ```/opt/gluu/node/passport/server/logs/passport.log.2017-02-22``` that shows ``` {"level":"error","message":"Unknown Error: {}","timestamp":"2017-02-22T09:40:57.568Z"} ``` Any ideas what could be wrong? Was previously getting an ECONNREFUSED error but fixed this by adding in proxy settings to ```/opt/gluu/node/passport/node_modules/oauth/lib/oauth2.js```

By Arvind Tomar staff 24 Feb 2017 at 4:02 a.m. CST

Arvind Tomar gravatar
Hi Conan, I'm trying to reproduce the issue on my end and taking a look on the issue. Can you please let me know how did you configure the google strategy in passport? Have you used google strategy which was already there in passport?