Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Issuer
    • The site that issues the LTI connection information. E.g., https://lms.myschool.edu
    • Issuers can issue more than one client ID.
  • Client ID
  • JWKS URL
  • OIDC Authentication URL
  • Public Search URL
    • The public search URL will be used for creating links when no electronic access is defined for the reserved item. Some variables can be inserted into the URL, e.g., https://find.mylibrary.edu?query=[BARCODE]. The supported variables are:

      • [BARCODE] - The item's barcode
      • [INSTANCE_HRID] - The instance's HRID
  • CSS URL
    • The tool renders its contents in an iframe, so parent styling is ignored. To style the tool's output, enter the URL of a CSS file here and the iframe will fetch and apply it in a <link>.

    • When a course has no current reserves, this message will be displayed.

    • This message box does take html, but you need to put it in codethe HTML to have it work, e.g., if you want your message to show as "please contact us at www.library.edu" to display, your entry in the "No Reserves" message box would beĀ 

      Code Block
      please contact us at <a href="www.library.edu">www.library.edu</a>


...