From 711aa83d31f0d45e6893ae886e5d37ac49196ae4 Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Fri, 20 Oct 2017 20:57:05 -0200 Subject: [PATCH] [KEYCLOAK-5726] - Fixing web origins on photoz quickstart --- examples/authz/photoz/photoz-realm.json | 4 ++-- testsuite/integration-arquillian/tests/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/authz/photoz/photoz-realm.json b/examples/authz/photoz/photoz-realm.json index b0aeb5d37d..118b9828f1 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 dbe05cdb4d..991dedc9d5 100755 --- a/testsuite/integration-arquillian/tests/pom.xml +++ b/testsuite/integration-arquillian/tests/pom.xml @@ -316,7 +316,7 @@ ${keycloak.connectionsJpa.url.crossdc} - ${project.build.directory}/test-classes/password-blacklists + ${project.build.directory}/test-classes