Recipes that allow login credentials to be used across multiple domains (i.e., realms)
Categories
(Toolkit :: Password Manager, enhancement, P3)
Tracking
()
People
(Reporter: ckarlof, Unassigned)
References
(Depends on 1 open bug, Blocks 4 open bugs, )
Details
(Whiteboard: [passwords:recipes])
User Story
Sites that could still benefit from this: * Country code TLDs (aka. ccTLDs): ADP, airBNB, Ancestry, eBay, Amazon, TicketMaster, Eventbrite, eHarmony, FourSquare, GlassDoor, Yelp, etc. * Microsoft: login.live.com, login.microsoftonline.com * Comcast/Xfinity: comcast.net, xfinity.com MIT Licensed list: https://github.com/apple/password-manager-resources/blob/master/quirks/websites-with-shared-credential-backends.json
Attachments
(3 obsolete files)
Comment 1•10 years ago
|
||
Updated•9 years ago
|
Comment 2•9 years ago
|
||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Safari has this concept already and stores their recipes in the DomainsWithAssociatedCredentials
key of WBSAutoFillQuirks.plist that ships with Safari.
This list will also be very useful for duplicate checking (bug 1118553) as a login probably shouldn't be considered a duplicate if the same credential is currently saved on two domains for the same "realm".
Updated•5 years ago
|
As a first step, is it crazy to grab the duplicate list from LastPass? It has a built in list that we could probably use, if the lawyers give it the OK.
It'd be nice for FF to have this list built in at the outset.
Comment 8•5 years ago
|
||
Getting a list of these sites from some external source is something we will consider.
For our future reference https://support.logmeininc.com/lastpass/help/duplicate-stored-passwords-across-multiple-sites-lp040007 talks about the default global list the LastPass has.
Comment 10•5 years ago
|
||
Mentioning this here from a related bug (Bug 1639737):
...it seems reasonable that if/when we implement realm support, we could provide a way for users to add their own realms if they would like to associate a login with multiple domains...
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Apple has open-sourced their realm list under an MIT license! https://github.com/apple/password-manager-resources/blob/master/quirks/websites-with-shared-credential-backends.json
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Updated•5 years ago
|
Updated•4 years ago
|
Comment 17•4 years ago
|
||
Comment 18•4 years ago
|
||
Same thing for:
https://www.banggood.com/
https://de-m.banggood.com/
Comment 19•4 years ago
|
||
Updated•4 years ago
|
Comment 20•4 years ago
|
||
Comment on attachment 9199383 [details]
Bug 1120684 - Add websites-with-shared-credential-backends dump to tree. r=leplatrem
Revision D103105 was moved to bug 1687996. Setting attachment 9199383 [details] to obsolete.
Comment 21•4 years ago
|
||
Comment on attachment 9177498 [details]
Bug 1120684 - Allow autocomplete to use related realm credentials. r=sfoster!,leplatrem!,dimi
Revision D91205 was moved to bug 1699705. Setting attachment 9177498 [details] to obsolete.
Comment 23•4 years ago
|
||
Excuse me for the duplicate :(
I read all the bug and one thing maybe is not mentioned: will it be possible for the end user to add domains on his own configuration?
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•