Metadata-Version: 2.1
Name: kolibri_oidc_provider_plugin
Version: 0.0.4
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
Description: 
        `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.
        
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
Provides-Extra: dev
