Solus Library App Help Docs
Welcome
How Do I...?
Patron Experience
eContent
Training Videos
Help
FAQ

Configure App Authentication


To configure your mobile app or template's authentication, follow these step-by-step instructions:

  1. Access the Content Management System and navigate to the Mobile Apps section in the left-side menu. Select the mobile app or template you wish to edit.
  2. Click on 'Edit' next to the Data Provider. This action will take you to the Edit Data Provider page. Navigate to the Authentication section.

CMS Authentication

  1. Set Credential Storage from the dropdown menu option:
    • 'Automatic' will save users' credentials for their next login.
    • 'Optional' will provide patrons the option to save their credentials for their next login.
    • 'Disabled' will prevent your app from saving their credentials.
  2. Set the desired Username Format:
    • 'Alphanumeric' will accept both numbers and letters.
    • 'Numeric' will only accept numbers.
  3. Specify how linked accounts should be handled:
    • If 'Retain after last primary logout' is enabled, your app will log in all linked accounts when the primary account logs in.
    • If 'Retain after last primary logout' is not enabled, the primary account will need to log in any linked accounts after logging in.
  4. Specify the Password Format in the dropdown menu option:
    • 'PIN' will only accept numbers for authentication.
    • 'Password' will accept both numbers and letters.
    • 'None' will only require the patron's username to login.
  5. Set the Username Processing in the dropdown menu option. This details which barcode characters to remove from the username as part of the authentication process. Please note that any removed characters from the barcode will still show within your app, as they are part of the barcode, but will be stripped out on the server before authenticating with your ILS/LMS:
    • 'As Is' will maintain the barcode exactly as it is read by the scanner.
    • 'Codabar: Drop First & Last Character' will scan the codabar barcode but will drop the first and last characters before sending it to the ILS/LMS for authetication.
    • 'Codabar: Drop First Character' will scan the codabar barcode but will drop the first character before sending it to the ILS/LMS for authentication.
    • 'Codabar: Drop Last Character' will scan the codbar barcode but will drop the last character before sending it to the ILS/LMS for authentication.
    • 'Drop 1st Character' will scan the barcode but will drop the first character before sending to the ILS/LMS for authetication.
    • 'Drop 1st & 2nd Character' will scan the barcode but will drop the first and last character before sending to the ILS/LMS for authentication.
    • 'NEC 16 Drop' will drop the last two digits (check digits) of the 16 digit National Entitlement Card number.
  6. Set Barcode Processing in the dropdown menu option:
    • 'Full' will use the entire barcode string.
    • 'Trimmed' will remove extraneous characters as configured in your ILS/LMS.
  7. Once you've completed the settings, click 'Save' to save the changes.
  8. When directed back to the Mobile App screen, click 'Save' at the bottom to update your app.