web/admin: add next actions card on the user page - #24850
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
024ebe6 to
0339dd1
Compare
0339dd1 to
d463c94
Compare
81fe091 to
4da4fae
Compare
a0af34c to
def1e36
Compare
def1e36 to
72f4a09
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dominic/next-actions/release-notes #24850 +/- ##
======================================================================
- Coverage 91.40% 91.40% -0.01%
======================================================================
Files 1146 1146
Lines 72025 72025
Branches 3875 3875
======================================================================
- Hits 65833 65832 -1
- Misses 6157 6158 +1
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
72f4a09 to
23778ab
Compare
23778ab to
83c353a
Compare
Adds a card on the user overview page (shown with a valid enterprise license) to view, add, and remove the flows a user must complete on their next login, instead of editing the attribute as YAML. The flow picker excludes authentication and invalidation flows, matching the API validation. Documentation updated to make the card the primary path.
Pending actions render as removable chips instead of plain rows, and the new next action events show readable labels in the event log.
83c353a to
a56ee36
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-a56ee369743f80065af7f52130bb86b54dd76fdd
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-a56ee369743f80065af7f52130bb86b54dd76fddAfterwards, run the upgrade commands from the latest release notes. |
Adds a "Next actions on login" card to the user overview page (shown with a valid enterprise license) to view, add, and remove the flows a user must complete on their next login, instead of editing the attribute as YAML. The flow picker excludes authentication and invalidation flows, matching the API validation, and the feature docs now describe the card as the primary path.