Would anyone be able to point me in the right dire...
# ory-network
s
Would anyone be able to point me in the right direction for getting a local setup working with Google Sign-In. I’ve copied the example code provided here: https://www.ory.sh/docs/getting-started/integrate-auth/react And I’m running the
ory tunnel
as suggested:
ory tunnel --dev --project infallible-wiles-vi0w2hrp8t <http://localhost:3000>
Regular user/pass registration/login works well. I’ve setup the Google Social Sign-In as described here: https://www.ory.sh/docs/kratos/social-signin/google. But when I try to follow the flow I get various failures. I’ve attached a video which includes the console errors. I feel like I might be missing something simple - has anyone got any pointers for me? Thaaanks! 🙂
Resolved! I wasn’t paying attention to this bit of the Google docs:
If you want to use this data mapping, you must include the
first_name
and
last_name
fields in your Identity Schema