Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impak-finance/django-oidc-rp
A server side OpenID Connect Relying Party (RP, Client) implementation for Django.
https://github.com/impak-finance/django-oidc-rp
authentication authorization client django openid-connect relying-party
Last synced: 6 days ago
JSON representation
A server side OpenID Connect Relying Party (RP, Client) implementation for Django.
- Host: GitHub
- URL: https://github.com/impak-finance/django-oidc-rp
- Owner: impak-finance
- License: mit
- Created: 2017-11-16T16:06:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T01:50:30.000Z (about 2 years ago)
- Last Synced: 2025-01-13T02:41:53.510Z (about 1 month ago)
- Topics: authentication, authorization, client, django, openid-connect, relying-party
- Language: Python
- Homepage: https://django-oidc-rp.readthedocs.io
- Size: 328 KB
- Stars: 19
- Watchers: 3
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-oidc-rp
##############.. image:: https://readthedocs.org/projects/django-oidc-rp/badge/?version=latest
:target: https://django-oidc-rp.readthedocs.io/en/latest/
:alt: Documentation Status.. image:: https://img.shields.io/pypi/l/django-oidc-rp.svg
:target: https://pypi.python.org/pypi/django-oidc-rp/
:alt: License.. image:: https://img.shields.io/pypi/pyversions/django-oidc-rp.svg
:target: https://pypi.python.org/pypi/django-oidc-rp.. image:: https://img.shields.io/pypi/v/django-oidc-rp.svg
:target: https://pypi.python.org/pypi/django-oidc-rp/
:alt: Latest Version.. image:: https://travis-ci.org/impak-finance/django-oidc-rp.svg?branch=master
:target: https://travis-ci.org/impak-finance/django-oidc-rp.. image:: https://codecov.io/gh/impak-finance/django-oidc-rp/branch/master/graph/badge.svg
:target: https://codecov.io/gh/impak-finance/django-oidc-rp|
**Django-oidc-rp** is a lightweight - server side OpenID Connect Relying Party (RP/Client)
implementation for Django. It allows to easily integrate an OpenID Connect provider as the
authentication source in a Django project... contents:: Table of Contents
:local:Documentation
=============Online browsable documentation is available at https://django-oidc-rp.readthedocs.io.
Head over to the documentation for all the details on how to add OpenID Connect authentication
support to your Django projectMain requirements
=================Python 3.4+, Django 1.11+.
Authors
=======impak Finance .
License
=======MIT. See ``LICENSE`` for more details.