Skip to content

Commit

Permalink
allow totp from Heroku to be suggested where it is validated (apple#828)
Browse files Browse the repository at this point in the history
Heroku uses verify.salesforce.com for TOTP validation. This change
allows password managers to suggest TOTP from Heroku when the user is on
verify.salesforce.com.
  • Loading branch information
louim authored and rmondello committed Nov 6, 2024
1 parent 9cdc192 commit 1e4e134
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions quirks/shared-credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,14 @@
],
"fromDomainsAreObsoleted": true
},
{
"from": [
"heroku.com"
],
"to": [
"verify.salesforce.com"
]
},
{
"from": [
"ing.de"
Expand Down
4 changes: 4 additions & 0 deletions quirks/websites-with-shared-credential-backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@
"hbonow.com",
"max.com"
],
[
"heroku.com",
"verify.salesforce.com"
],
[
"igen.fr",
"watchgeneration.fr",
Expand Down

0 comments on commit 1e4e134

Please sign in to comment.