Hello :wave: When using a SSO-flow, like Google. ...
# ory-network
f
Hello 👋 When using a SSO-flow, like Google. After the Google screens (select account, enter password etc) the user is redirected to a "Create Account" screen that resides with Ory, is it possible to skip this screen and just have the account created?
s
There is the jsonnet mapper that translates the google identity to your Ory identity schema. If there are some missing fields, the "Create Account" screen is shown to complete the signup. You have to make sure that google provides all the data and they are correctly mapped, then the screen does not show up.
f
Ah, ok, thanks @steep-lamp-91158!