From e5a0001ee8e96060494b562f0467ba48ee9b5e96 Mon Sep 17 00:00:00 2001 From: Yoshani Date: Tue, 25 Jul 2023 07:51:13 +0530 Subject: [PATCH] add config for request uri expiry time --- .../resources/identity.xml | 8 ++++++++ .../resources/identity.xml.j2 | 8 ++++++++ ....carbon.identity.core.server.feature.unit-resolve.json | 1 + 3 files changed, 17 insertions(+) diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml index 1b70ba037f60..caec17d081e1 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml @@ -582,6 +582,14 @@ BCDFGHJKLMNPQRSTVWXYZbcdfghjklmnpqrstvwxyz23456789 + + + 60 + + true diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 index 6ac10a6a7106..881619bfa8cd 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 @@ -827,6 +827,14 @@ {{oauth.grant_type.device_code.key_set}} + + + {{oauth.par.expiry_time}} + +