From 82dcd8d2ee3d8dde84fa8f46f157b8e04d19f3df Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Mon, 18 Dec 2023 10:55:24 -0300 Subject: [PATCH] Update settings.rst --- docs/sections/settings.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sections/settings.rst b/docs/sections/settings.rst index 3a7df2cc..b44031b1 100644 --- a/docs/sections/settings.rst +++ b/docs/sections/settings.rst @@ -53,7 +53,7 @@ OIDC_CODE_EXPIRE OPTIONAL. ``int``. Code object expiration after been delivered. -Expressed in seconds. Default is ``60*10``. +Expressed in seconds. Default is ``10 mins``. OIDC_DISCOVERY_CACHE_ENABLE =========================== @@ -67,7 +67,7 @@ OIDC_DISCOVERY_CACHE_EXPIRE OPTIONAL. ``int``. Discovery endpoint cache expiration time expressed in seconds. -Expressed in seconds. Default is ``60*10``. +Expressed in seconds. Default is ``1 day``. OIDC_EXTRA_SCOPE_CLAIMS ======================= @@ -90,7 +90,7 @@ OIDC_IDTOKEN_EXPIRE OPTIONAL. ``int``. ID Token expiration after been delivered. -Expressed in seconds. Default is ``60*10``. +Expressed in seconds. Default is ``10 mins``. OIDC_IDTOKEN_PROCESSING_HOOK ============================ @@ -188,14 +188,14 @@ OIDC_SKIP_CONSENT_EXPIRE OPTIONAL. ``int``. How soon User Consent expires after being granted. -Expressed in days. Default is ``30*3``. +Expressed in days. Default is ``90 days``. OIDC_TOKEN_EXPIRE ================= OPTIONAL. ``int``. Token object (access token) expiration after being created. -Expressed in seconds. Default is ``60*60``. +Expressed in seconds. Default is ``1 hour``. OIDC_USERINFO ============= @@ -258,4 +258,4 @@ A flag which toggles whether the scope is returned with successful response on i Must be ``True`` to include ``scope`` into the successful response -Default is ``False``. \ No newline at end of file +Default is ``False``.