From 8a453e15bb6b712eb1f8bc82bbbc8795b903acd9 Mon Sep 17 00:00:00 2001 From: Manuel Scurti Date: Tue, 13 Jun 2023 12:45:01 +0200 Subject: [PATCH] autologout docs fixes Signed-off-by: Manuel Scurti --- docs/auth/autologout.md | 2 +- microsite/sidebars.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/auth/autologout.md b/docs/auth/autologout.md index dd8efabe10..2ba42fa1dc 100644 --- a/docs/auth/autologout.md +++ b/docs/auth/autologout.md @@ -88,7 +88,7 @@ You will now be able to configure the AutoLogoutProvider through your `app-confi | Configuration Key | Component Property | Description | Allowed Values | Default Value | | ----------------------------------------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `auth.autologout.enabled` | `enabled` | Enable/disable the Auto Logout feature. | `true`/`false` | `false` | +| `auth.autologout.enabled` | `enabled` | Enable/disable the Auto Logout feature. | `true`/`false` | With `` default is enabled (`true`). With `` default is disabled (`false`) | | `auth.autologout.idleTimeoutMinutes` | `idleTimeoutMinutes` | Sets the idle time (in minutes) after which the user will be logged out. | `>= 0.5` minutes | `60` | | `auth.autologout.promptBeforeIdleSeconds` | `promptBeforeIdleSeconds` | Determines the time (in seconds) prior to idle state when a prompt will appear. A value of 0 disables the prompt. This must be less than the value of `idleTimeoutMinutes`. | `>= 0` seconds | `10` | | `auth.autologout.events` | `events` | Specifies the list of events used to detect user activity. | Allowed values are standard [DOM events](https://developer.mozilla.org/en-US/docs/Web/Events) | `'mousemove', 'keydown', 'wheel', 'DOMMouseScroll', 'mousewheel', 'mousedown', 'touchstart' 'touchmove', 'MSPointerDown', 'MSPointerMove', 'visibilitychange'` | diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 0e73bd94f2..ea7f9f5f5f 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -303,6 +303,7 @@ "auth/oidc", "auth/add-auth-provider", "auth/service-to-service-auth", + "auth/autologout", "auth/troubleshooting", "auth/glossary" ],