diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-04 08:00:14 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-04 08:00:14 +0100 |
commit | 9ddeacf32976d14c3f2f70ec446262998eb8a68e (patch) | |
tree | b682599a1e31b027ec5f1d529b8bc09c7e7bf8cd /id/server/idserverlib/src/main/resources | |
parent | f33643667ae2daf3525be8744fff7e73ef4d7974 (diff) | |
download | moa-id-spss-9ddeacf32976d14c3f2f70ec446262998eb8a68e.tar.gz moa-id-spss-9ddeacf32976d14c3f2f70ec446262998eb8a68e.tar.bz2 moa-id-spss-9ddeacf32976d14c3f2f70ec446262998eb8a68e.zip |
add code for eID4U attribute collection
Diffstat (limited to 'id/server/idserverlib/src/main/resources')
-rw-r--r-- | id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml b/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml index 26fd1f986..02c683305 100644 --- a/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml +++ b/id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml @@ -106,6 +106,10 @@ class="at.gv.egovernment.moa.id.auth.modules.internal.tasks.UserRestrictionTask" scope="prototype"/> + <bean id="GenericFrontChannelRedirectTask" + class="at.gv.egovernment.moa.id.auth.modules.internal.tasks.GenericFrontChannelRedirectTask" + scope="prototype"/> + <beans profile="advancedLogOn"> <bean id="StatisticLogger" class="at.gv.egovernment.moa.id.advancedlogging.StatisticLogger"/> |