Extension Oauth2Provider


Extension Basics

Title
Oauth2Provider
Name
ckanext-oauth2provider
Type
Public extension
Description
Allows other applications to login to a ckan instance using OAuth2
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-04-05 15:55:38)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/dubvfan87/ckanext-oauth2provider.svg?branch=master :target: https://travis-ci.org/dubvfan87/ckanext-oauth2provider

.. image:: https://coveralls.io/repos/dubvfan87/ckanext-oauth2provider/badge.svg :target: https://coveralls.io/r/dubvfan87/ckanext-oauth2provider

.. image:: https://pypip.in/download/ckanext-oauth2provider/badge.svg :target: https://pypi.python.org/pypi//ckanext-oauth2provider/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-oauth2provider/badge.svg :target: https://pypi.python.org/pypi/ckanext-oauth2provider/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-oauth2provider/badge.svg :target: https://pypi.python.org/pypi/ckanext-oauth2provider/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-oauth2provider/badge.svg :target: https://pypi.python.org/pypi/ckanext-oauth2provider/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-oauth2provider/badge.svg :target: https://pypi.python.org/pypi/ckanext-oauth2provider/ :alt: License

=============

ckanext-oauth2provider

.. Allows CKAN to become an OAuth2 provider.


Requirements

Requires CKAN v2.2 or greater


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-oauth2provider:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-oauth2provider Python package into your virtual environment::

    pip install ckanext-oauth2provider

  3. Add oauth2provider to the ckan.plugins setting in your CKAN config

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
oauth2provider
CKAN Settings (ckan.ini)
# ckanext.oauth2provider.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions