From 91deb638bc6fe34a5965be6db0b0192a1d986166 Mon Sep 17 00:00:00 2001 From: John Giannelos Date: Mon, 21 Jan 2019 18:40:59 +0100 Subject: [PATCH] Update docs after #293 --- docs/installation.rst | 2 ++ docs/settings.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 07a17490..21a7c625 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/settings.rst b/docs/settings.rst index a1a4b555..f569770d 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -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 ` + since the default one only works for the default ``mozilla-django-oidc`` configuration. + .. py:attribute:: OIDC_STORE_ACCESS_TOKEN :default: ``False``