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

Account-linking allows unlinking facebook which causes account-lockout. #67

Open
MichielCornilleESC opened this issue May 8, 2020 · 0 comments

Comments

@MichielCornilleESC
Copy link

<OrchestrationStep Order="6" Type="ClaimsExchange"> <ClaimsExchanges> <ClaimsExchange Id="LinkFacebookExchange" TechnicalProfileReferenceId="Facebook-OAUTH-Link" /> <ClaimsExchange Id="UnlinkFacebookExchange" TechnicalProfileReferenceId="Facebook-OAUTH-Unlink" /> </ClaimsExchanges> </OrchestrationStep>

Scenario:

  • sign up using facebook
  • user navigates to account-linking flow
  • selects UnlinkFacebookExchange

User is now locked out of account with no easy way for an admin to fix this. (password reset wouldn't work, sign up with facebook again creates a second account)

How can we avoid users from unlinking the only identity remaining?
Thanks so much in advance for your time & help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant