django-oidc-provider/docs/index.rst

43 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2016-02-11 20:24:34 +00:00
Welcome to Django OIDC Provider Documentation!
==============================================
2016-02-11 17:31:30 +00:00
2016-02-18 19:24:31 +00:00
Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects. And as a side effect a fair implementation of OAuth2.0 too.
2016-02-11 20:24:34 +00:00
2016-04-08 19:56:20 +00:00
Also implements the following specifications:
* `OAuth 2.0 for Native Apps <https://tools.ietf.org/html/draft-ietf-oauth-native-apps-01>`_
* `Proof Key for Code Exchange by OAuth Public Clients <https://tools.ietf.org/html/rfc7636>`_
2016-02-12 19:22:47 +00:00
--------------------------------------------------------------------------------
2016-02-11 20:24:34 +00:00
Before getting started there are some important things that you should know:
* Despite that implementation MUST support TLS. You can make request without using SSL. There is no control on that.
2016-05-31 17:33:19 +00:00
* This library covers **Authorization Code Flow** and **Implicit Flow**, NO support for **Hybrid Flow** at this moment.
* Supports only for requesting Claims using Scope values.
2016-02-11 17:31:30 +00:00
2016-02-12 19:22:47 +00:00
--------------------------------------------------------------------------------
2016-02-11 17:31:30 +00:00
Contents:
.. toctree::
:maxdepth: 2
2016-02-11 20:24:34 +00:00
2016-02-12 19:22:47 +00:00
sections/installation
2016-04-08 19:56:20 +00:00
sections/relyingparties
2016-02-12 19:22:47 +00:00
sections/serverkeys
sections/templates
sections/claims
2016-02-18 19:24:31 +00:00
sections/oauth2
2016-02-12 19:22:47 +00:00
sections/settings
sections/contribute
2016-02-11 20:24:34 +00:00
..
2016-02-11 17:31:30 +00:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`