Metadata-Version: 2.1
Name: oidcrp
Version: 2.0.1
Summary: Python implementation of OAuth2 Client and OpenID Connect RP
Home-page: https://github.com/IdentityPython/oicrp/
Author: Roland Hedberg
Author-email: roland@catalogix.se
License: Apache 2.0
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
License-File: LICENSE

# oidcrp
High level interface to the OIDC RP library

oidcrp represents the 4th layer in the
JWTConnect stack (cryptojwt, oidcmsg, oidcservice, oidcrp)

See the documentation at http://oidcrp.readthedocs.io/en/latest/ .

See sample RPs at [example/](https://github.com/IdentityPython/JWTConnect-Python-OidcRP/tree/master/example) folder.
Has example configurations for Facebook, GitHub, Google, LinkedIn, Microsoft, Okta, Ping Federate, and Salesforce.


