Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 12, 2024
1 parent cca99bb commit bea6876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/authentik/applications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit bea6876

Please sign in to comment.