From fb2ff1dc42a3913a64ec2f86dffcc5d217c4df06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Szekiel?= <12242002+mszekiel@users.noreply.github.com> Date: Fri, 8 May 2026 10:49:04 +0200 Subject: [PATCH 1/3] docs(hydra): mention Console UI for refresh token rotation config The graceful refresh token rotation guide already documented configuration via CLI and self-hosted YAML. With ory-corp/cloud#11802, the same fields are now configurable from the Ory Console. --- docs/hydra/guides/graceful-token-refresh.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/hydra/guides/graceful-token-refresh.mdx b/docs/hydra/guides/graceful-token-refresh.mdx index 563995d9cf..8ad7b595d9 100644 --- a/docs/hydra/guides/graceful-token-refresh.mdx +++ b/docs/hydra/guides/graceful-token-refresh.mdx @@ -30,6 +30,13 @@ you want a longer grace period, as this minimizes the security concerns associat ## Enable graceful refresh token rotation +:::tip Configure from the Ory Console + +On Ory Network, you can configure both the **Refresh Token Rotation Grace Period** and the **Refresh Token Rotation Grace Reuse +Count** from the Ory Console under **OAuth 2.0 → Configuration → Refresh Token Grant Configuration**, without using the CLI. + +::: + To enable graceful refresh token rotation with a specific grace period and a maximum reuse count, for example 60 seconds and 3 reuses, run the following command: From 6c94cfe35335912990b81aa228a1c2c283a5cbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Szekiel?= <12242002+mszekiel@users.noreply.github.com> Date: Mon, 18 May 2026 16:21:26 +0200 Subject: [PATCH 2/3] docs(hydra): link Console UI with field list for refresh token rotation Address review feedback: use for the Console path, move the field names to a list so they no longer split across line wraps inside bold markup, and let the link component handle the 'OAuth 2' / 'OAuth 2.0' wording consistently with the rest of the docs. --- docs/hydra/guides/graceful-token-refresh.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/hydra/guides/graceful-token-refresh.mdx b/docs/hydra/guides/graceful-token-refresh.mdx index 8ad7b595d9..c898fc80b7 100644 --- a/docs/hydra/guides/graceful-token-refresh.mdx +++ b/docs/hydra/guides/graceful-token-refresh.mdx @@ -32,8 +32,11 @@ you want a longer grace period, as this minimizes the security concerns associat :::tip Configure from the Ory Console -On Ory Network, you can configure both the **Refresh Token Rotation Grace Period** and the **Refresh Token Rotation Grace Reuse -Count** from the Ory Console under **OAuth 2.0 → Configuration → Refresh Token Grant Configuration**, without using the CLI. +On Ory Network, you can set these fields without using the CLI. Open + and scroll to "Refresh Token Grant Configuration": + +- **Refresh Token Rotation Grace Period** +- **Refresh Token Rotation Grace Reuse Count** ::: From 166c2bbb4017283bb127695367050e795fbc8acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Szekiel?= <12242002+mszekiel@users.noreply.github.com> Date: Tue, 19 May 2026 12:09:10 +0200 Subject: [PATCH 3/3] chore: format graceful-token-refresh.mdx with prettier --- docs/hydra/guides/graceful-token-refresh.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hydra/guides/graceful-token-refresh.mdx b/docs/hydra/guides/graceful-token-refresh.mdx index c898fc80b7..252d2b05b7 100644 --- a/docs/hydra/guides/graceful-token-refresh.mdx +++ b/docs/hydra/guides/graceful-token-refresh.mdx @@ -33,6 +33,7 @@ you want a longer grace period, as this minimizes the security concerns associat :::tip Configure from the Ory Console On Ory Network, you can set these fields without using the CLI. Open + and scroll to "Refresh Token Grant Configuration": - **Refresh Token Rotation Grace Period**