add webauthn to authelia
This commit is contained in:
@@ -75,6 +75,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
webauthn = {
|
||||
disable = false;
|
||||
display_name = "Authelia";
|
||||
attestation_conveyance_preference = "indirect";
|
||||
user_verification = "preferred";
|
||||
timeout = "60s";
|
||||
};
|
||||
|
||||
access_control = {
|
||||
default_policy = "deny";
|
||||
rules = [
|
||||
|
||||
Reference in New Issue
Block a user