uploadOath command
Use this command to upload a .csv text file that contains serial numbers and OATH seeds to the IMS Server. Therefore, an entire batch of Authenex A-Key tokens is recognized.
Description
Each Authenex A-Key token uses an OATH seed to generate an OTP. Before an A-Key token can be used, the serial number and OATH seed must be uploaded to the IMS Server. The command-line tool uploadOath.bat uploads a comma-separated value (.csv) text file.When uploaded, the tokens in the .csv file displays in the list of unassigned tokens on AccessAdmin.
Parameters
- -i<inputFileName>
- Full path of the .csv text file for uploading
OATH data. For example -i c:\input_tokens.csv
Each row in the .csv file is of the format
a, b
.where
a is the Serial number of OATH token
b is the OATH seed of the OATH token.
<serial number>, <OATH seed>
- -o, --output <outputFileName>
- Specifies the output file name to which debug/output information is printed. For example
- --error <error-file>
- Specifies the error output file name.
- -v, --version
- Prints the version number of the tool.
- -h, --help
- Prints the help message.
Examples
uploadOath -i c:\input.csv -o c:\output.loguploadOath -v