Make user internal and default app kaboot
This commit is contained in:
parent
685b1fd414
commit
705119a297
2 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ entries:
|
||||||
flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
||||||
flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]]
|
flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]]
|
||||||
flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]]
|
flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]]
|
||||||
|
default_application: !Find [authentik_core.application, [slug, kaboot]]
|
||||||
attributes:
|
attributes:
|
||||||
settings:
|
settings:
|
||||||
theme:
|
theme:
|
||||||
|
|
@ -296,6 +297,7 @@ entries:
|
||||||
user_creation_mode: always_create
|
user_creation_mode: always_create
|
||||||
create_users_as_inactive: false
|
create_users_as_inactive: false
|
||||||
create_users_group: !KeyOf kaboot-users-group
|
create_users_group: !KeyOf kaboot-users-group
|
||||||
|
user_type: internal
|
||||||
|
|
||||||
- id: enrollment-user-login-stage
|
- id: enrollment-user-login-stage
|
||||||
model: authentik_stages_user_login.userloginstage
|
model: authentik_stages_user_login.userloginstage
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ entries:
|
||||||
flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
||||||
flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]]
|
flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]]
|
||||||
flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]]
|
flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]]
|
||||||
|
default_application: !Find [authentik_core.application, [slug, kaboot]]
|
||||||
attributes:
|
attributes:
|
||||||
settings:
|
settings:
|
||||||
theme:
|
theme:
|
||||||
|
|
@ -322,6 +323,7 @@ entries:
|
||||||
user_creation_mode: always_create
|
user_creation_mode: always_create
|
||||||
create_users_as_inactive: false
|
create_users_as_inactive: false
|
||||||
create_users_group: !KeyOf kaboot-users-group
|
create_users_group: !KeyOf kaboot-users-group
|
||||||
|
user_type: internal
|
||||||
|
|
||||||
- id: enrollment-user-login-stage
|
- id: enrollment-user-login-stage
|
||||||
model: authentik_stages_user_login.userloginstage
|
model: authentik_stages_user_login.userloginstage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue