Metadata-Version: 2.1
Name: oidcop
Version: 2.1.0
Summary: Python implementation of OIDC Provider
Home-page: https://github.com/IdentityPython/oidc-op
Author: Roland Hedberg
Author-email: roland@catalogix.se
License: Apache 2.0
Description: # oidc-op
        
        ![CI build](https://github.com/IdentityPython/oidc-op/workflows/oidc-op/badge.svg)
        ![pypi](https://img.shields.io/pypi/v/oidcop.svg)
        ![License](https://img.shields.io/badge/license-Apache%202-blue.svg)
        ![Documentation Status](https://readthedocs.org/projects/oidcop/badge/?version=latest)
        ![Python version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue.svg)
        
        This project is a Python implementation of an **OIDC Provider** on top of [jwtconnect.io](https://jwtconnect.io/) that shows to you how to 'build' an OP using the classes and functions provided by oidc-op.
        
        If you want to add or replace functionality the official documentation should be able to tell you how.
        If you are just going to build a standard OP you only have to understand how to write your configuration file.
        In `example/` folder you'll find some complete examples based on flask and django.
        
        Idpy OIDC-op implements the following standards:
        
        * [OpenID Connect Core 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-core-1_0.html)
        * [Web Finger](https://openid.net/specs/openid-connect-discovery-1_0.html#IssuerDiscovery)
        * [OpenID Connect Discovery 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-discovery-1_0.html)
        * [OpenID Connect Dynamic Client Registration 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-registration-1_0.html)
        * [OpenID Connect Session Management 1.0](https://openid.net/specs/openid-connect-session-1_0.html)
        * [OpenID Connect Back-Channel Logout 1.0](https://openid.net/specs/openid-connect-backchannel-1_0.html)
        * [OpenID Connect Front-Channel Logout 1.0](https://openid.net/specs/openid-connect-frontchannel-1_0.html)
        * [OAuth2 Token introspection](https://tools.ietf.org/html/rfc7662)
        
        It also comes with the following `add_on` modules.
        
        * Custom scopes, that extends [OIDC standard ScopeClaims](https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims)
        * [Proof Key for Code Exchange by OAuth Public Clients (PKCE)](https://tools.ietf.org/html/rfc7636)
        * [OAuth2 RAR](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-rar)
        * [OAuth2 DPoP](https://tools.ietf.org/id/draft-fett-oauth-dpop-04.html)
        
        The entire project code is open sourced and therefore licensed under the [Apache 2.0](https://en.wikipedia.org/wiki/Apache_License)
        
        For any futher information please read the [Official Documentation](https://oidcop.readthedocs.io/en/latest/).
        
        
        # Contribute
        
        [Join in](https://idpy.org/contribute/).
        
        
        # Authors
        
        - Roland Hedberg
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
