aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test
AgeCommit message (Collapse)AuthorFilesLines
2022-03-03test(ernp): add ERnP client detail testsThomas22-0/+853
2022-03-03test(ernp): add all ERnP integration tests into test that operates in real ↵Thomas1-8/+381
test ERnP
2022-02-09feature(zmr): add MDS attributes as 'eIdAS-Documents' tooThomas5-13/+174
ZMR does not allow MDS update on regular places. Therefore, we add it as 'eIDAS-Documents' for later usage.
2022-02-08fix(matching): update wrong error-reason and remove an unused method parameterThomas1-0/+14
2022-02-08chore(matching): update 'other-login-method' GUI steps to use it as common ↵Thomas1-22/+54
starting-point for any other alternative matching method
2022-02-08chore(matching): update matching by 'alternative eIDAS Login' to forward ↵Thomas1-0/+3
user to 'otherLoginMethod' GUI in case of an error and show specific error message
2022-02-08chore(matching): update matching by 'ID Austria login' to forward user to ↵Thomas1-2/+8
'otherLoginMethod' GUI in case of an error
2022-02-08test(zmr): add tests to check search-by-residence operationsThomas1-1/+164
2022-02-08test(matching): add test for 'search-residence' operation that uses mocked ZMRThomas1-0/+337
2022-02-08feature(matching): finalize matching by residence searchThomas1-38/+89
Add ZMR communication and state validation for match-by-residence operation
2022-02-08chore(matching): fix some code-style and code-quality issuesThomas1-2/+2
2022-02-08test(ernp): fix broken test after ERnP integrationThomas1-1/+1
2022-02-08refactor(matching): change 'kitt' and 'update' steps in 'InitialSearchTask'Thomas3-10/+327
- 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(matching): fix broken tests and add some more edge casesThomas2-7/+151
2022-02-08chore(szr): remove dummy code for SZR emulationThomas1-35/+0
2022-02-08refactor(szr): remove 'insertErnp' functionality from SZR client.Thomas4-201/+46
After this, the person is directly added into ERnP by using ErnpRestClient
2022-02-08feature(ernp): add person into ERnP of mathing ends with no resultThomas2-0/+285
2022-02-08test(ernp): add first simple test to get familary with ERnP clientThomas2-0/+217
2022-02-08test(core): fix broken tests after refactoring of ERnPClient APIThomas4-11/+96
2022-02-08refactor(ernp): change API of ERnP client to same model as ZMR clientThomas1-66/+119
2022-02-08refactor(ernp): move IErnpClient interface into another packageThomas3-3/+3
2022-02-08Merge branch 'feature/matching_base' into 'feature/matching_search_address'Thomas Lenz6-41/+53
# Conflicts: # connector/src/test/java/at/asitplus/eidas/specific/connector/test/saml2/Pvp2SProfileEndPointTest.java
2022-01-10Merge branch 'nightlybuild' into feature/matching_base_rebaseThomas6-41/+53
# 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-12-07Rework styling of other login method templateChristian Kollmann1-104/+78
2021-12-02add SOAP client to search addresses and add first simple test to request ↵Thomas1-0/+169
address information from real TEST ZMR
2021-12-01Display invalid user input instead of terminating the processChristian Kollmann2-29/+22
Fixes #18
2021-12-01Remove deprecated call to MockitoChristian Kollmann5-281/+272
2021-11-30Remove unused constantChristian Kollmann1-15/+12
Fixes #10
2021-11-16update 'advanced matching steps' tasks to optimize user handling between 'ID ↵Thomas2-10/+74
Austria Login', 'alternative eIDAS Login', and 'address search'
2021-11-16restructure matching step via alternative-eIDAS-authentication and add jUnit ↵Thomas6-3/+1665
tests
2021-11-15add jUnit test for InitialSearchTask that uses production like responses ↵Thomas5-3/+728
from ZMR T-stage
2021-11-12fix some small bugs in ZMR client that we found by adding jUnit testsThomas12-17/+3750
2021-10-21add some more test for real ZMR serviceThomas1-83/+257
2021-09-21fix some bugs in ZMRClient that we found during first testing with ZMR T-StageThomas1-1/+162
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas8-45/+329
# 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-09add ZMR-client test for development only that can be activated by ↵Thomas1-0/+43
Spring-Profile and uses real ZMR T-Stage (key material for authentication has to be available on local machine)
2021-08-09fix wrong configuration properties in jUnit testThomas1-3/+2
2021-08-09move SZR-client tests into new packageThomas2-4/+4
2021-07-12Refactor creating random results in testsChristian Kollmann1-373/+293
2021-07-12Rename test class to match implementation nameChristian Kollmann1-1/+1
2021-07-07add HTML template for additional eID informationThomas2-3/+146
2021-06-25fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas1-4/+11
# Conflicts: # connector/src/main/resources/application.properties
2021-06-16add ZMR update process into ZMRClientThomas9-33/+61
2021-06-15further optimizations and bug fixing in matching codeThomas8-160/+771
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas11-306/+547
2021-05-12update third-party libs to latest versionsThomas3-4/+9
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵Thomas1-2/+32
attribute into SAML2 response
2021-03-04Copy post processing eIDAS attributes to InitialSearchTaskChristian Kollmann1-5/+32
2021-03-04Replace ErnpEidData with SimpleEidasDataChristian Kollmann3-36/+27