Page MenuHomePhabricator

Add multi-factor auth and TOTP support
ClosedPublic

Authored by epriestley on Apr 27 2014, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 2:10 PM
Unknown Object (File)
Feb 20 2024, 12:04 PM
Unknown Object (File)
Feb 20 2024, 12:03 PM
Unknown Object (File)
Feb 12 2024, 9:11 AM
Unknown Object (File)
Feb 5 2024, 12:00 PM
Unknown Object (File)
Feb 5 2024, 12:00 PM
Unknown Object (File)
Jan 30 2024, 5:42 AM
Unknown Object (File)
Jan 24 2024, 9:23 PM
Subscribers

Details

Summary

Ref T4398. This is still pretty rough and isn't exposed in the UI yet, but basically works. Some missing features / areas for improvement:

  • Rate limiting attempts (see TODO).
  • Marking tokens used after they're used once (see TODO), maybe. I can't think of ways an attacker could capture a token without also capturing a session, offhand.
  • Actually turning this on (see TODO).
  • This workflow is pretty wordy. It would be nice to calm it down a bit.
  • But also add more help/context to help users figure out what's going on here, I think it's not very obvious if you don't already know what "TOTP" is.
  • Add admin tool to strip auth factors off an account ("Help, I lost my phone and can't log in!").
  • Add admin tool to show users who don't have multi-factor auth? (so you can pester them)
  • Generate QR codes to make the transfer process easier (they're fairly complicated).
  • Make the "entering hi-sec" workflow actually check for auth factors and use them correctly.
  • Turn this on so users can use it.
  • Adding SMS as an option would be nice eventually.
  • Adding "password" as an option, maybe? TOTP feels fairly good to me.

I'll post a couple of screens...

Test Plan
  • Added TOTP token with Google Authenticator.
  • Added TOTP token with Authy.

Event Timeline

epriestley retitled this revision from to Add multi-factor auth and TOTP support.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Main panel:

Screen_Shot_2014-04-27_at_11.53.04_AM.png (973×1 px, 167 KB)

Choose a factor type (some day, SMS or "physical keyfob" or whatever else could go here);

Screen_Shot_2014-04-27_at_11.53.07_AM.png (973×1 px, 161 KB)

Really wordy dialog which requires you type a lot of stuff into your phone right now:

Screen_Shot_2014-04-27_at_11.55.34_AM.png (973×1 px, 179 KB)

New logs (the "unknown" stuff is fixed):

Screen_Shot_2014-04-27_at_11.53.54_AM.png (973×1 px, 241 KB)

btrahan edited edge metadata.

V. nice.

This revision is now accepted and ready to land.Apr 28 2014, 4:22 PM
epriestley updated this revision to Diff 21076.

Closed by commit rP17709bc1674e (authored by @epriestley).