Record password setup conformance
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-28 17:55:39 +02:00
parent d2c59fbf5e
commit 8905c4f493
2 changed files with 19 additions and 4 deletions

View file

@ -89,6 +89,17 @@ subjects in `netkingdom-suspended`: authorization-code exchange consumes the
code and returns a safety rejection, while `/userinfo` rejects previously
issued tokens. Unit and profile suites pass. Live Binky MFA acceptance remains.
2026-07-28 password-handoff evidence: NetKingdom now serves a short-lived,
single-use password setup form at the canonical KeyCape host. The portal
receives only an opaque HTTPS handoff URL and offers both initial creation and
renewal for linked identities; it never handles or stores the password. A live
disposable-user run proved prior-link revocation (400), current-link rendering
(200), non-consuming validation failure (400 then 200), successful OPAQUE
password registration and LLDAP login (200), replay denial (400), and cleanup.
The helper image is digest-pinned and the service is non-root, read-only, and
NetworkPolicy restricted. Binky's user-chosen password and MFA acceptance
remain.
## T04 - Integrate authorization, email, audit, and events
```task