Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ oauthsecret="secret"
- `ilsApiUrl` is Koha's API address.
- `ilsAdminUrl` is Koha's intranet address.

If your koha version supports OAuth authentication for the REST API, you can enable it using `oauthid` and `oauthsecret`.
If your koha version supports OAuth authentication for the REST API, you can enable it using `oauthid` and `oauthsecret`. You will need [league/oauth2-client](http://oauth2-client.thephpleague.com/) (see `organizations/admin/classes/api_client/INSTALL` for installation instructions).

Once enabled, you can search for an existing vendor in Koha when creating an organization in Coral:

Expand Down