aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2022-03-03test(ernp): add ERnP client detail testsThomas22-0/+853
2022-02-09feature(zmr): add MDS attributes as 'eIdAS-Documents' tooThomas2-2/+140
ZMR does not allow MDS update on regular places. Therefore, we add it as 'eIDAS-Documents' for later usage.
2022-02-08refactor(matching): change 'kitt' and 'update' steps in 'InitialSearchTask'Thomas1-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-08test(ernp): add first simple test to get familary with ERnP clientThomas1-0/+85
2022-02-08test(core): fix broken tests after refactoring of ERnPClient APIThomas2-3/+27
2022-01-10Merge branch 'nightlybuild' into feature/matching_base_rebaseThomas1-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-09refactor(core): update GUI generation to new API from EAAF-Components 1.2.xThomas1-1/+1
2021-11-16restructure matching step via alternative-eIDAS-authentication and add jUnit ↵Thomas4-0/+685
tests
2021-11-15add jUnit test for InitialSearchTask that uses production like responses ↵Thomas2-0/+198
from ZMR T-stage
2021-11-12fix some small bugs in ZMR client that we found by adding jUnit testsThomas10-1/+2560
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas1-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-09fix wrong configuration properties in jUnit testThomas1-3/+2
2021-07-07add HTML template for additional eID informationThomas1-3/+3
2021-06-16add ZMR update process into ZMRClientThomas6-2/+7
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas6-0/+44
2021-02-19refactoring of ID Austria connection client and add/update of jUnit testsThomas23-902/+301
2021-02-12tests working, added IdAustriaClientAuthSignalControllerAlexander Marsalek3-2/+154
2021-02-09added mandatory attributes, all except 2 test workAlexander Marsalek2-4/+13
2021-02-09extract qaa & IssueInstantAlexander Marsalek7-19/+8
2021-02-08added ReceiveMobilePhoneSignatureResponseAndSearchInRegistersTaskTestAlexander Marsalek12-2/+504
2021-02-08GenerateMobilePhoneSignatureRequestTaskTestAlexander Marsalek7-0/+699
2021-02-05added test for ReceiveLoginMethodGuiResponseAlexander Marsalek1-2/+2
2021-02-02more transitions & testsAlexander Marsalek6-1/+179
2021-01-22processing after mobilephone auth responseAlexander Marsalek1-1/+1
2021-01-19build 'requesterId' for private-sector SP's based on hashed unique AppIdsThomas Lenz1-0/+5
set 'requesterId' and 'providerName' to static value for any type of SP
2021-01-18Merge branch 'base' into issue6Alexander Marsalek11-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-15Resolve merge commentsAlexander Marsalek1-1/+1
2021-01-15country specific testsAlexander Marsalek1-0/+7
2021-01-15added (non working) testAlexander Marsalek1-0/+10
2021-01-12Merge branch 'eidas-matching' into issue6Alexander Marsalek1-1/+1
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java
2021-01-12created tasks and beansAlexander Marsalek1-0/+20
2021-01-11Resolve merge commentsAlexander Marsalek1-1/+1
2021-01-08add some jUnit test for SZR communicationThomas Lenz1-0/+1
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz1-0/+2
2021-01-07update jUnit test that implements communication with real SZR serviceThomas Lenz1-1/+6
2021-01-04country specific testsAlexander Marsalek1-0/+7
2021-01-04added (non working) testAlexander Marsalek1-0/+10
2020-12-26fix broken jUnit testsThomas Lenz1-0/+114
2020-12-22add jUnit tests for configuration-operationsThomas Lenz1-1/+1
2020-12-22add jUnit tests improve test coverageThomas Lenz9-8/+212
2020-11-07code clean-up and first jUnit test modifications for CreateIdentityLink taskThomas Lenz4-1/+22
2020-11-06some improvementslalber1-3/+8
2020-11-04fix pw aliasnamelalber1-0/+2
2020-10-21fixlalber1-77/+0
2020-10-20cyclic dependlalber1-0/+77
2020-10-20stuck on how to testlalber2-0/+109
2020-09-18update third-party libs and fix incompatibilities with new APIsThomas Lenz1-0/+23
2019-12-10some more jUnit test modificationsThomas Lenz1-1/+1
2019-12-10add jUnit testThomas Lenz1-0/+5
2019-12-10refactoring to new EGIZ code requirementsThomas Lenz2-81/+92