Folder where an audit log of all stored or created credentials will be maintained. This log contains no credentials but can be used to identify a recovery point should there be an unforeseen data loss due to hardware.
The log is saved as a Comma Delimited file with the name IVSSOCredentials.csv so that it can be easily opened in Excel as well as imported into a database for fast analysis.
The columns in the file are:
Column Name |
Description |
Timestamp |
Timestamp for the credentials action-- can be used to match with any loss of the credential files due to hardware failure by host administrators resetting the user's password if the password was generated (see Action Column) |
Host Name |
Host Name for the action (in case your InventuSSO script applies to more than one host) |
UserID |
UserID from the Web Identity System, such as the Email Address |
Host ID |
Host User ID entered in the Password screen |
Action |
Entered: The User entered the password manually Generated: A Generated password was entered (see the Action Function @GenPW) |