I am trying social login with Google, setup in my ...
# ory-network
c
I am trying social login with Google, setup in my project. The project URL is here: https://auth.maharstg.com/ui - all the setup were done and I can click the Sign In with Google, however it didn't redirect or login the user. Stuck at Continue button page (take a look at screenshot). Did it register new identity? I can't find it in Identities.
l
I ran into a similar issue with Google Workspace accounts. The example Jsonnet mapping in the docs will put the
hd
value into the identity if it is present, but if
hd
is not included in your schema, then the identity won't be created and you get into the "Continue" loop you're seeing here.