From cd0435e1b8b59399e10c773ad59301a0267b32c1 Mon Sep 17 00:00:00 2001 From: Davide Marcato Date: Fri, 9 Feb 2024 10:10:14 +0100 Subject: [PATCH] Document IAM_CLIENT_TRACK_LAST_USED --- content/en/docs/reference/configuration/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/docs/reference/configuration/_index.md b/content/en/docs/reference/configuration/_index.md index 0fca03f..65a043b 100644 --- a/content/en/docs/reference/configuration/_index.md +++ b/content/en/docs/reference/configuration/_index.md @@ -387,6 +387,15 @@ IAM_NOTIFICATION_CLEANUP_AGE=30 # link external accounts (Google, SAML) to their local IAM account IAM_ACCOUNT_LINKING_DISABLE=false ``` + +## Client lifecycle + +```bash +# Record the last date when each client was used to create or refresh a token +# This is used to determine which clients are considered active/inactive +IAM_CLIENT_TRACK_LAST_USED=false +``` + ## Privacy policy settings ```bash