diff options
Diffstat (limited to 'connector/src/main/resources')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 3 |
1 files changed, 3 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" |