Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 2.23 KB

README.md

File metadata and controls

67 lines (38 loc) · 2.23 KB

SLSKey - Alma Cloud App

drawing

Overview

This repository contains the Alma Cloud App for the SLSKey service provided by SLSP.

Currently this app supports to:

  • check the SLSKey status of a selected user ✓
  • activate a selected user for a SLSKey group ✓

For disabling, blocking users or see the history of users, please use the SLSKey User Management Interface.

Requirements

In order to use this app

  • your institution must be subscriber to the SLSP SLSKey service.

Please contact SLSP if you have any questions.

Daily Use

Start Screen of the app:

drawing

Navigate to a Alma page with user entities.
This can either be a user list with several entities or a user detail page.

drawing

Select the user you want to active for SLSKey.

drawing

You can see the current status of the user for the SLSKey service.
If you institution has multiple SLSKey groups, you see the status for each group.

To activate the user for SLSKey, click on the group you want to activate the user for.
Finally, you can (optionally) enter a comment and click "Activate".

drawing

After activation you see the updated status of the user.

drawing

Missing permissions

If you receive an error message "Access denied" when trying to use the app, please contact SLSP to unlock your user for the service.

Issues and defects

Please use the GitHub "Issues" of this repository to report any defects. We will have a look into it as soon as possible.

Licence

GNU Genereal Public Licence v3.0

Development Notes

Common Issues

MacOS Error: OpenSSL Error 'ERR_OSSL_EVP_UNSUPPORTED'

Run in Terminal: export NODE_OPTIONS=--openssl-legacy-provider

and then run eca start again.