Skip to content

Commit

Permalink
Update docs after #293
Browse files Browse the repository at this point in the history
  • Loading branch information
John Giannelos committed Jan 21, 2019
1 parent 54dbdc6 commit 91deb63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ You might want to do this if you want to control user creation because your
system requires additional process to allow people to use it.


.. _advanced_claim_verification:

Advanced user verification based on their claims
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 5 additions & 0 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ of ``mozilla-django-oidc``.

The OpenID Connect scopes to request during login.

.. warning::

When using custom scopes consider overriding the :ref:`claim verification method <advanced_claim_verification>`
since the default one only works for the default ``mozilla-django-oidc`` configuration.

.. py:attribute:: OIDC_STORE_ACCESS_TOKEN
:default: ``False``
Expand Down

0 comments on commit 91deb63

Please sign in to comment.