[READ-ONLY] Mirror of https://github.com/tiborpilz/infrastructure. Personal Infrastructure managed via terraform & k8s
0

Configure Feed

Select the types of activity you want to include in your feed.

simplify login

Tibor Pilz (Jul 4, 2026, 1:30 AM +0200) 9e19eb13 e3614987

+5 -5
+5 -5
applications/identity/authentik/blueprints/authentication.yaml
··· 1 + # yaml-language-server: $schema=https://goauthentik.io/blueprints/schema.json 1 2 version: 1 2 3 metadata: 3 4 name: authentication-flow-customizations 4 5 labels: 5 6 blueprints.goauthentik.io/instantiate: "true" 6 7 entries: 7 - # Render the password field on the same page as the username prompt. 8 - # Setting password_stage on the identification stage inlines the password 9 - # field; authentik then skips the separate password stage in the flow. 10 8 - model: authentik_stages_identification.identificationstage 11 9 state: present 12 10 identifiers: 13 11 name: default-authentication-identification 14 12 attrs: 13 + user_fields: 14 + - username 15 + - email 15 16 password_stage: !Find [authentik_stages_password.passwordstage, [name, default-authentication-password]] 16 17 17 - # Keep users signed in for 30 days. authentik's default session_duration is 18 - # seconds=0, which expires the session when the browser closes. 18 + # Keep users signed in for 30 days. 19 19 - model: authentik_stages_user_login.userloginstage 20 20 state: present 21 21 identifiers: