You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/manual/two_factor.rst

57 lines
1.8 KiB
ReStructuredText

=========================
Two-factor authentication
=========================
.. image:: images/two_factor_authentication.png
:width: 100%
Two-factor authentication also known as 2FA or 2-Step Verification is an authentication
method that requires two components, such as a pin/password + a token.
OPNsense (version >=16.1.14) offers support for Two-factor authentication throughout
the entire system, with one exception being console/ssh access.
Supported services are:
* OPNsense Graphical User Interface
* Captive Portal
* Virtual Private Networking - OpenVPN & IPsec
* Caching Proxy
--------------------------
GUI Fallback Configuration
--------------------------
To prevent GUI lockout due to unavailable remote authentication server, the system
has a default fallback to the local database. In case of 2FA for the GUI one needs
to disable the fallback option to make sure no local user can gain access without 2FA.
.. image:: images/auth_server_fallback.png
:width: 100%
----------------------------
Time-based One-time Password
----------------------------
TOTP is an algorithm that computes a one-time password from a shared secret key
and the current time. OPNsense supports RFC 6238.
--------------------
Google Authenticator
--------------------
OPNsense fully supports the use of Google's Authenticator application.
This application can generate tokens on Android, iOS and BlackBerry OS.
The usage of this application is free and very simple to setup using OPNsense.
-----------------
Other TOTP tokens
-----------------
The 2FA feature can be used with any time based one-time password token, although
it may be necessary to convert the tokens seed to the used format (base32).
---------------------
Configuration & Setup
---------------------
To setup see: :doc:`how-tos/two_factor`.