diff --git a/modules/distribution/product/src/main/resources/conf/default.json b/modules/distribution/product/src/main/resources/conf/default.json
index 46f33d382b..108a05e65c 100644
--- a/modules/distribution/product/src/main/resources/conf/default.json
+++ b/modules/distribution/product/src/main/resources/conf/default.json
@@ -486,6 +486,7 @@
"tenant_mgt.disable_email_domain_validation": true,
"apim.jwt.use_kid_property": true,
"apim.jwt.use_sha256_hash": false,
+ "apim.hashing.hashing_algorithm": "SHA-256",
"server_configuration": {
"diagnostic_tool_enabled": "true",
"deployment_toml_path": "../conf/deployment.toml",
diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml
index fc2d3c33af..7f24996082 100644
--- a/modules/integration/tests-integration/pom.xml
+++ b/modules/integration/tests-integration/pom.xml
@@ -72,5 +72,12 @@ under the License.
tests-restart
+
+ without-benchmark
+
+ tests-backend
+ tests-restart
+
+