From bea6876b133f07b709db45accf5160e4eaf52215 Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Mon, 12 Feb 2024 12:34:33 -0700 Subject: [PATCH] chore: housekeeping --- terraform/authentik/applications.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/authentik/applications.tf b/terraform/authentik/applications.tf index ae93329894..9b5d4d7185 100644 --- a/terraform/authentik/applications.tf +++ b/terraform/authentik/applications.tf @@ -167,7 +167,7 @@ resource "authentik_provider_oauth2" "paperless_oauth2" { authorization_flow = resource.authentik_flow.provider-authorization-implicit-consent.uuid property_mappings = data.authentik_scope_mapping.oauth2.ids access_token_validity = "hours=4" - redirect_uris = ["https://paperless.${var.cluster_domain}/"] + redirect_uris = ["https://paperless.${var.cluster_domain}/accounts/oidc/authentik/login/callback/"] } resource "authentik_application" "paperless_application" {