Skip to content

phondanai/ckanext-openid

 
 

Repository files navigation

CKAN openid extension

This extension adds support of OpenID authentification to your CKAN platform (link: http://openid.net/what-is-openid/).

Prerequisites

  • Install lastest version of CKAN
  • Install automatic

Activate python virtual environment and install automatic library

pip install authomatic python-openid

Build instructions

  • Activate python virtual env
. /usr/lib/ckan/default/bin/activate
  • Clone git repository
git clone https://github.com/routetopa/ckanext-openid.git
cd ckanext-openid
  • Build the plugin
python setup.py develop
  • Add 'openid' plugin to CKAN config file :
ckan.plugins = stats text_view recline_view openid
  • Start ckan
paster serve /etc/ckan/default/development.ini

Dvelopment of TET extenstions is supported by European Commision through the ROUTE-TO-PA project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.8%
  • HTML 23.2%