add totp
This commit is contained in:
parent
6e624127ea
commit
056eeb6657
1 changed files with 10 additions and 0 deletions
|
|
@ -83,6 +83,16 @@
|
||||||
timeout = "60s";
|
timeout = "60s";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
totp = {
|
||||||
|
disable = false;
|
||||||
|
issuer = "auth.cloonar.com";
|
||||||
|
algorithm = "sha1";
|
||||||
|
digits = 6;
|
||||||
|
period = 30;
|
||||||
|
skew = 1;
|
||||||
|
secret_size = 32;
|
||||||
|
};
|
||||||
|
|
||||||
access_control = {
|
access_control = {
|
||||||
default_policy = "deny";
|
default_policy = "deny";
|
||||||
rules = [
|
rules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue