5.2 Linking the User Credentials with the Application

Perform the following steps to link the user credentials with the application.

  1. Navigate to the folder where the JSSO API files are saved.

  2. 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"
              }
            ]
  3. Restart SecureLogin or perform a cache refresh to refresh the data store settings.