By: Amaury OIDC user 19 Apr 2018 at 5:29 a.m. CDT

3 Responses
Amaury OIDC gravatar
Hi i followed this tuto to enable google auth https://gluu.org/docs/ce/2.4.4/authn-guide/google/ However when i enable this authentication and try to authenticate, i get an error page, and when i look in the file /opt/gluu/jetty/oxauth/logs/oxauth.log, i see a : > [xdi.oxauth.authorize.ws.rs.AuthorizeAction] (AuthorizeAction.java:230) - Failed to get CustomScriptConfiguration. auth_step: 1, acr_values: null I tried another custom script (U2F), it worked, but i didn't found any "acr_values" in the script so i don't know how this is set Can someone confirm me that this tuto still works. I hope a new feature broke something in the script othewise it mean i can't follow a tuto properly The only change i made from the default conf is i changed the certificate, and Gluu needs to use a proxy to access the internet. I can post more details if needed Thanks for reading me Amaury

By Mohib Zico staff 19 Apr 2018 at 8:22 a.m. CDT

Mohib Zico gravatar
Amaury, There is a mismatch.. you are using Gluu Server 3.1.2 and following 2.4.4 Google doc. I think you should use [Passport.js](https://gluu.org/docs/ce/3.1.2/authn-guide/passport/#social-login-using-passportjs) for social login.

By William Lowe user 19 Apr 2018 at 8:28 a.m. CDT

William Lowe gravatar
> but i didn't found any "acr_values" in the script so i don't know how this is set. The acr value is the title of the script.

By Amaury OIDC user 19 Apr 2018 at 8:59 a.m. CDT

Amaury OIDC gravatar
Apologies for my mismatch, and thanks for your quick reply !