diff --git a/conf/attribute-filter.xml b/conf/attribute-filter.xml
index c2bf890..0fdd580 100644
--- a/conf/attribute-filter.xml
+++ b/conf/attribute-filter.xml
@@ -20,85 +20,8 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/conf/attribute-resolver.xml b/conf/attribute-resolver.xml
index dd5545f..ba450d6 100644
--- a/conf/attribute-resolver.xml
+++ b/conf/attribute-resolver.xml
@@ -61,6 +61,14 @@ list of possible components and their options.
+
+
+
+
+
+
@@ -75,4 +83,11 @@ list of possible components and their options.
+
+
+ sqlite-dataconnector
+
+
diff --git a/conf/global.xml b/conf/global.xml
index c485f3f..b8578a3 100644
--- a/conf/global.xml
+++ b/conf/global.xml
@@ -48,5 +48,20 @@
-->
+
+
+
+
diff --git a/conf/idp.properties b/conf/idp.properties
index e598a24..5ee1986 100644
--- a/conf/idp.properties
+++ b/conf/idp.properties
@@ -246,3 +246,10 @@ idp.audit.shortenBindings=true
idp.loglevel.idp=DEBUG
idp.loglevel.messages=DEBUG
idp.loglevel.encryption=DEBUG
+
+# database details
+datasource.driverClass = org.sqlite.JDBC
+datasource.jdbcUrl = jdbc:sqlite:/opt/idp-storedid/db/stored-id.db
+# datasource.user =
+# datasource.password =
+