ldap default app

This commit is contained in:
soraefir
2026-05-14 22:53:12 +02:00
parent 601999180b
commit dd47977cbd
2 changed files with 11 additions and 0 deletions

View File

@@ -66,3 +66,13 @@ entries:
- !Find [authentik_core.user, [username, "ldap-service"]] - !Find [authentik_core.user, [username, "ldap-service"]]
roles: roles:
- !Find [authentik_rbac.role, [name, "LDAP Search Role"]] - !Find [authentik_rbac.role, [name, "LDAP Search Role"]]
- model: authentik_core.application
id: ldap-placeholder
identifiers:
slug: ldap
attrs:
name: ldap
group: _
provider:
- !Find [authentik_providers_ldap.ldapprovider, [name, ldap-provider]]

View File

@@ -27,6 +27,7 @@ entries:
slug: authentik-proxy slug: authentik-proxy
attrs: attrs:
name: "Domain Auth Provider" name: "Domain Auth Provider"
group: _
provider: provider:
!Find [ !Find [
authentik_providers_proxy.proxyprovider, authentik_providers_proxy.proxyprovider,