Extension Openid


Extension Basics

Title
Openid
Name
ckanext-openid
Type
Public extension
Description
The **OpenID** extension for CKAN enables users to authenticate using the OpenID protocol.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-11-08 12:12:26)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

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

Version
Version release date
(not set)
Contact name
Route-to-PA
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
stats text_view recline_view openid
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions