Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-08 | test(core): fix broken integration tests after ERnP client integration | Thomas | 1 | -6/+28 | |
2022-02-08 | Merge branch 'feature/matching_base' into 'feature/matching_search_address' | Thomas Lenz | 3 | -20/+28 | |
# Conflicts: # connector/src/test/java/at/asitplus/eidas/specific/connector/test/saml2/Pvp2SProfileEndPointTest.java | |||||
2022-01-10 | Merge branch 'nightlybuild' into feature/matching_base_rebase | Thomas | 2 | -10/+11 | |
# 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-10 | Merge branch 'master' into feature/matching_base_rebase | Thomas | 1 | -2/+9 | |
# 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-09 | refactor(core): update eaaf-components to switch to openSAML4.x | Thomas | 2 | -7/+7 | |
2021-12-07 | Unify HTML templates across test, main, basicConfig | Christian Kollmann | 2 | -127/+127 | |
2021-11-16 | update 'advanced matching steps' tasks to optimize user handling between 'ID ↵ | Thomas | 1 | -0/+1 | |
Austria Login', 'alternative eIDAS Login', and 'address search' | |||||
2021-10-21 | fix broken jUnit test | Thomas | 1 | -2/+10 | |
2021-09-02 | Merge branch 'master' into feature/matching_rebased | Thomas | 3 | -8/+29 | |
# 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-26 | update ZMR client WSDL to new version and refactor code to new API | Thomas | 1 | -3/+2 | |
2021-06-15 | further optimizations and bug fixing in matching code | Thomas | 3 | -3/+10 | |
2021-06-15 | add ZMR client, to some re-factoring, and a lot of bug-fixing | Thomas | 2 | -5/+66 | |
2021-05-12 | update third-party libs to latest versions | Thomas | 2 | -2/+2 | |
2021-03-12 | update StatusMessageProvider for better distiguish between internal and ↵ | Thomas | 1 | -1/+1 | |
external errorCodes | |||||
2021-03-11 | update package names after refactoring of eaaf-components | Thomas | 1 | -2/+2 | |
2021-03-10 | switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵ | Thomas | 3 | -4/+21 | |
attribute into SAML2 response | |||||
2021-02-25 | Remove dependency to Powermock, everything can be done with Mockito | Christian Kollmann | 1 | -107/+107 | |
2021-02-08 | add Binding Public-Key into technical AuthBlock in case of an ID Austria process | Thomas | 1 | -0/+5 | |
2021-01-27 | fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵ | Thomas Lenz | 3 | -4/+25 | |
eIDAS Ref. implementation and occurin case of a start-up error | |||||
2021-01-27 | fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵ | Thomas Lenz | 3 | -4/+25 | |
eIDAS Ref. implementation and occurin case of a start-up error | |||||
2021-01-11 | fix some minor incompatibilities between AuthHandler and MS-Connector in ↵ | Thomas Lenz | 1 | -1/+4 | |
E-ID mode | |||||
2021-01-09 | add HealthIndicator to check Apache-Ignite cluster-state | Thomas Lenz | 1 | -1/+1 | |
2021-01-07 | switch from custom monitoring to Spring-Actuator healthchecks | Thomas Lenz | 5 | -9/+190 | |
2020-12-26 | fix broken jUnit tests | Thomas Lenz | 7 | -0/+14 | |
2020-12-26 | switch to SpringBoot as default | Thomas Lenz | 3 | -8/+8 | |
2020-12-26 | add jUnit test that simulates a full eIDAS authentication | Thomas Lenz | 3 | -3/+488 | |
2020-12-23 | switch from Spring to Spring-Boot | Thomas Lenz | 6 | -4/+242 | |
2020-12-22 | add jUnit tests for configuration-operations | Thomas Lenz | 1 | -0/+75 | |
2020-12-14 | add some more jUnit tests | Thomas Lenz | 2 | -3/+175 | |
2020-12-11 | add more jUnit tests for stabilisation | Thomas Lenz | 4 | -35/+606 | |
2020-11-27 | read unique transactionId from AuthnRequest to reuse it for eIDAS authentication | Thomas Lenz | 1 | -9/+43 | |
2020-11-13 | improved Junit tests | lalber | 1 | -11/+21 | |
2020-11-09 | fix broken code | Thomas Lenz | 1 | -13/+13 | |
2020-11-06 | some improvements | lalber | 1 | -1/+3 | |
2020-11-04 | Attribute builder tests EidasBindAttributeBuilderTest and ↵ | lalber | 2 | -0/+189 | |
AuthBlockAttributeBuilderTest | |||||
2020-11-04 | fix for EvaluateCountrySelectionTaskTest and ↵ | lalber | 2 | -2/+2 | |
GenerateCountrySelectionFrameTaskTest | |||||
2020-11-02 | AuthDataBuilder and AttributeBuilder | lalber | 1 | -0/+95 | |
2020-02-21 | update to latest EAAF-components that uses OpenSAML3.x | Thomas Lenz | 1 | -12/+12 | |
2019-12-13 | fix possible NullPointerException1.1.0 | Thomas Lenz | 1 | -0/+81 | |
add jUnit test | |||||
2019-12-12 | only change interface and method name | Thomas Lenz | 1 | -5/+5 | |
2019-12-11 | add dirtyContext annotation | Thomas Lenz | 1 | -0/+3 | |
2019-12-11 | fix LoA level validation error in AuthnRequestValidator.java | Thomas Lenz | 1 | -0/+211 | |
2019-12-11 | add BM.I specific example of country-selection template | Thomas Lenz | 2 | -0/+337 | |
add new i18n content add jUnit tests | |||||
2019-12-10 | some more jUnit test modifications | Thomas Lenz | 1 | -0/+5 | |
2019-12-10 | refactoring to new EGIZ code requirements | Thomas Lenz | 2 | -0/+171 | |