add webauthn to authelia

This commit is contained in:
2023-09-03 19:00:21 +02:00
parent a714c0b680
commit e071e24275

View File

@@ -74,6 +74,14 @@
user = "cn=authelia,ou=system,ou=users,dc=cloonar,dc=com";
};
};
webauthn = {
disable = false;
display_name = "Authelia";
attestation_conveyance_preference = "indirect";
user_verification = "preferred";
timeout = "60s";
};
access_control = {
default_policy = "deny";