2FA: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "2FA = Two Factor. At OSE, whenever possible, we use the following 2 factors for public-facing authentication: # Something you know (username/password) # Something you have (T...")
 
No edit summary
Line 4: Line 4:
# Something you have (TOTP token)
# Something you have (TOTP token)


For more information on 2FA, see [[Multi-factor_authentication]]
For more information on 2FA, see [[wikipedia:Multi-factor_authentication]]

Revision as of 18:48, 3 October 2017

2FA = Two Factor. At OSE, whenever possible, we use the following 2 factors for public-facing authentication:

  1. Something you know (username/password)
  2. Something you have (TOTP token)

For more information on 2FA, see wikipedia:Multi-factor_authentication