Contract Removal
Remove an user contract associated to the TrustFactor. It can be done using the TrustFactor BackOffice or a device, as following:
Remove Contract Using TrustFactor's BackOffice
Key Steps
- User reports loss of access to private keys.
- Operator (from a branch/call center) accesses the TrustFactor Backoffice.
- The contract is removed from all devices associated with the user.
- A callback (removeDeviceCallbackURL) is made to the application, notifying it of the removal.
- If the application responds with a 2xx HTTP code, the association removal is successful and a UI should be displayed to the operator indicating success.
Assumptions:
- User is authenticated in TrustFactor's BackOffice and has permissions to manage contracts
Remove Contract Using TrustFactor's BackOffice Flow Demonstration
Remove Contract From Own Device
Key Steps
- User accesses the TrustFactor Profile Manager menu on their own device.
- User selects a contract to be removed.
- The contract is removed from the device.
- A callback (removeDeviceCallbackURL) is made to the application, notifying it of the removal.
- If the application responds with a 2xx HTTP code, the association removal is successful and a UI should be displayed to the operator indicating success.
Assumptions:
- User already has TF App opened and authenticated
- User is on the "Contract Manager" screen on TF App
Remove Contract From Own Device Flow Demonstration
Remove Contract From Other Device
Key Steps
- User accesses the TrustFactor Device Manager menu on a different device.
- When there are more than 1 profile, user need to select a contract to be removed.
- User removes a device from the list.
- The contract is removed from the device associated.
- A callback (removeDeviceCallbackURL) is made to the application, notifying it of the removal.
- If the application responds with a 2xx HTTP code, the association removal is successful and a UI should be displayed to the operator indicating success.
Assumptions:
- User already has TF App opened and authenticated
- User is on the "Device Manager" screen on TF App