josef.moravec/simplesamlphp-module-authkohailsdi
Composer 安装命令:
composer require josef.moravec/simplesamlphp-module-authkohailsdi
包简介
A SimpleSAMLphp module that allows integration with Koha integratedlibrary system.
README 文档
README
Install using git
cd simplesamlphp/modules
git clone authkohailsdi https://gitlab.com/josef.moravec/simplesamlphp-koha-ils-di-authentication-module.git
touch authkohailsdi/enable
Install using composer
composer require josef.moravec/simplesamlphp-module-authkohailsdi
touch vendor/josef.moravec/simplesamlphp-module-authkohailsdi/enable
Configure
Add this to your config/authsources.php file:
$config = [
'kohailsdi' => [
'authkohailsdi:KohaILSDI',
'ilsdi_api_url' => 'https://<your-library-catalog.org>/cgi-bin/koha/ilsdi.pl',
'default_affiliation' => ['member', 'student' ],
'affiliation_mapping' => [
'<PATRONCATEGORY>' => ['member', 'employee' ],
],
'domain' => '<library.org>',
'agencyId' => '<sigla>',
'organizationName' => '<library name>'
],
];
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2018-12-21