From b76b6e6212784d622ca79bd258fa3e529b353346 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 28 Sep 2018 14:19:50 +0200 Subject: add first code for eID4U --- id/server/modules/moa-id-module-eIDAS/pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml') diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index cf3325d24..3ca6dc6ce 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -12,11 +12,11 @@ ${basedir}/../../../../repository - 1.4.0 - 1.4.0 - 1.4.0 - 1.4.0 - 1.4.0 + 1.4.3 + 1.4.3 + 1.4.3 + 1.4.3 + 1.4.3 @@ -50,6 +50,12 @@ + eid4u.eidas + eID4UExtensions + 0.1 + + + org.springframework spring-test test -- cgit v1.2.3 From a814729177647c5c28a57a4ab0d6948137224624 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 2 Oct 2018 14:46:14 +0200 Subject: add basic attribute builders for eID4U (some builder are not final) --- id/server/modules/moa-id-module-eIDAS/pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml') diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 3ca6dc6ce..7ceab3cdd 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -17,6 +17,8 @@ 1.4.3 1.4.3 1.4.3 + + 0.1 @@ -50,11 +52,17 @@ - eid4u.eidas - eID4UExtensions - 0.1 + eu.eidas.extension.eID4U + eID4U_commons + ${eID4U.module.version} + + com.google.code.findbugs + jsr305 + 3.0.1 + + org.springframework spring-test -- cgit v1.2.3 From fd786b4402841508acef77e75bacd369efbbcf96 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 3 Oct 2018 12:54:53 +0200 Subject: add first raw code elements to collect eID4U attributes during a Austrian authentication process Node: auth. process selection and attribute collection is NOT implemented, yet --- id/server/modules/moa-id-module-eIDAS/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml') diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 7ceab3cdd..d04aa02fb 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -50,6 +50,16 @@ MOA.id.server moa-id-lib + + + MOA.id.server.modules + moa-id-modul-citizencard_authentication + + + * + + + eu.eidas.extension.eID4U -- cgit v1.2.3 From f27dd94733a9c2cf3a6e4f5611fbeff9de199720 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 14 Dec 2018 13:18:23 +0100 Subject: some more updates and first code for TUG interaction --- id/server/modules/moa-id-module-eIDAS/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml') diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index d04aa02fb..7e3aa1eef 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -18,7 +18,7 @@ 1.4.3 1.4.3 - 0.1 + 0.2 @@ -60,6 +60,15 @@ + + MOA.id.server.modules + moa-id-module-openID + + + * + + + eu.eidas.extension.eID4U -- cgit v1.2.3 From 3e1aba668f76677ecd3923b039e52b5bb5348d96 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 19 Feb 2019 11:30:59 +0100 Subject: update eID4u attribute collection and add a jUnit test for TUG->eID4u attribute mapping --- id/server/modules/moa-id-module-eIDAS/pom.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'id/server/modules/moa-id-module-eIDAS/pom.xml') diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 7e3aa1eef..5f4192645 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -82,17 +82,16 @@ 3.0.1 - - org.springframework - spring-test - test - - - - junit - junit - test - + + org.springframework + spring-test + test + + + junit + junit + test + -- cgit v1.2.3