Enable TOTP and WebAuthn in Authelia configuration(QR code)
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
5d3d56bd35
commit
e81ffdea23
1 changed files with 3 additions and 0 deletions
|
|
@ -40,10 +40,13 @@
|
|||
log.level = "info";
|
||||
|
||||
totp = {
|
||||
disable = false;
|
||||
issuer = "srazka.com";
|
||||
period = 30;
|
||||
};
|
||||
|
||||
webauthn.disable = true;
|
||||
|
||||
# File-based user database (simplest, no LDAP needed)
|
||||
authentication_backend.file = {
|
||||
path = config.age.secrets."authelia-users".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue