Page MenuHomePhabricator

Add `bin/auth list-factors` and `bin/auth strip` to remove multi-factor auth
ClosedPublic

Authored by epriestley on Apr 30 2014, 11:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 2:31 AM
Unknown Object (File)
Thu, Apr 11, 10:29 AM
Unknown Object (File)
Mon, Apr 8, 11:36 AM
Unknown Object (File)
Mon, Apr 8, 11:02 AM
Unknown Object (File)
Fri, Mar 29, 7:29 PM
Unknown Object (File)
Mar 6 2024, 5:34 PM
Unknown Object (File)
Jan 24 2024, 10:12 AM
Unknown Object (File)
Jan 18 2024, 9:57 AM
Subscribers

Details

Summary

Ref T4398. The major goals here is to let administrators strip auth factors in two cases:

  • A user lost their phone and needs access restored to their account; or
  • an install previously used an API-based factor like SMS, but want to stop supporting it (this isn't possible today).
Test Plan
  • Used bin/auth list-factors to show installed factors.
  • Used bin/auth strip with various mixtures of flags to selectively choose and strip factors from accounts.
  • Also ran bin/auth refresh to verify refreshing OAuth tokens works (small OAuth vs OAuth2 tweak).

Diff Detail

Repository
rP Phabricator
Branch
hisec6
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 141
Build 141: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Add `bin/auth list-factors` and `bin/auth strip` to remove multi-factor auth.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 30 2014, 5:39 PM
epriestley updated this revision to Diff 21166.

Closed by commit rP535cfa3ebebe (authored by @epriestley).