From 8ea21b3f7562bb9daff54052620e606de0c1a878 Mon Sep 17 00:00:00 2001 From: Wojciech Bartosiak Date: Fri, 12 Feb 2016 16:03:49 +0000 Subject: [PATCH] added doc for OIDC_ID_TOKEN_PROCESSING_HOOK --- docs/settings.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index d6ae94d..3083ce1 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -137,3 +137,12 @@ OIDC_USERINFO ============= OPTIONAL. A string with the location of your class. Read **Standard Claims** section. + + +OIDC_ID_TOKEN_PROCESSING_HOOK +============================= + +OPTIONAL. A string with the location of your hook. +Used to add extra dictionary values specific for your app into id_token. + +