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 11e837101de8..4445d88cef1c 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 @@ -2101,6 +2101,7 @@ 51200 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 dbb7b962102d..f23d88fcadbb 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 @@ -2954,6 +2954,7 @@ {{oauth.jwks_endpoint.add_previous_version_kid}} + {{oauth.jwks_endpoint.is_thumbprint_hexify_required}} 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 2b69f66df6f1..5503d62084a2 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 @@ -621,6 +621,7 @@ "oauth.jwks_endpoint.size_limit_bytes": "51200", "oauth.jwks_endpoint.add_previous_version_kid" : false, + "oauth.jwks_endpoint.is_thumbprint_hexify_required": true, "authentication.adaptive.event_publisher.authentication_type": "basic", "authentication.adaptive.async_executer_pool_size": "5", "authentication.adaptive.http_connections.max": "20",