Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate social signing flow #2635

Closed
3 of 6 tasks
rebelchris opened this issue Aug 1, 2022 · 1 comment
Closed
3 of 6 tasks

Remove duplicate social signing flow #2635

rebelchris opened this issue Aug 1, 2022 · 1 comment
Labels
feat New feature or request.

Comments

@rebelchris
Copy link

Preflight checklist

Describe your problem

We integrated a social provider in our Ory Kratos flow (google in this case)
However we also set an extra filed *(username) to be required on sign-up.

In the self service demo video attached you can see the flow.
We would like to remove the secondary duplicate action that redirects the user to Google.

Is it possible to remove that part?

kratos.mp4

Describe your ideal solution

  • User clicks sign up with Google
  • Google oauth kicks in
  • Google redirects back to Kratos
  • Kratos detects that username is missing
  • User fills username field
  • User clicks submit
  • Identity is now created

Workarounds or alternatives

Current the workaround is to either have the double verification via the social provider or removing the required field.

Version

v0.8

Additional Context

No response

@aeneasr
Copy link
Member

aeneasr commented Nov 16, 2022

Thank you for the report!

Dupe of #2863

@aeneasr aeneasr closed this as completed Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants