add webauthn to authelia
This commit is contained in:
@@ -74,6 +74,14 @@
|
|||||||
user = "cn=authelia,ou=system,ou=users,dc=cloonar,dc=com";
|
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 = {
|
access_control = {
|
||||||
default_policy = "deny";
|
default_policy = "deny";
|
||||||
|
|||||||
Reference in New Issue
Block a user