Skip to content

Commit ac6624f

Browse files
authored
clarifying that auth_cache_ttl abd use_ttl applies to OIDC too (#1724)
relates to neo-technology/neo4j#26373
1 parent e4959fc commit ac6624f

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
@@ -3856,7 +3856,7 @@ m|+++10000+++
38563856
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
38573857
|===
38583858
|Description
3859-
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.
3859+
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.
38603860
|Valid values
38613861
a|A duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
38623862
|Default value
@@ -3874,7 +3874,7 @@ m|+++10m+++
38743874
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
38753875
|===
38763876
|Description
3877-
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.
3877+
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.
38783878
|Valid values
38793879
a|A boolean.
38803880
|Default value

0 commit comments

Comments
 (0)