feat: add invalidation_flow to the tofu authentik providers

This commit is contained in:
cătălin 2024-11-11 16:46:56 +01:00
commit 1d4288caf5
No known key found for this signature in database
4 changed files with 28 additions and 28 deletions

View file

@ -90,6 +90,11 @@ variable "access_token_validity" {
default = "minutes=10"
}
variable "refresh_token_validity" {
type = string
default = "days=30"
}
variable "extra_property_mappings" {
type = list(string)
default = []