diff --git a/examples/authz/photoz/photoz-realm.json b/examples/authz/photoz/photoz-realm.json
index b0aeb5d..118b982 100644
--- a/examples/authz/photoz/photoz-realm.json
+++ b/examples/authz/photoz/photoz-realm.json
@@ -108,7 +108,7 @@
"redirectUris": [
"/photoz-html5-client/*"
],
- "webOrigins": ["*"]
+ "webOrigins": ["http://localhost:8080"]
},
{
"clientId": "photoz-restful-api",
@@ -119,7 +119,7 @@
"redirectUris": [
"/photoz-restful-api/*"
],
- "webOrigins" : ["*"]
+ "webOrigins" : ["http://localhost:8080"]
}
]
}
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index dbe05cd..991dedc 100755
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -316,7 +316,7 @@
<keycloak.connectionsJpa.url.crossdc>${keycloak.connectionsJpa.url.crossdc}</keycloak.connectionsJpa.url.crossdc>
<!-- used by PasswordPolicyTest.testBlacklistPasswordPolicyWithTestBlacklist, see KEYCLOAK-5244 -->
- <keycloak.password.blacklists.path>${project.build.directory}/test-classes/password-blacklists</keycloak.password.blacklists.path>
+ <keycloak.password.blacklists.path>${project.build.directory}/test-classes</keycloak.password.blacklists.path>
</systemPropertyVariables>
<properties>
<property>