Metadata-Version: 2.1
Name: kolibri-oidc-provider-plugin
Version: 0.0.3
Summary: Kolibri plugin to convert Kolibri into an OpenID Connect provider
Home-page: https://github.com/learningequality/kolibri-oidc-provider-plugin
Author: Learning Equality
Author-email: info@learningequality.org
License: MIT
Keywords: kolibri,oidc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Education :: Computer Aided Instruction (CAI)
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Requires-Dist: django-oidc-provider
Provides-Extra: dev
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'


`Kolibri <https://learningequality.org/kolibri/>`_ is the offline learning platform
from `Learning Equality <https://learningequality.org/>`_.

OpenID Connect (OIDC) is a simple identity layer on top of the OAuth 2.0 protocol. It allows providers to verify the identity of the End-User based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the End-User in an interoperable and REST-like manner.).

This package provides a plugin to convert a  Kolibri server into a OIDC provider that can be use by external applications to authenticate, thus Kolibri becomes the source of truth when integrating it with another applications needing a single-sign-on (SSO) authentication.


