To configure OATH tokens, you must have the following items from each token manufacturer and for each supplied token model:
- A token seed file. The seed file can be either:
- A .txt file consisting of lines with a comma separating the token serial numbers and secret keys (without spaces)
- A .csv file with the token serial numbers and secret keys in different cells (without spaces or commas)
The secret keys are strings of hexadecimal digits.
- For each seed file, a single associated token type of either TOTP or HOTP.
- For TOTP types, a refresh interval of 30 or 60 seconds. The default is 30.
Note:
For HOTP types, a start counter can appended as an additional field in the seed file. If absent, it defaults to zero.
- If your seed file contains entries that duplicate existing tokens, the
Incomplete Token Report error is displayed.
Remove the duplicate entries from the seed file and try again.
- If your seed file is invalid, you will receive the following error message.