aboutsummaryrefslogtreecommitdiff
path: root/connector/src/test
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10Merge branch 'nightlybuild' into feature/matching_base_rebaseThomas3-11/+12
# 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-10Merge branch 'master' into feature/matching_base_rebaseThomas2-2/+92
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/task/GenerateCountrySelectionFrameTaskTest.java # eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml # eidas_modules/authmodule-eIDAS-v2/pom.xml # pom.xml
2022-01-09refactor(core): update GUI generation to new API from EAAF-Components 1.2.xThomas1-1/+1
2022-01-09refactor(core): update eaaf-components to switch to openSAML4.xThomas2-7/+7
2021-11-16update 'advanced matching steps' tasks to optimize user handling between 'ID ↵Thomas1-0/+1
Austria Login', 'alternative eIDAS Login', and 'address search'
2021-10-21fix broken jUnit testThomas1-2/+10
2021-09-22update third-party libs to latest versionsThomas1-0/+83
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas5-8/+33
# 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-07-26update ZMR client WSDL to new version and refactor code to new APIThomas1-3/+2
2021-07-07add HTML template for additional eID informationThomas1-1/+1
2021-06-16add ZMR update process into ZMRClientThomas2-1/+2
2021-06-15further optimizations and bug fixing in matching codeThomas4-3/+13
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas4-5/+90
2021-05-12update third-party libs to latest versionsThomas3-2/+5
2021-03-12update StatusMessageProvider for better distiguish between internal and ↵Thomas1-1/+1
external errorCodes
2021-03-11update package names after refactoring of eaaf-componentsThomas1-2/+2
2021-03-10switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵Thomas5-4/+28
attribute into SAML2 response
2021-03-04Document input, output, transitions for each taskChristian Kollmann1-0/+1
2021-02-25Remove dependency to Powermock, everything can be done with MockitoChristian Kollmann1-107/+107
2021-02-22Rename tasks to clarify functionalityChristian Kollmann1-0/+0
2021-02-22Fix type in property "gui.countryselection.cancel"Christian Kollmann5-90/+90
2021-02-08add Binding Public-Key into technical AuthBlock in case of an ID Austria processThomas2-0/+8
2021-01-29remove unnecessary classesAlexander Marsalek1-0/+1
2021-01-28rename to IdAustriaClientAlexander Marsalek2-70/+66
2021-01-28Merge branch 'issue6' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into issue6Thomas Lenz3-0/+75
Some update from Alex that was not pushed before my changes
2021-01-28update SAML2 IDP elements of MS-specific Connector to current snapshot ↵Thomas Lenz1-8/+7
version (1.1.12-SNAPSHOT) of eaaf_module_pvp2_idp
2021-01-28junit keystore and configAlexander Marsalek3-0/+75
2021-01-27fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵Thomas Lenz3-4/+25
eIDAS Ref. implementation and occurin case of a start-up error
2021-01-27fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵Thomas Lenz3-4/+25
eIDAS Ref. implementation and occurin case of a start-up error
2021-01-18Merge branch 'base' into issue6Alexander Marsalek30-126/+2549
# 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-12created tasks and beansAlexander Marsalek1-0/+250
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in ↵Thomas Lenz1-1/+4
E-ID mode
2021-01-09add HealthIndicator to check Apache-Ignite cluster-stateThomas Lenz1-1/+1
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz9-10/+418
2020-12-26fix broken jUnit testsThomas Lenz9-1/+16
2020-12-26switch to SpringBoot as defaultThomas Lenz3-8/+8
2020-12-26add jUnit test that simulates a full eIDAS authenticationThomas Lenz5-5/+580
2020-12-26fix wrong-template paramters in error GUIThomas Lenz1-2/+2
2020-12-23switch from Spring to Spring-BootThomas Lenz9-4/+324
2020-12-22add jUnit tests for configuration-operationsThomas Lenz1-0/+75
2020-12-14add some more jUnit testsThomas Lenz5-6/+292
2020-12-11add more jUnit tests for stabilisationThomas Lenz9-37/+778
2020-11-27read unique transactionId from AuthnRequest to reuse it for eIDAS authenticationThomas Lenz4-10/+51
2020-11-13improved Junit testslalber2-12/+22
2020-11-09fix broken codeThomas Lenz1-13/+13
2020-11-09fix some more problems with jUnit testsThomas Lenz2-4/+6
2020-11-06some improvementslalber1-1/+3
2020-11-04Attribute builder tests EidasBindAttributeBuilderTest and ↵lalber2-0/+189
AuthBlockAttributeBuilderTest
2020-11-04fix for EvaluateCountrySelectionTaskTest and ↵lalber2-2/+2
GenerateCountrySelectionFrameTaskTest
2020-11-02AuthDataBuilder and AttributeBuilderlalber2-0/+210