fix blueprint

This commit is contained in:
soraefir
2026-05-31 15:03:13 +02:00
parent 97eeb129f5
commit 5640687004

View File

@@ -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