From 419fb3c91dc9abb331fba7298006baff388d380d Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 10 Aug 2023 00:41:22 +0800 Subject: [PATCH] chore: add changeset --- .changeset/smooth-radios-wink.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/smooth-radios-wink.md diff --git a/.changeset/smooth-radios-wink.md b/.changeset/smooth-radios-wink.md new file mode 100644 index 000000000..25b542351 --- /dev/null +++ b/.changeset/smooth-radios-wink.md @@ -0,0 +1,8 @@ +--- +"@logto/console": patch +--- + +fix display logic for "Always issue refresh token" and "Refresh token TTL" according to OIDC configuration + +- Public clients (authentication method is none) are not allowed to disable refresh token rotation; +- Web public applications (i.e. SPA) with refresh token rotation enabled are not allowed to set refresh token TTL.