Prove registration collision safety
This commit is contained in:
parent
b80de5a1f4
commit
a8f190b7b7
2 changed files with 43 additions and 0 deletions
|
|
@ -197,3 +197,10 @@ verification expiry/replay redaction, peer rate limiting, identity-link
|
|||
collision, cross-tenant denial, lifecycle deletion, audit/outbox redaction,
|
||||
and request correlation. Deployed consumer conformance remains gated on public
|
||||
runtime credentials and activation.
|
||||
|
||||
Duplicate-input conformance now also proves that a verified mailbox reused
|
||||
with a different username creates a distinct local user instead of implicitly
|
||||
linking to an existing account. Reusing an existing provider username fails at
|
||||
the identity-link uniqueness boundary, leaves the original link unchanged, and
|
||||
never transfers that identity to the later registration. The full suite passes
|
||||
131 tests with three environment-dependent skips.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue