Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-07 | add HTML template for additional eID information | Thomas | 1 | -1/+1 | |
2021-06-16 | add ZMR update process into ZMRClient | Thomas | 2 | -1/+2 | |
2021-06-15 | further optimizations and bug fixing in matching code | Thomas | 4 | -3/+13 | |
2021-06-15 | add ZMR client, to some re-factoring, and a lot of bug-fixing | Thomas | 4 | -5/+90 | |
2021-03-04 | Document input, output, transitions for each task | Christian Kollmann | 1 | -0/+1 | |
2021-02-25 | Remove dependency to Powermock, everything can be done with Mockito | Christian Kollmann | 1 | -107/+107 | |
2021-02-22 | Rename tasks to clarify functionality | Christian Kollmann | 1 | -0/+0 | |
2021-02-22 | Fix type in property "gui.countryselection.cancel" | Christian Kollmann | 5 | -90/+90 | |
2021-01-29 | remove unnecessary classes | Alexander Marsalek | 1 | -0/+1 | |
2021-01-28 | rename to IdAustriaClient | Alexander Marsalek | 2 | -70/+66 | |
2021-01-28 | Merge branch 'issue6' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into issue6 | Thomas Lenz | 3 | -0/+75 | |
Some update from Alex that was not pushed before my changes | |||||
2021-01-28 | update SAML2 IDP elements of MS-specific Connector to current snapshot ↵ | Thomas Lenz | 1 | -8/+7 | |
version (1.1.12-SNAPSHOT) of eaaf_module_pvp2_idp | |||||
2021-01-28 | junit keystore and config | Alexander Marsalek | 3 | -0/+75 | |
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-18 | Merge branch 'base' into issue6 | Alexander Marsalek | 30 | -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-12 | created tasks and beans | Alexander Marsalek | 1 | -0/+250 | |
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 | 9 | -10/+418 | |
2020-12-26 | fix broken jUnit tests | Thomas Lenz | 9 | -1/+16 | |
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 | 5 | -5/+580 | |
2020-12-26 | fix wrong-template paramters in error GUI | Thomas Lenz | 1 | -2/+2 | |
2020-12-23 | switch from Spring to Spring-Boot | Thomas Lenz | 9 | -4/+324 | |
2020-12-22 | add jUnit tests for configuration-operations | Thomas Lenz | 1 | -0/+75 | |
2020-12-14 | add some more jUnit tests | Thomas Lenz | 5 | -6/+292 | |
2020-12-11 | add more jUnit tests for stabilisation | Thomas Lenz | 9 | -37/+778 | |
2020-11-27 | read unique transactionId from AuthnRequest to reuse it for eIDAS authentication | Thomas Lenz | 4 | -10/+51 | |
2020-11-13 | improved Junit tests | lalber | 2 | -12/+22 | |
2020-11-09 | fix broken code | Thomas Lenz | 1 | -13/+13 | |
2020-11-09 | fix some more problems with jUnit tests | Thomas Lenz | 2 | -4/+6 | |
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 | 2 | -0/+210 | |
2020-02-21 | fix a few CodeStyle validation errors | Thomas Lenz | 1 | -0/+7 | |
2020-02-21 | update to latest EAAF-components that uses OpenSAML3.x | Thomas Lenz | 3 | -18/+18 | |
2019-12-13 | fix possible NullPointerException1.1.0 | Thomas Lenz | 6 | -0/+266 | |
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 | 22 | -0/+2139 | |
2019-12-11 | add BM.I specific example of country-selection template | Thomas Lenz | 3 | -0/+352 | |
add new i18n content add jUnit tests | |||||
2019-12-10 | some more jUnit test modifications | Thomas Lenz | 2 | -1/+6 | |
2019-12-10 | refactoring to new EGIZ code requirements | Thomas Lenz | 3 | -0/+193 | |