Record password setup conformance
This commit is contained in:
parent
d2c59fbf5e
commit
8905c4f493
2 changed files with 19 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue