ckanext-ssoauth
The ssoauth extension for CKAN aims to provide Single Sign-On (SSO) authentication capabilities.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.6 and earlier |
not tested |
| 2.7 |
not tested |
| 2.8 |
not tested |
| 2.9 |
not tested |
Installation
To install ckanext-ssoauth:
- Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
- Clone the source and install it on the virtualenv:
git clone https://github.com/phlpat/ckanext-ssoauth.git
cd ckanext-ssoauth
pip install -e .
pip install -r requirements.txt
- Add
ssoauth to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Config settings
None at present.
Developer installation
git clone https://github.com/phlpat/ckanext-ssoauth.git
cd ckanext-ssoauth
python setup.py develop
pip install -r dev-requirements.txt
Tests
pytest --ckan-ini=test.ini
License
AGPL-3.0