diff --git a/authentik/blueprints/kaboot-setup-production.yaml.example b/authentik/blueprints/kaboot-setup-production.yaml.example index 023060b..ae1f17a 100644 --- a/authentik/blueprints/kaboot-setup-production.yaml.example +++ b/authentik/blueprints/kaboot-setup-production.yaml.example @@ -39,6 +39,7 @@ entries: flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]] flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]] flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]] + default_application: !Find [authentik_core.application, [slug, kaboot]] attributes: settings: theme: @@ -296,6 +297,7 @@ entries: user_creation_mode: always_create create_users_as_inactive: false create_users_group: !KeyOf kaboot-users-group + user_type: internal - id: enrollment-user-login-stage model: authentik_stages_user_login.userloginstage diff --git a/authentik/blueprints/kaboot-setup.yaml b/authentik/blueprints/kaboot-setup.yaml index f8ae485..2c43693 100644 --- a/authentik/blueprints/kaboot-setup.yaml +++ b/authentik/blueprints/kaboot-setup.yaml @@ -42,6 +42,7 @@ entries: flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]] flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]] flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]] + default_application: !Find [authentik_core.application, [slug, kaboot]] attributes: settings: theme: @@ -322,6 +323,7 @@ entries: user_creation_mode: always_create create_users_as_inactive: false create_users_group: !KeyOf kaboot-users-group + user_type: internal - id: enrollment-user-login-stage model: authentik_stages_user_login.userloginstage