This repository was archived by the owner on Sep 21, 2018. It is now read-only.
This repository was archived by the owner on Sep 21, 2018. It is now read-only.
Cannot link external logins in 1.0.0/1.0.1 Individual auth templates #686
Closed
Description
Repro:
- New Individual Auth App
- Add 2 external auth providers (i.e. facebook/twitter/google)
- Register a local user and password
- Manage -> Add External Login -> First Facebook/twitter/google will work
- Second will result in access failed.
Original issue: aspnet/Identity#1005
This has been mitgated somewhat in 1.1 by aspnet/Security#980
A potential fix is to add the equivalent signout code to ManageController's LinkLogin + LinkLoginCallback(when add login was successful). I verified that this enables things.
Similar to: 306fbc6