From 5946f8d570975134cfa56cb92c11bd275e0c7a5d Mon Sep 17 00:00:00 2001 From: Dhaval Desai <343411+ossdhaval@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:07:56 +0530 Subject: [PATCH 1/2] fix(docs): update broken links and anchor Signed-off-by: Dhaval Desai <343411+ossdhaval@users.noreply.github.com> --- .../auth-server/endpoints/global-token-revocation.md | 2 +- docs/janssen-server/auth-server/tokens/logout-status-jwt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/janssen-server/auth-server/endpoints/global-token-revocation.md b/docs/janssen-server/auth-server/endpoints/global-token-revocation.md index 0023b2ec862..440113e0e3a 100644 --- a/docs/janssen-server/auth-server/endpoints/global-token-revocation.md +++ b/docs/janssen-server/auth-server/endpoints/global-token-revocation.md @@ -66,7 +66,7 @@ HTTP/1.1 204 ## Disabling The Endpoint Using Feature Flag -`Global Token Revocation` endpoint can be enabled or disable using [GLOBAL_TOKEN_REVOCATION feature flag](../../reference/json/feature-flags/janssenauthserver-feature-flags.md#globaltokenrevocation). +`Global Token Revocation` endpoint can be enabled or disable using [GLOBAL_TOKEN_REVOCATION feature flag](../../reference/json/feature-flags/janssenauthserver-feature-flags.md#global_token_revocation). Use [Janssen Text-based UI(TUI)](../../config-guide/config-tools/jans-tui/README.md) or [Janssen command-line interface](../../config-guide/config-tools/jans-cli/README.md) to perform this task. When using TUI, navigate via `Auth Server`->`Properties`->`enabledFeatureFlags` to screen below. From here, enable or diff --git a/docs/janssen-server/auth-server/tokens/logout-status-jwt.md b/docs/janssen-server/auth-server/tokens/logout-status-jwt.md index da1f0a77906..4250e2bf427 100644 --- a/docs/janssen-server/auth-server/tokens/logout-status-jwt.md +++ b/docs/janssen-server/auth-server/tokens/logout-status-jwt.md @@ -93,7 +93,7 @@ If Token Status List has `INVALID` (`1` - at `idx` index for 2 bits) then RP mus ## Disabling Logout Status JWT Using Feature Flag -`Logout Status JWT` can be enabled or disabled using [logout_status_jwt feature flag](../../../script-catalog/logout_status_jwt/logout-status-jwt.md). +`Logout Status JWT` can be enabled or disabled using [logout_status_jwt feature flag](../../reference/json/feature-flags/janssenauthserver-feature-flags.md#logout_status_jwt). Use [Janssen Text-based UI(TUI)](../../config-guide/config-tools/jans-tui/README.md) or [Janssen command-line interface](../../config-guide/config-tools/jans-cli/README.md) to perform this task. When using TUI, navigate via `Auth Server`->`Properties`->`enabledFeatureFlags` to screen below. From here, enable or From 9712f9f45edc796caa5acf39cc4e8c8238d2f0c9 Mon Sep 17 00:00:00 2001 From: Dhaval Desai <343411+ossdhaval@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:47:12 +0530 Subject: [PATCH 2/2] fix(docs): correct the wording Signed-off-by: Dhaval Desai <343411+ossdhaval@users.noreply.github.com> --- .../auth-server/endpoints/global-token-revocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/janssen-server/auth-server/endpoints/global-token-revocation.md b/docs/janssen-server/auth-server/endpoints/global-token-revocation.md index 440113e0e3a..34eac84d40c 100644 --- a/docs/janssen-server/auth-server/endpoints/global-token-revocation.md +++ b/docs/janssen-server/auth-server/endpoints/global-token-revocation.md @@ -66,7 +66,7 @@ HTTP/1.1 204 ## Disabling The Endpoint Using Feature Flag -`Global Token Revocation` endpoint can be enabled or disable using [GLOBAL_TOKEN_REVOCATION feature flag](../../reference/json/feature-flags/janssenauthserver-feature-flags.md#global_token_revocation). +`Global Token Revocation` endpoint can be enabled or disabled using [GLOBAL_TOKEN_REVOCATION feature flag](../../reference/json/feature-flags/janssenauthserver-feature-flags.md#global_token_revocation). Use [Janssen Text-based UI(TUI)](../../config-guide/config-tools/jans-tui/README.md) or [Janssen command-line interface](../../config-guide/config-tools/jans-cli/README.md) to perform this task. When using TUI, navigate via `Auth Server`->`Properties`->`enabledFeatureFlags` to screen below. From here, enable or