Extension SSO Auth


Extension Basics

Title
SSO Auth
Name
ckanext-ssoauth
Type
Public extension
Description
Single Sign-On authentication extension for CKAN providing SSO capabilities based on the default CKAN extension template.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-09-24 13:07:41)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

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:

  1. Activate your CKAN virtual environment: . /usr/lib/ckan/default/bin/activate
  2. 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
  3. Add ssoauth to the ckan.plugins setting in your CKAN config file.
  4. 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

Version
0.0.1
Version release date
2023-07-31
Contact name
phlpat
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ssoauth to ckan.plugins in your CKAN config file.

Plugins to configure (ckan.ini)
ssoauth
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions