diff --git a/ansible/roles/authentik/files/enrollment-flow.yaml b/ansible/roles/authentik/files/enrollment-flow.yaml index dd0298e..6e6e2c8 100644 --- a/ansible/roles/authentik/files/enrollment-flow.yaml +++ b/ansible/roles/authentik/files/enrollment-flow.yaml @@ -12,6 +12,7 @@ entries: name: Default enrollment Flow title: Welcome to authentik! authentication: none + denied_action: message_continue identifiers: slug: default-enrollment-flow model: authentik_flows.flow @@ -116,15 +117,7 @@ entries: id: user-write-stage model: authentik_stages_user_write.userwritestage - # 6. CREATE USER LOGIN STAGE - - attrs: - session_duration: seconds=0 - identifiers: - name: default-enrollment-user-login - id: user-login-stage - model: authentik_stages_user_login.userloginstage - - # 7. BIND INVITATION STAGE TO FLOW (order 0) + # 6. BIND INVITATION STAGE TO FLOW (order 0) - attrs: evaluate_on_plan: true re_evaluate_policies: false @@ -153,13 +146,3 @@ entries: stage: !KeyOf user-write-stage target: !KeyOf flow model: authentik_flows.flowstagebinding - - # 10. BIND USER LOGIN STAGE TO FLOW (order 30) - - attrs: - evaluate_on_plan: true - re_evaluate_policies: false - identifiers: - order: 30 - stage: !KeyOf user-login-stage - target: !KeyOf flow - model: authentik_flows.flowstagebinding