From 5640687004100a86167284fe0a98f8e0578e8ee4 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 31 May 2026 15:03:13 +0200 Subject: [PATCH] fix blueprint --- modules/server/containers/data/authentik/homepage.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/server/containers/data/authentik/homepage.yaml b/modules/server/containers/data/authentik/homepage.yaml index 118dfed..76fea00 100644 --- a/modules/server/containers/data/authentik/homepage.yaml +++ b/modules/server/containers/data/authentik/homepage.yaml @@ -23,7 +23,7 @@ entries: identifiers: slug: homepage-provider attrs: - name: "Homepage Dashboard Provider" + name: "Homepage Provider" client_type: "confidential" client_id: !Env AUTHENTIK_HOME_CID" client_secret: !Env AUTHENTIK_HOME_CSEC" @@ -37,10 +37,7 @@ entries: - !Find [authentik_providers_oauth2.scopemapping, [scope_name, openid]] - !Find [authentik_providers_oauth2.scopemapping, [scope_name, profile]] - !Find [authentik_providers_oauth2.scopemapping, [scope_name, email]] - - !Find [ - authentik_providers_oauth2.scopemapping, - [slug, homepage-scope-groups], - ] + - !Find [authentik_providers_oauth2.scopemapping, [scope_name, group]] # 3. Create the Application and link it to the Provider - model: authentik_core.application @@ -53,6 +50,6 @@ entries: provider: !Find [ authentik_providers_oauth2.oauth2provider, - [slug, homepage-provider], + [name, Homepage Provider], ] open_in_new_tab: false