You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
<OrchestrationStep Order="6" Type="ClaimsExchange"> <ClaimsExchanges> <ClaimsExchange Id="LinkFacebookExchange" TechnicalProfileReferenceId="Facebook-OAUTH-Link" /> <ClaimsExchange Id="UnlinkFacebookExchange" TechnicalProfileReferenceId="Facebook-OAUTH-Unlink" /> </ClaimsExchanges> </OrchestrationStep>
Scenario:
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!
The text was updated successfully, but these errors were encountered: