Base solution for your next web application
Open Closed

Social login accounts "merging" #10746


User avatar
0
Romka created

Hello,

kind of a "feature request" :

Is it possible to have multiple authentication methods linked to the same account (by using email address as id) ? E.g :

  • I create an account "the classic way", choosing my password and so on, with the email "[email protected]"
  • I log out
  • I click on the Google social login
  • I authenticate via Google SSO, using the account "[email protected]"
  • Instead of having an error prompt such as "An account using the same address already exists" or similar, I would want the system to recognize my address and to log me in with the previoulsy created account.

Many SAAS websites work like that.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We have an active item in the backlog, you can follow https://github.com/aspnetzero/aspnet-zero-core/issues/3247.

    Thanks,

  • User Avatar
    0
    Romka created

    Thanks,

    I upvoted the github issue. I also commented it with a link to the Apple documentation, which states you will have to add the AppleId social login in order to add social logins to the mobile app, iOS version.

    I close this item, thanks for your answer