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..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#globaltokenrevocation). +`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 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