From 16e9ff7096dc857a461cb0698a9c76def7cd928b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Aug 2022 14:32:19 +0000 Subject: [PATCH] storedid working --- conf/attribute-filter.xml | 79 +------------------------------------ conf/attribute-resolver.xml | 15 +++++++ conf/global.xml | 15 +++++++ conf/idp.properties | 7 ++++ 4 files changed, 38 insertions(+), 78 deletions(-) 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 = +