docs(hydra): document Console UI for refresh token rotation config#2547
Open
docs(hydra): document Console UI for refresh token rotation config#2547
Conversation
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.
There was a problem hiding this comment.
Pull request overview
This PR updates the Hydra “Graceful refresh token rotation” guide to highlight that Ory Network users can configure refresh token rotation settings directly from the Ory Console UI (instead of using the CLI/YAML), aligning the documentation with newly exposed Console fields.
Changes:
- Adds a “Configure from the Ory Console” tip under the “Enable graceful refresh token rotation” section.
- Points readers to the Console location where both grace period and grace reuse count can be configured.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+35
to
+36
| 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. |
| :::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. |
| :::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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The graceful refresh token rotation guide already documented configuration via the Ory CLI and self-hosted YAML. The Ory Console now exposes the Refresh Token Rotation Grace Period and Grace Reuse Count in the OAuth 2.0 configuration UI, so this PR adds a tip to point Network users at the Console as the easier path.
Companion to ory-corp/cloud#11802, which surfaced the count field in the Console.