Skip to content

Commit cb0a998

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

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
@@ -4729,7 +4729,7 @@ m|+++10000+++
47294729
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
47304730
|===
47314731
|Description
4732-
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.
4732+
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.
47334733
|Valid values
47344734
a|dbms.security.auth_cache_ttl, a duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default unit is `s`)
47354735
|Default value
@@ -4743,7 +4743,7 @@ m|+++10m+++
47434743
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
47444744
|===
47454745
|Description
4746-
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.
4746+
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.
47474747
|Valid values
47484748
a|dbms.security.auth_cache_use_ttl, a boolean
47494749
|Default value

0 commit comments

Comments
 (0)