From e53bda295b906e52392e499ceeda4d73717236ac Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 31 May 2026 15:25:48 +0200 Subject: [PATCH] fix --- .../server/containers/data/authentik/homepage.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/modules/server/containers/data/authentik/homepage.yaml b/modules/server/containers/data/authentik/homepage.yaml index 0bdf8d8..aa66ae2 100644 --- a/modules/server/containers/data/authentik/homepage.yaml +++ b/modules/server/containers/data/authentik/homepage.yaml @@ -2,20 +2,25 @@ version: 1 metadata: name: "Homepage Dashboard - OIDC Provisioning" labels: - blueprints.goauthentik.io/instantiate: "true" + app: immich entries: # 1. Create the OAuth2/OIDC Provider - model: authentik_providers_oauth2.oauth2provider - identifiers: - slug: homepage-provider attrs: name: "Homepage Provider" client_type: "confidential" client_id: !Env AUTHENTIK_HOME_CID" client_secret: !Env AUTHENTIK_HOME_CSEC" authorization_flow: - !Find [authentik_flows.flow, [slug, default-authorization-flow]] + !Find [ + authentik_flows.flow, + [slug, default-provider-authorization-implicit-consent], + ] + authentication_flow: + !Find [authentik_flows.flow, [slug, default-authentication-flow]] + invalidation_flow: + !Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]] # Update this URI to match your dashboard's literal URL redirect_uris: - "https://@HOMEPAGE_DOMAIN@"