Create TSP
TSP: Transaction Security Password
Authorize/Identity
Pre-prod: https://pre-prod-id.idshare.info/ (https://pre-prod-id.idshare.info/swagger/index.html)
Production: https://id.idshare.info (https://id.idshare.info/swagger/index.html)
Functional Specification
Password TSP
Textbox
Format:
⦁ At least 6 characters, at most 16 characters
⦁ Display a note on the password field “To ensure security, you should set a password that includes uppercase, lowercase, numeric character(s) and special character(s)”
Can hide/show password when pressing icon show/hide password, display cover password as (•) or (*) – hide password by default
In case the password is the same as the login password, the message "Please enter a different password with a login password"
If you leave it blank or enter a space, the message "Please enter a transaction security password."
In case of incorrect/missing format, the message “Please enter the correct format from 6 to 16 characters”
Confirm Password TSP
Textbox
Can hide/show password when clicking show/hide password icon, show password mask as (•) or (*) – hide password by default
In case you leave it blank or enter a space, the message "Please re-enter transaction security password."
In case of re-entering the password that does not match the password field above, the message “The password doesn't match. Please re-enter the password that matches the one entered above.”
Setting
Button
Press button to generate TSP The system saves the generated password
Display the message “You have created a successful transaction security password”
API Description
User
Select create transaction security password
Frontend
Display the input frame, there are 2 required fields:
⦁ New Password
⦁ Confirm New Password
User
Enter information in the fields, select set password
Frontend
Check the information fields in the formats described above:
If true -> Step 5
If false, the corresponding message is displayed
Backend
Save the user's security password
Frontend
Display a message that the password has been successfully created
Last updated