mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
8f05846e21
This implements Webauthn. Old devices can be used to authenticate via the appid compatibility layer which should be automatic. New devices will be registered via Webauthn, and devices which do not support FIDO2 will no longer be able to be registered. At this time it does not fully support multiple devices (backend does, frontend doesn't allow registration of additional devices). Does not support passwordless.
25 lines
684 B
Markdown
25 lines
684 B
Markdown
---
|
|
layout: default
|
|
title: Second Factor
|
|
parent: Features
|
|
nav_order: 2
|
|
has_children: true
|
|
---
|
|
|
|
# Second Factor
|
|
|
|
There are multiple supported options for the second factor.
|
|
|
|
* Time-based One-Time passwords with compatible authenticator applications.
|
|
* Security Keys that support [FIDO2] [Webauthn] with devices like a [YubiKey].
|
|
* Push notifications on your mobile using [Duo].
|
|
|
|
<p align="center">
|
|
<img src="../../images/2FA-METHODS.png" width="400">
|
|
</p>
|
|
|
|
|
|
[Duo]: https://duo.com/
|
|
[FIDO2]: https://www.yubico.com/authentication-standards/fido2/
|
|
[Webauthn]: https://www.yubico.com/authentication-standards/webauthn/
|
|
[YubiKey]: https://www.yubico.com/products/yubikey-5-overview/ |