Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-09 | feature(zmr): add MDS attributes as 'eIdAS-Documents' too | Thomas | 2 | -2/+140 | |
ZMR does not allow MDS update on regular places. Therefore, we add it as 'eIDAS-Documents' for later usage. | |||||
2022-02-08 | refactor(matching): change 'kitt' and 'update' steps in 'InitialSearchTask' | Thomas | 1 | -0/+221 | |
- Update MDS in case of changes eIDAS data and already existing ERnP entry - Add additional attributes in case of new eIDAS attributes outside of MDS | |||||
2022-02-08 | test(ernp): add first simple test to get familary with ERnP client | Thomas | 1 | -0/+85 | |
2022-02-08 | test(core): fix broken tests after refactoring of ERnPClient API | Thomas | 2 | -3/+27 | |
2022-01-10 | Merge branch 'nightlybuild' into feature/matching_base_rebase | Thomas | 1 | -1/+1 | |
# Conflicts: # .gitlab-ci.yml # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # pom.xml | |||||
2022-01-09 | refactor(core): update GUI generation to new API from EAAF-Components 1.2.x | Thomas | 1 | -1/+1 | |
2021-11-16 | restructure matching step via alternative-eIDAS-authentication and add jUnit ↵ | Thomas | 4 | -0/+685 | |
tests | |||||
2021-11-15 | add jUnit test for InitialSearchTask that uses production like responses ↵ | Thomas | 2 | -0/+198 | |
from ZMR T-stage | |||||
2021-11-12 | fix some small bugs in ZMR client that we found by adding jUnit tests | Thomas | 10 | -1/+2560 | |
2021-09-02 | Merge branch 'master' into feature/matching_rebased | Thomas | 1 | -0/+5 | |
# Conflicts: # connector/src/main/java/at/asitplus/eidas/specific/connector/provider/StatusMessageProvider.java # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # connector/src/test/java/at/asitplus/eidas/specific/connector/test/utils/AuthenticationDataBuilderTest.java # connector/src/test/resources/spring/SpringTest_connector.beans.xml # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/GenerateAuthnRequestTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/ReceiveAuthnResponseTask.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/clients/SzrClientTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/ReceiveAuthnResponseTaskTest.java # pom.xml | |||||
2021-08-09 | fix wrong configuration properties in jUnit test | Thomas | 1 | -3/+2 | |
2021-07-07 | add HTML template for additional eID information | Thomas | 1 | -3/+3 | |
2021-06-16 | add ZMR update process into ZMRClient | Thomas | 6 | -2/+7 | |
2021-06-15 | add ZMR client, to some re-factoring, and a lot of bug-fixing | Thomas | 6 | -0/+44 | |
2021-02-19 | refactoring of ID Austria connection client and add/update of jUnit tests | Thomas | 23 | -902/+301 | |
2021-02-12 | tests working, added IdAustriaClientAuthSignalController | Alexander Marsalek | 3 | -2/+154 | |
2021-02-09 | added mandatory attributes, all except 2 test work | Alexander Marsalek | 2 | -4/+13 | |
2021-02-09 | extract qaa & IssueInstant | Alexander Marsalek | 7 | -19/+8 | |
2021-02-08 | added ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTaskTest | Alexander Marsalek | 12 | -2/+504 | |
2021-02-08 | GenerateMobilePhoneSignatureRequestTaskTest | Alexander Marsalek | 7 | -0/+699 | |
2021-02-05 | added test for ReceiveLoginMethodGuiResponse | Alexander Marsalek | 1 | -2/+2 | |
2021-02-02 | more transitions & tests | Alexander Marsalek | 6 | -1/+179 | |
2021-01-22 | processing after mobilephone auth response | Alexander Marsalek | 1 | -1/+1 | |
2021-01-19 | build 'requesterId' for private-sector SP's based on hashed unique AppIds | Thomas Lenz | 1 | -0/+5 | |
set 'requesterId' and 'providerName' to static value for any type of SP | |||||
2021-01-18 | Merge branch 'base' into issue6 | Alexander Marsalek | 11 | -8/+335 | |
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/SimpleEidasData.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/DummyErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/IErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/utils/EidasResponseUtils.java # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/InitialSearchTaskFirstTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml | |||||
2021-01-15 | Resolve merge comments | Alexander Marsalek | 1 | -1/+1 | |
2021-01-15 | country specific tests | Alexander Marsalek | 1 | -0/+7 | |
2021-01-15 | added (non working) test | Alexander Marsalek | 1 | -0/+10 | |
2021-01-12 | Merge branch 'eidas-matching' into issue6 | Alexander Marsalek | 1 | -1/+1 | |
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java | |||||
2021-01-12 | created tasks and beans | Alexander Marsalek | 1 | -0/+20 | |
2021-01-11 | Resolve merge comments | Alexander Marsalek | 1 | -1/+1 | |
2021-01-08 | add some jUnit test for SZR communication | Thomas Lenz | 1 | -0/+1 | |
2021-01-07 | switch from custom monitoring to Spring-Actuator healthchecks | Thomas Lenz | 1 | -0/+2 | |
2021-01-07 | update jUnit test that implements communication with real SZR service | Thomas Lenz | 1 | -1/+6 | |
2021-01-04 | country specific tests | Alexander Marsalek | 1 | -0/+7 | |
2021-01-04 | added (non working) test | Alexander Marsalek | 1 | -0/+10 | |
2020-12-26 | fix broken jUnit tests | Thomas Lenz | 1 | -0/+114 | |
2020-12-22 | add jUnit tests for configuration-operations | Thomas Lenz | 1 | -1/+1 | |
2020-12-22 | add jUnit tests improve test coverage | Thomas Lenz | 9 | -8/+212 | |
2020-11-07 | code clean-up and first jUnit test modifications for CreateIdentityLink task | Thomas Lenz | 4 | -1/+22 | |
2020-11-06 | some improvements | lalber | 1 | -3/+8 | |
2020-11-04 | fix pw aliasname | lalber | 1 | -0/+2 | |
2020-10-21 | fix | lalber | 1 | -77/+0 | |
2020-10-20 | cyclic depend | lalber | 1 | -0/+77 | |
2020-10-20 | stuck on how to test | lalber | 2 | -0/+109 | |
2020-09-18 | update third-party libs and fix incompatibilities with new APIs | Thomas Lenz | 1 | -0/+23 | |
2019-12-10 | some more jUnit test modifications | Thomas Lenz | 1 | -1/+1 | |
2019-12-10 | add jUnit test | Thomas Lenz | 1 | -0/+5 | |
2019-12-10 | refactoring to new EGIZ code requirements | Thomas Lenz | 2 | -81/+92 | |
2019-12-09 | switch to EAAF-Components 1.1.0-SNAPSHOT | Thomas Lenz | 1 | -1/+1 | |