-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fork entries/ from 2factorauth/twofactorauth
- Loading branch information
Showing
174 changed files
with
1,571 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Adafruit": { | ||
"mfa": "allowed", | ||
"documentation": "https://learn.adafruit.com/how-to-set-up-2-factor-authentication-on-adafruit", | ||
"categories": "retail" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Aha!": { | ||
"mfa": "allowed", | ||
"documentation": "https://www.aha.io/support/ideas/ideas/settings/account-settings#security-and-single-sign-on", | ||
"categories": "developer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Apple": { | ||
"mfa": "allowed", | ||
"documentation": "https://support.apple.com/en-us/HT204915", | ||
"notes": "Passwordless authentication only works on Apple devices.", | ||
"categories": "retail" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Arizona State University": { | ||
"mfa": "allowed", | ||
"documentation": "https://getprotected.asu.edu/services/identity-and-access-management/duo-two-factor-authentication", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Auth0": { | ||
"mfa": "allowed", | ||
"documentation": "https://auth0.com/docs/secure/multi-factor-authentication/enable-mfa", | ||
"recovery": "https://auth0.com/docs/secure/multi-factor-authentication/reset-user-mfa", | ||
"categories": "identity" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Amazon Web Services": { | ||
"mfa": "allowed", | ||
"documentation": "https://aws.amazon.com/iam/features/mfa/", | ||
"categories": [ | ||
"cloud", | ||
"domains", | ||
"hosting" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Microsoft Azure": { | ||
"documentation": "https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-passwordless", | ||
"passwordless": "allowed", | ||
"categories": "cloud" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"Bank of America": { | ||
"additional-domains": [ | ||
"bofa.com", | ||
"mbna.com" | ||
], | ||
"mfa": "allowed", | ||
"documentation": "https://www.bankofamerica.com/security-center/online-banking/", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "banking" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Basecamp": { | ||
"mfa": "allowed", | ||
"documentation": "https://3.basecamp-help.com/article/443--", | ||
"categories": "communication" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"University of California, Berkeley": { | ||
"mfa": "allowed", | ||
"documentation": "https://calnetweb.berkeley.edu/calnet-2-step", | ||
"img": "berkeley.edu.png", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Binance": { | ||
"mfa": "allowed", | ||
"passwordless": "allowed", | ||
"documentation": "https://www.binance.com/en/support/faq/c-1?navId=1#11", | ||
"categories": "cryptocurrencies" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Bitbucket": { | ||
"mfa": "allowed", | ||
"documentation": "https://support.atlassian.com/bitbucket-cloud/docs/enable-two-step-verification/", | ||
"notes": "An SSH key must be associated with your account to enable 2FA.", | ||
"categories": "developer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Bitfinex": { | ||
"mfa": "allowed", | ||
"documentation": "https://support.bitfinex.com/hc/en-us/sections/900000097443", | ||
"recovery": "https://support.bitfinex.com/hc/en-us/articles/360021325054", | ||
"categories": "cryptocurrencies" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"BitGo": { | ||
"mfa": "allowed", | ||
"categories": "cryptocurrencies" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Bitwarden": { | ||
"mfa": "allowed", | ||
"documentation": "https://bitwarden.com/help/setup-two-step-login-fido/", | ||
"categories": "identity" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Braintree": { | ||
"mfa": "allowed", | ||
"documentation": "https://articles.braintreepayments.com/reference/security/two-factor-authentication", | ||
"categories": "payments" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Boston University": { | ||
"mfa": "allowed", | ||
"documentation": "https://www.bu.edu/tech/support/duo/", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Brigham Young University": { | ||
"mfa": "allowed", | ||
"documentation": "https://duo.byu.edu/", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Cal Poly": { | ||
"mfa": "allowed", | ||
"documentation": "https://calpoly.atlassian.net/wiki/spaces/CPKB/pages/3539066", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Google Chat": { | ||
"mfa": "allowed", | ||
"passwordless": "allowed", | ||
"documentation": "https://safety.google/authentication/passkey/", | ||
"categories": "communication" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"ClassLink": { | ||
"mfa": "allowed", | ||
"documentation": "https://www.classlink.com/solutions/multi-factor-authentication", | ||
"categories": "education" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Clemson University": { | ||
"mfa": "allowed", | ||
"documentation": "https://2fa.app.clemson.edu/", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Google Cloud Platform": { | ||
"mfa": "allowed", | ||
"passwordless": "allowed", | ||
"documentation": "https://safety.google/authentication/passkey/", | ||
"categories": "cloud" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"IBM Cloud": { | ||
"mfa": "allowed", | ||
"documentation": "https://cloud.ibm.com/docs/account?topic=account-enablemfa", | ||
"categories": "cloud" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Oracle Cloud Infrastructure": { | ||
"additional-domains": [ | ||
"oraclecloud.com" | ||
], | ||
"mfa": "allowed", | ||
"documentation": "https://docs.oracle.com/en/cloud/paas/identity-cloud/uaids/configure-authentication-factors.html", | ||
"categories": "cloud" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Cloud 66": { | ||
"mfa": "allowed", | ||
"documentation": "https://help.cloud66.com/node/account/two-factor-authentication.html", | ||
"categories": "cloud" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Cloudflare": { | ||
"mfa": "allowed", | ||
"documentation": "https://support.cloudflare.com/hc/en-us/articles/200167906", | ||
"categories": [ | ||
"security", | ||
"developer", | ||
"domains" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Carnegie Mellon University": { | ||
"mfa": "allowed", | ||
"documentation": "https://www.cmu.edu/computing/services/security/identity-access/authentication/how-to/use2fa-weblogin.html", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Codeberg": { | ||
"mfa": "allowed", | ||
"documentation": "https://docs.codeberg.org/security/2fa/", | ||
"categories": "developer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Coinbase": { | ||
"mfa": "allowed", | ||
"passwordless": "allowed", | ||
"documentation": "https://help.coinbase.com/en/coinbase/getting-started/verify-my-account/how-do-i-set-up-2-factor-authentication", | ||
"recovery": "https://help.coinbase.com/en/coinbase/managing-my-account/get-back-into-my-account/2-step-verification-troubleshooting", | ||
"categories": "cryptocurrencies" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Compose": { | ||
"mfa": "allowed", | ||
"documentation": "https://www.compose.com/articles/introducing-fido-universal-2nd-factor-authentication/", | ||
"categories": "developer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Cornell University": { | ||
"mfa": "allowed", | ||
"documentation": "https://it.cornell.edu/twostep", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Cal Poly Pomona": { | ||
"mfa": "allowed", | ||
"documentation": "https://cpp.service-now.com/ehelp?id=kb_article&sys_id=ed4dcbc3dbeb1f449bba68461b96198e", | ||
"regions": [ | ||
"us" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Crowd Supply": { | ||
"mfa": "allowed", | ||
"categories": [ | ||
"crowdfunding", | ||
"retail" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Deakin University": { | ||
"mfa": "allowed", | ||
"documentation": "https://help.deakin.edu.au/ithelp?id=kb_article&sysparm_article=KB0014662", | ||
"regions": [ | ||
"au" | ||
], | ||
"categories": "universities" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Delinea": { | ||
"mfa": "allowed", | ||
"documentation": "https://docs.delinea.com/ss/10.8.0/authentication/two-factor-authentication", | ||
"categories": "identity" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"dmarcian": { | ||
"mfa": "allowed", | ||
"documentation": "https://dmarcian.com/secure-dmarcian-2fa/", | ||
"categories": "security" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"DNSimple": { | ||
"mfa": "allowed", | ||
"documentation": "https://support.dnsimple.com/articles/two-factor-authentication/", | ||
"categories": "domains" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Doppler": { | ||
"mfa": "allowed", | ||
"documentation": "https://docs.doppler.com/docs/security-fact-sheet#user-authentication", | ||
"categories": "developer" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"Google Drive": { | ||
"mfa": "allowed", | ||
"passwordless": "allowed", | ||
"documentation": "https://safety.google/authentication/passkey/", | ||
"recovery": "https://support.google.com/accounts/answer/185834", | ||
"categories": "backup" | ||
} | ||
} |
Oops, something went wrong.