From 13e85d95167719924461230c35a914b498fab7e3 Mon Sep 17 00:00:00 2001 From: YuriyZ Date: Wed, 19 Aug 2020 11:25:50 +0300 Subject: [PATCH] (4.2.1) oxtrust : added description of refreshTokenExtendLifetimeOnRotation configuration property https://github.com/GluuFederation/oxAuth/issues/1449 (cherry picked from commit bf86387548db3ea06f9603531d917cb25985fe2c) --- .../META-INF/resources/schema/oxauth-config.xml.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json b/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json index 008f442a3..1bf246278 100644 --- a/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json +++ b/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json @@ -933,6 +933,11 @@ "description": "Boolean value specifying whether to add Authorization Code Flow with Refresh grant during client registration.", "type": "boolean" }, + "refreshTokenExtendLifetimeOnRotation": { + "id": "refreshTokenExtendLifetimeOnRotation", + "description": "Boolean value specifying whether to extend refresh token lifetime on rotation.", + "type": "boolean" + }, "authenticationFilters": { "id": "authenticationFilters", "description": "User authentication filters.",