Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
84 lines (58 loc) · 2.71 KB

File metadata and controls

84 lines (58 loc) · 2.71 KB

Welcome to Idpy OIDC-op Documentation

OIDC Certified

This project is a Python implementation of an OIDC Provider on top of jwtconnect.io that shows you how to 'build' an OP using the classes and functions provided by oidc-op.

If you are just going to build a standard OP you only have to write the configuration file. If you want to add or replace functionality this documentation should be able to tell you how.

Idpy OIDC-op implements the following standards:

It also comes with the following add_on modules.

The entire project code is open sourced and therefore licensed under the Apache 2.0.

.. toctree::
   :maxdepth: 2
   :caption: Introduction

   contents/intro.rst

.. toctree::
   :maxdepth: 2
   :caption: Setup

   contents/setup.rst

.. toctree::
   :maxdepth: 2
   :caption: Configuration

   contents/conf.rst

.. toctree::
   :maxdepth: 2
   :caption: Usage

   contents/usage.md

.. toctree::
   :maxdepth: 2
   :caption: Session management

   contents/session_management.rst

.. toctree::
   :maxdepth: 2
   :caption: Developer's

   contents/developers.md

.. toctree::
   :maxdepth: 2
   :caption: Client database

   contents/clients.rst

.. toctree::
   :maxdepth: 2
   :caption: FAQ

   contents/faq.md