move TFARegParams to appsettings.Security
This commit is contained in:
parent
5c10636e37
commit
78473a45f1
@ -10,5 +10,8 @@
|
|||||||
"media-src 'self'",
|
"media-src 'self'",
|
||||||
"object-src 'self'"
|
"object-src 'self'"
|
||||||
],
|
],
|
||||||
"AllowedOrigins": [ "https://localhost:7202", "https://digitale.unterschrift.wisag.de/" ]
|
"AllowedOrigins": [ "https://localhost:7202", "https://digitale.unterschrift.wisag.de/" ],
|
||||||
|
"TFARegParams": {
|
||||||
|
"TimeLimit": "90.00:00:00"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -117,8 +117,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"MainPageTitle": null,
|
"MainPageTitle": null
|
||||||
"TFARegParams": {
|
|
||||||
"TimeLimit": "90.00:00:00"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user