Skip to content

Commit

Permalink
Update settings.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Dec 18, 2023
1 parent 977c80f commit 82dcd8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/sections/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========================
Expand All @@ -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
=======================
Expand All @@ -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
============================
Expand Down Expand Up @@ -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
=============
Expand Down Expand Up @@ -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``.
Default is ``False``.

0 comments on commit 82dcd8d

Please sign in to comment.