Make public registration provisioning resumable
This commit is contained in:
parent
c36a09bded
commit
c12bc604a8
4 changed files with 130 additions and 8 deletions
|
|
@ -90,6 +90,13 @@ the provider-owned password-setup handoff. `ProvisioningRequest` now carries
|
|||
an optional canonical `preferred_username` through the HTTP adapter without
|
||||
changing existing callers.
|
||||
|
||||
Retry-safe recovery is now implemented for the local-completion/provider-
|
||||
failure window. A single-use mailbox handle is never replayed; instead,
|
||||
user-engine returns a separate random resume handle, stores only its SHA-256
|
||||
digest, retries with the same registration idempotency key and local user,
|
||||
and invalidates the handle after provider linking. Replay is denied. The full
|
||||
suite passes 127 tests with 3 environment-dependent skips.
|
||||
|
||||
## T03 - Create application profiles on first login
|
||||
|
||||
```task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue