Perform the following steps to link the user credentials with the application.
Navigate to the folder where the JSSO API files are saved.
Open the command prompt and run the following command:
java -jar "jssoapi-cmd-8.8.0-0.jar" -a admin.json -l user.json
NOTE:The user.json file must contain the following information.
"credentials":[ { "credential_name":"samplecred", "details": { "Username":"sampleuser", "password":"samplepass" } } ], "link":[ { "credential_name":"samplecred", "application_name":"sampleapp.exe" } ]
Restart SecureLogin or perform a cache refresh to refresh the data store settings.