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: identifiers:
slug: homepage-provider slug: homepage-provider
attrs: attrs:
name: "Homepage Dashboard Provider" name: "Homepage Provider"
client_type: "confidential" client_type: "confidential"
client_id: !Env AUTHENTIK_HOME_CID" client_id: !Env AUTHENTIK_HOME_CID"
client_secret: !Env AUTHENTIK_HOME_CSEC" 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, openid]]
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, profile]] - !Find [authentik_providers_oauth2.scopemapping, [scope_name, profile]]
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, email]] - !Find [authentik_providers_oauth2.scopemapping, [scope_name, email]]
- !Find [ - !Find [authentik_providers_oauth2.scopemapping, [scope_name, group]]
authentik_providers_oauth2.scopemapping,
[slug, homepage-scope-groups],
]
# 3. Create the Application and link it to the Provider # 3. Create the Application and link it to the Provider
- model: authentik_core.application - model: authentik_core.application
@@ -53,6 +50,6 @@ entries:
provider: provider:
!Find [ !Find [
authentik_providers_oauth2.oauth2provider, authentik_providers_oauth2.oauth2provider,
[slug, homepage-provider], [name, Homepage Provider],
] ]
open_in_new_tab: false open_in_new_tab: false