django-oidc-provider/docs/index.rst

38 lines
1.2 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-11 20:24:34 +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.
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:
* Although OpenID was built on top of OAuth2, this isn't an OAuth2 server. Maybe in a future it will be.
* Despite that implementation MUST support TLS. You can make request without using SSL. There is no control on that.
* This cover **Authorization Code Flow** and **Implicit Flow**, NO support for **Hybrid Flow** at this moment.
* Only support 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
sections/clients
sections/serverkeys
sections/templates
sections/claims
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`