I'm trying to implement Ory network and google log...
# ory-network
b
I'm trying to implement Ory network and google login on a VueJS application following the steps on: https://www.ory.sh/docs/getting-started/integrate-auth/vue and https://www.ory.sh/docs/kratos/social-signin/google I'm stuck in an eternal flow of: Sign up screen -> Click "Register with google" button -> Select which google account I want to use -> Back to the register form with email and name filled -> Click "Continue" -> Select which google account I want to use I've properly set google client id/secret on ory as well as ory redirect url allowed on my google account.
b
Hi, this is a common misconfiguration with Google. Please remove the "first_name" and "last_name" fields from the Jsonnet snippet on the Google provider.
b
Thanks a lot, this seems to have worked! I think docs should be updated about that
In the end I got an redirect to /registered which failed cause I don't have this route implemented yet, but from Orys part it seems to be fine now