swift-island-66287
07/10/2023, 6:32 AMhook: session
on, and that works fine, although, when I create an account with an OIDC provider such as google, and it needs extra information that is not available through the claims, it goes to the provider page twice, first when I click the provider button (ok), and the second when I fill the missing data, and click the provider button again.
Is this expected?swift-island-66287
07/10/2023, 9:44 AMswift-island-66287
07/10/2023, 9:46 AMcode
query parameter.
3. Ory exchanges the code
for an access token and retrieves the user information.
4. Ory maps the user information to the Identity Schema traits.
5. Ory redirects back to the registration page, requiring the user to provide the values for the missing traits.
6. Redirect to the social sign-in provider.
7. Redirect to redirect_url
swift-island-66287
07/10/2023, 10:10 AM