Details
diff --git a/examples/authz/photoz/photoz-realm.json b/examples/authz/photoz/photoz-realm.json
index 047b09f..342665e 100644
--- a/examples/authz/photoz/photoz-realm.json
+++ b/examples/authz/photoz/photoz-realm.json
@@ -92,9 +92,6 @@
"publicClient": true,
"redirectUris": [
"/photoz-html5-client/*"
- ],
- "webOrigins": [
- ""
]
},
{
diff --git a/model/jpa/src/main/resources/META-INF/jpa-changelog-authz-2.0.0.xml b/model/jpa/src/main/resources/META-INF/jpa-changelog-authz-2.0.0.xml
index 1adb2d8..6e7d606 100755
--- a/model/jpa/src/main/resources/META-INF/jpa-changelog-authz-2.0.0.xml
+++ b/model/jpa/src/main/resources/META-INF/jpa-changelog-authz-2.0.0.xml
@@ -35,7 +35,6 @@
</createTable>
<addPrimaryKey columnNames="ID" constraintName="CONSTRAINT_FARS" tableName="RESOURCE_SERVER"/>
- <addForeignKeyConstraint baseColumnNames="CLIENT_ID" baseTableName="RESOURCE_SERVER" constraintName="FK_AOJPHO213XCX4WNKOG82SSRFY" referencedColumnNames="ID" referencedTableName="CLIENT"/>
<addUniqueConstraint columnNames="CLIENT_ID" constraintName="UK_AU8TT6T700S9V50BU18WS5HA6" tableName="RESOURCE_SERVER"/>
<createTable tableName="RESOURCE_SERVER_RESOURCE">
diff --git a/testsuite/integration/src/test/resources/authorization-test/test-photoz-realm.json b/testsuite/integration/src/test/resources/authorization-test/test-photoz-realm.json
index e23c9a4..340576c 100644
--- a/testsuite/integration/src/test/resources/authorization-test/test-photoz-realm.json
+++ b/testsuite/integration/src/test/resources/authorization-test/test-photoz-realm.json
@@ -119,9 +119,6 @@
"publicClient": true,
"redirectUris": [
"/photoz-html5-client/*"
- ],
- "webOrigins": [
- ""
]
},
{