2022-08-05 22:52:12 +00:00
|
|
|
version: 1
|
2022-08-02 22:05:49 +00:00
|
|
|
metadata:
|
|
|
|
name: Default - Authentication flow
|
2022-07-31 15:11:44 +00:00
|
|
|
entries:
|
2022-08-29 19:20:58 +00:00
|
|
|
- model: authentik_blueprints.metaapplyblueprint
|
|
|
|
attrs:
|
|
|
|
identifiers:
|
|
|
|
name: Default - Password change flow
|
|
|
|
required: false
|
2022-07-31 15:11:44 +00:00
|
|
|
- attrs:
|
|
|
|
designation: authentication
|
|
|
|
name: Welcome to authentik!
|
|
|
|
title: Welcome to authentik!
|
|
|
|
identifiers:
|
|
|
|
slug: default-authentication-flow
|
|
|
|
model: authentik_flows.flow
|
|
|
|
id: flow
|
|
|
|
- attrs:
|
2022-08-19 13:51:50 +00:00
|
|
|
backends:
|
|
|
|
- authentik.core.auth.InbuiltBackend
|
|
|
|
- authentik.sources.ldap.auth.LDAPBackend
|
|
|
|
- authentik.core.auth.TokenBackend
|
2022-07-31 15:11:44 +00:00
|
|
|
configure_flow: !Find [authentik_flows.flow, [slug, default-password-change]]
|
|
|
|
identifiers:
|
|
|
|
name: default-authentication-password
|
|
|
|
id: default-authentication-password
|
|
|
|
model: authentik_stages_password.passwordstage
|
2022-08-19 11:01:01 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
name: default-authentication-mfa-validation
|
|
|
|
id: default-authentication-mfa-validation
|
|
|
|
model: authentik_stages_authenticator_validate.authenticatorvalidatestage
|
2022-08-19 13:51:50 +00:00
|
|
|
- attrs:
|
|
|
|
user_fields:
|
|
|
|
- email
|
|
|
|
- username
|
|
|
|
identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
name: default-authentication-identification
|
|
|
|
id: default-authentication-identification
|
|
|
|
model: authentik_stages_identification.identificationstage
|
|
|
|
- attrs:
|
|
|
|
session_duration: seconds=0
|
|
|
|
identifiers:
|
|
|
|
name: default-authentication-login
|
|
|
|
id: default-authentication-login
|
|
|
|
model: authentik_stages_user_login.userloginstage
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
order: 10
|
|
|
|
stage: !KeyOf default-authentication-identification
|
|
|
|
target: !KeyOf flow
|
|
|
|
model: authentik_flows.flowstagebinding
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
order: 20
|
|
|
|
stage: !KeyOf default-authentication-password
|
|
|
|
target: !KeyOf flow
|
|
|
|
model: authentik_flows.flowstagebinding
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
order: 30
|
|
|
|
stage: !KeyOf default-authentication-mfa-validation
|
|
|
|
target: !KeyOf flow
|
|
|
|
model: authentik_flows.flowstagebinding
|
2022-08-05 22:52:12 +00:00
|
|
|
- identifiers:
|
2022-07-31 15:11:44 +00:00
|
|
|
order: 100
|
|
|
|
stage: !KeyOf default-authentication-login
|
|
|
|
target: !KeyOf flow
|
|
|
|
model: authentik_flows.flowstagebinding
|