Extension OpenID Authentication


Extension Basics

Title
OpenID Authentication
Name
ckanext-openid
Type
Public extension
Description
CKAN extension that adds support for OpenID authentication to your CKAN platform, enabling users to log in using their OpenID credentials.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-11-08 00:00:00)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

This extension adds support for OpenID authentication to your CKAN platform. OpenID is an open standard for decentralized authentication that allows users to log in to multiple websites using a single set of credentials.

The extension was developed as part of the ROUTE-TO-PA (Raising Open and User-friendly Transparency-Enabling Technologies for Public Administrations) project, which is supported by the European Commission.

Features: - OpenID authentication integration - Custom login form with OpenID styling and logo - Translation support - Uses the Authomatic library for OAuth/OpenID support

Prerequisites: - Latest version of CKAN - Python libraries: authomatic, python-openid

Contributors: waqarini, arekstasiewicz, MaciejJanowski

Version
Version release date
(not set)
Contact name
ROUTE-TO-PA Project
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Install prerequisites: pip install authomatic python-openid. Build with: python setup.py develop. Uses paster server (CKAN 2.x style).

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