add webauthn to authelia
This commit is contained in:
parent
a714c0b680
commit
e071e24275
1 changed files with 8 additions and 0 deletions
|
|
@ -75,6 +75,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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";
|
||||||
rules = [
|
rules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue