From bab20b30d6a2ed9c5a6e739260027d23b933dc00 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2021 12:16:21 +0100 Subject: add basic modules for integration of MS-specific eIDAS Proxy-Service --- pom.xml | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 85460bd8..76181a47 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,12 @@ eaaf_module_pvp2_idp ${eaaf-core.version} + + at.gv.egiz.eaaf + eaaf_module_pvp2_sp + ${eaaf-core.version} + + at.asitplus.eidas.ms_specific ms_specific_connector @@ -164,6 +170,16 @@ authmodule-eIDAS-v2 ${egiz.eidas.version} + + at.asitplus.eidas.ms_specific.modules + authmodule_id-austria + ${egiz.eidas.version} + + + at.asitplus.eidas.ms_specific.modules + eidas_proxy-sevice + ${egiz.eidas.version} + at.asitplus.eidas.ms_specific modules @@ -465,6 +481,20 @@ ${eaaf-core.version} test + + at.gv.egiz.eaaf + eaaf_module_pvp2_core + ${eaaf-core.version} + test + test-jar + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${eaaf-core.version} + test + test-jar + at.asitplus.eidas.ms_specific connector_lib @@ -476,10 +506,9 @@ at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 ${egiz.eidas.version} - tests test test-jar - + com.squareup.okhttp3 mockwebserver -- cgit v1.2.3 From 069b4226dc854817f956a58a59ce44049eda99fb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2021 17:18:19 +0100 Subject: add basic implementation of eIDAS-Node Proxy-Service request-controller add raw version of eIDAS-Node response-generation action --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 76181a47..526cb4d3 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ ${egiz.eidas.version} test test-jar - + com.squareup.okhttp3 mockwebserver -- cgit v1.2.3 From fa2384985454568439dc286a6a9051fba47322ed Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 25 Jan 2021 16:30:07 +0100 Subject: add ID Austria communication-module and additional jUnit test It's first alpha-version of eIDAS MS-specific Proxy-Service with ID Austria authentication --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 526cb4d3..8e79b76f 100644 --- a/pom.xml +++ b/pom.xml @@ -475,11 +475,26 @@ test test-jar + + at.gv.egiz.eaaf + eaaf_module_pvp2_core + ${eaaf-core.version} + test + test-jar + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${eaaf-core.version} + test + test-jar + at.gv.egiz.eaaf eaaf_module_pvp2_sp ${eaaf-core.version} test + test-jar at.gv.egiz.eaaf -- cgit v1.2.3 From f3e9322070a738f21c479b19d011810724611e22 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 26 Jul 2021 13:35:03 +0200 Subject: fix warnings in Maven build process --- pom.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8e79b76f..40ffa3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -495,21 +495,7 @@ ${eaaf-core.version} test test-jar - - - at.gv.egiz.eaaf - eaaf_module_pvp2_core - ${eaaf-core.version} - test - test-jar - - - at.gv.egiz.eaaf - eaaf_module_pvp2_idp - ${eaaf-core.version} - test - test-jar - + at.asitplus.eidas.ms_specific connector_lib -- cgit v1.2.3 From 3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 7 Mar 2022 18:20:34 +0100 Subject: refactor(core): move 'connector_lib' to 'core_common_lib' --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 40ffa3e9..b439da0f 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ - connector_lib + core_common_lib connector eidas_modules build_reporting @@ -187,7 +187,7 @@ at.asitplus.eidas.ms_specific - connector_lib + core_common_lib ${egiz.eidas.version} -- cgit v1.2.3 From 300bd1b44f521a2b33c259be1f8d21eba58c1a31 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Mar 2022 13:41:31 +0100 Subject: refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' to reuse some code for 'ms-proxy' WebApp --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b439da0f..9cbaf234 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,7 @@ connector eidas_modules build_reporting + core_common_webapp @@ -190,6 +191,11 @@ core_common_lib ${egiz.eidas.version} + + at.asitplus.eidas.ms_specific + core_common_webapp + ${egiz.eidas.version} + @@ -498,11 +504,18 @@ at.asitplus.eidas.ms_specific - connector_lib + core_common_lib ${egiz.eidas.version} test test-jar + + at.asitplus.eidas.ms_specific + core_common_webapp + ${egiz.eidas.version} + test + test-jar + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 -- cgit v1.2.3 From 7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Mar 2022 19:06:10 +0100 Subject: refactor(core): move all project libs into sub-project 'modules' --- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9cbaf234..50c6a2b5 100644 --- a/pom.xml +++ b/pom.xml @@ -118,12 +118,10 @@ - - core_common_lib + connector - eidas_modules - build_reporting - core_common_webapp + modules + build_reporting -- cgit v1.2.3 From ce7e30f92356f602b65a0608b8224dd93b271f5e Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 13 May 2022 09:00:52 +0200 Subject: refact(core): switch to eaaf-components 1.3.x and replace 'java.util.Date' by 'java.time.Instant' --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0f04a7d7..628e8a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 0.3 0.4 - 1.2.1-SNAPSHOT + 1.3.2 2.5.13 2.5.6 -- cgit v1.2.3 From 2eb2e6ddeb189ffb2996f3ec3b16244a67bd13e9 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 24 May 2022 09:11:29 +0200 Subject: chore(eidas): switch to version 2.6.0 of eIDAS Reference Implementation --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 78b1041e..59a7bdbf 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 3.0.15.RELEASE 3.5.2 - 2.5.0 + 2.6.0 3.12.0 1.9 -- cgit v1.2.3 From e8e75813ab549d03b0ac482fe0e1e86ee660b8b0 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 11 Mar 2022 11:49:05 +0100 Subject: chore(proxy): add module for stand-alone ms-specific proxy-service application --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6b3f8a2a..9f3524d8 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,8 @@ connector modules - build_reporting + build_reporting + ms_specific_proxyservice @@ -184,6 +185,12 @@ war ${egiz.eidas.version} + + at.asitplus.eidas.ms_specific + ms_specific_proxyservice + war + ${egiz.eidas.version} + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 -- cgit v1.2.3 From 38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 3 Jun 2022 11:40:52 +0200 Subject: refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas' code and connector-specific elements --- pom.xml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9f3524d8..28e5ef1a 100644 --- a/pom.xml +++ b/pom.xml @@ -136,9 +136,9 @@ connector - modules - build_reporting ms_specific_proxyservice + modules + build_reporting @@ -221,7 +221,12 @@ core_common_webapp ${egiz.eidas.version} - + + at.asitplus.eidas.ms_specific + core_commons_eidas + ${egiz.eidas.version} + + eu.eidas @@ -566,7 +571,14 @@ ${egiz.eidas.version} test test-jar - + + + at.asitplus.eidas.ms_specific + core_commons_eidas + ${egiz.eidas.version} + test + test-jar + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 -- cgit v1.2.3 From 0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 3 Jun 2022 16:04:40 +0200 Subject: refactor(connector): move MS-Connector from new directory 'connector' to 'ms_specific_connector' --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 28e5ef1a..309fab68 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ - connector + ms_specific_connector ms_specific_proxyservice modules build_reporting -- cgit v1.2.3 From 3d9d419a40b17de1f94d46cbc2f5b345a93bff00 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 8 Jun 2022 12:32:16 +0200 Subject: feat(eidas): perform mapping between IDA and eIDAS attributes based on external configuration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 309fab68..e469f680 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 0.3 0.4 - 1.3.2 + 1.3.3-SNAPSHOT 2.5.13 2.5.6 -- cgit v1.2.3 From 68c46a22406af910838b3ee6bbea5a4e9807ddaa Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 16 Aug 2022 13:20:02 +0200 Subject: feat(eidas): add advanced SP config post-processing based on requested attributes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 946dd3ec..e20e076e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 0.3 0.4 - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 2.5.13 2.5.6 -- cgit v1.2.3