Perform the following steps to create credentials that allow user to login to an application using SecureLogin.
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 -p user.json
NOTE:The user.json file must contain the following information.
"credentials":[ { "credential_name":"samplecred", "details": { "Username":"sampleuser", "password":"samplepass" } } ]
Restart SecureLogin.
Verify that the user credentials created in Step 2 are listed in SecureLogin > My Logins.