This commit is contained in:
2023-07-27 08:04:00 +02:00
parent d59d177ba8
commit 20433af04f
4 changed files with 104 additions and 74 deletions

View File

@@ -14,7 +14,6 @@ locals {
access-token-validity = "hours=10" // ;minutes=10
}
data "authentik_flow" "default-authorization-flow" {
depends_on = [authentik_group.prj_users]
slug = "default-provider-authorization-implicit-consent"