Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-factor authentication (MFA) #15

Open
g105b opened this issue Apr 11, 2020 · 0 comments
Open

Multi-factor authentication (MFA) #15

g105b opened this issue Apr 11, 2020 · 0 comments

Comments

@g105b
Copy link
Member

g105b commented Apr 11, 2020

This step is a huge improvement to account security, but it is quite difficult for non-technical users to understand.

Applications should be able to force MFA if they desire, enabling/disabling different mechanisms they deem fit for purpose.

Options for MFA:

  • SMS / phone call (easily compromised).
  • Software TOTP token.
  • Physical hardware Time-based One Time Password (OTP) token.
  • Physical hardware U2F token (most secure).

It should be possible for application administrators to disable MFA on individual accounts, after approving gigantic warning messages. This is due to the inevitability of users losing access to their their MFA device. It will come down to the application administrator to validate the identity of the user before doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant