diff options
Diffstat (limited to 'connector/src')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 3 | ||||
-rw-r--r-- | connector/src/test/resources/spring/SpringTest_connector.beans.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml index ecf6d348..0372edcf 100644 --- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml +++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml @@ -104,6 +104,9 @@ <bean id="eidasStatisticLogger" class="at.asitplus.eidas.specific.connector.logger.StatisticLogger" /> + <bean id="defaultErrorHandler" + class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/> + <!-- Tasks --> <bean id="GenerateCountrySelectionFrameTask" diff --git a/connector/src/test/resources/spring/SpringTest_connector.beans.xml b/connector/src/test/resources/spring/SpringTest_connector.beans.xml index 6fec6000..818fd00c 100644 --- a/connector/src/test/resources/spring/SpringTest_connector.beans.xml +++ b/connector/src/test/resources/spring/SpringTest_connector.beans.xml @@ -111,6 +111,8 @@ <bean id="eidasStatisticLogger" class="at.asitplus.eidas.specific.connector.logger.StatisticLogger" /> + <bean id="defaultErrorHandler" + class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/> <!-- Tasks --> <bean id="GenerateCountrySelectionFrameTask" |