From 6a272b4f72c73c9e6ed4642ed59ba214da0046e0 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Fri, 26 Feb 2021 16:42:59 +0100 Subject: [PATCH] Updated the documentation for Koha integration Koha will refuse to respond to vendor queries unless the user set up for access from Coral has the vendor_manage permission. --- source/integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/integration.md b/source/integration.md index 9c03b6a..834d07d 100644 --- a/source/integration.md +++ b/source/integration.md @@ -22,6 +22,8 @@ In Koha, install Net::OAuth2::AuthorizationServer and enable RESTOAuth2ClientCre ##### Configuration In Koha, create a user for the REST API, edit this user, click on more -> manage API Keys -> Generate new client id/secret pair. +Also, click on More -> Set permissions and give your new user the `vendors_manage` permission (found under the Acquisition management section). + In Coral, edit the `[ils]` section in `organizations/admin/configuration.ini`, and add/edit the following values: ```