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 e53a1aba60a..01f5548c07d 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 @@ -282,6 +282,8 @@ 0 true + + false 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 1ca56d0d905..d166dfabbb9 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 @@ -427,6 +427,8 @@ {{oauth.timestamp_skew}} {{oauth.token_renewal.renew_refresh_token}} + + {{oauth.token_renewal.validate_authenticated_user_for_refresh_grant}} {{oauth.enable_password_grant_enhancements}} diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index 444d74722af..3c54a3b1beb 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -65,6 +65,7 @@ "oauth.token_validation.refresh_token_validity": "1d", "oauth.timestamp_skew": "0m", "oauth.token_renewal.renew_refresh_token": true, + "oauth.token_renewal.validate_authenticated_user_for_refresh_grant": false, "oauth.enable_password_grant_enhancements": false, "oauth.token_renewal.extend_refresh_token_expiry_time_on_renewal": true, "oauth.token_renewal.renew_access_token_per_request": false,