Skip to content

Commit b4240dc

Browse files
clarifying that auth_cache_ttl abd use_ttl applies to OIDC too (#1724) (#1732)
Cherry-picked from #1724 1724 Co-authored-by: Phil Wright <[email protected]>
1 parent 0cefb98 commit b4240dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3794,7 +3794,7 @@ m|+++10000+++
37943794
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
37953795
|===
37963796
|Description
3797-
a|The time to live (TTL) for cached authentication and authorization info when using external auth providers (LDAP or plugin). Setting the TTL to 0 will disable auth caching. Disabling caching while using the LDAP auth provider requires the use of an LDAP system account for resolving authorization information.
3797+
a|The time to live (TTL) for cached authentication and authorization info when using external auth providers (OIDC, LDAP or plugin). Setting the TTL to 0 will disable auth caching. Disabling caching while using the LDAP auth provider requires the use of an LDAP system account for resolving authorization information.
37983798
|Valid values
37993799
a|A duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
38003800
|Default value
@@ -3812,7 +3812,7 @@ m|+++10m+++
38123812
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
38133813
|===
38143814
|Description
3815-
a|Enable time-based eviction of the authentication and authorization info cache for external auth providers (LDAP or plugin). Disabling this setting will make the cache live forever and only be evicted when `<<config_dbms.security.auth_cache_max_capacity,dbms.security.auth_cache_max_capacity>>` is exceeded.
3815+
a|Enable time-based eviction of the authentication and authorization info cache for external auth providers (OIDC, LDAP or plugin). Disabling this setting will make the cache live forever and only be evicted when `<<config_dbms.security.auth_cache_max_capacity,dbms.security.auth_cache_max_capacity>>` is exceeded.
38163816
|Valid values
38173817
a|A boolean.
38183818
|Default value

0 commit comments

Comments
 (0)