- Your support team opens an account-recovery case in your internal tooling.
- Your backend creates a short-lived, signed authorization token that identifies the user, the support case, and the permitted action.
- Your backend calls OwnID to start a support-led identity document challenge.
- OwnID returns a
challengeIdandchallengeUrl. - Your backend or support team sends the
challengeUrlto the user’s verified email address. - Your support tooling polls the challenge status on demand and restores access only after the challenge is allowed.
Create a Signed Authorization Token
Create the token on your backend only. Include a short expiration time and a uniquejti so the token can be audited and revoked if needed.
TBD