Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-31 | refactor(core): remove deprecated operations on openSAML4 API | Thomas | 1 | -4/+4 | |
2022-03-31 | feature(core): add deny-list for Spring DataBinder | Thomas | 1 | -0/+2 | |
This mitigates possible RCE attacked called "Spring4Shell" | |||||
2022-03-17 | test(core): fix integration test with included work-around for IDA mode | Thomas | 1 | -0/+21 | |
2022-03-09 | refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' ↵ | Thomas | 48 | -2511/+56 | |
to reuse some code for 'ms-proxy' WebApp # Conflicts: # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/resources/spring/SpringTest_connector.beans.xml # core_common_webapp/src/main/java/at/asitplus/eidas/specific/core/builder/AuthenticationDataBuilder.java # core_common_webapp/src/test/java/at/asitplus/eidas/specific/core/test/utils/AuthenticationDataBuilderTest.java # eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/IdAustriaAuthConstants.java # eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/tasks/ReceiveFromIdAustriaSystemTask.java # eidas_modules/authmodule_id-austria/src/main/java/at/asitplus/eidas/specific/modules/auth/idaustria/tasks/RequestIdAustriaSystemTask.java # eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/controller/IdAustriaAuthMetadataControllerFirstTest.java # eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/task/ReceiveAuthnResponseTaskTest.java # eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/task/RequestIdAustriaSystemTaskTest.java # eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/utils/IdAustriaAuthCredentialProviderTest.java # eidas_modules/authmodule_id-austria/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/utils/IdAustriaAuthMetadataProviderFirstTest.java # eidas_modules/authmodule_id-austria/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml # eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/MsProxyServiceConstants.java # eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/protocol/EidasProxyServiceController.java # eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/protocol/ProxyServiceAuthenticationAction.java # eidas_modules/eidas_proxy-sevice/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/protocol/EidasProxyServiceControllerTest.java # eidas_modules/eidas_proxy-sevice/src/test/java/at/asitplus/eidas/specific/modules/auth/idaustria/test/protocol/ProxyServiceAuthenticationActionTest.java # eidas_modules/eidas_proxy-sevice/src/test/resources/spring/SpringTest-context_basic_mapConfig.xml | |||||
2022-03-02 | chore(ux): add Lichtenstein as eIDAS country | Thomas | 4 | -0/+257 | |
2022-01-09 | refactor(core): update GUI generation to new API from EAAF-Components 1.2.x | Thomas | 2 | -2/+2 | |
2022-01-09 | refactor(core): update eaaf-components to switch to openSAML4.x | Thomas | 2 | -7/+7 | |
2021-11-29 | add log message to link TransactionId from IDA to initial TransactionId that ↵ | Thomas | 1 | -1/+6 | |
is created by default | |||||
2021-10-21 | fix broken jUnit test | Thomas | 1 | -2/+10 | |
2021-09-22 | update third-party libs to latest versions | Thomas | 2 | -1/+86 | |
2021-06-25 | fix bug in combination with EidasNode v2.5 and DE Middleware | Thomas | 1 | -1/+1 | |
# Conflicts: # connector/src/main/resources/application.properties | |||||
2021-05-28 | fix broken language selection in GUI | Thomas | 1 | -2/+15 | |
2021-05-12 | update third-party libs to latest versions | Thomas | 5 | -106/+11 | |
2021-03-12 | update StatusMessageProvider for better distiguish between internal and ↵ | Thomas | 2 | -5/+11 | |
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 | 8 | -12/+54 | |
attribute into SAML2 response | |||||
2021-02-08 | add Binding Public-Key into technical AuthBlock in case of an ID Austria process | Thomas | 3 | -45/+77 | |
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-20 | add README.md, release and update informations, and full handbook | Thomas Lenz | 3 | -13/+12 | |
2021-01-19 | build 'requesterId' for private-sector SP's based on hashed unique AppIds | Thomas Lenz | 1 | -2/+19 | |
set 'requesterId' and 'providerName' to static value for any type of SP | |||||
2021-01-11 | fix some minor incompatibilities between AuthHandler and MS-Connector in ↵ | Thomas Lenz | 3 | -2/+11 | |
E-ID mode | |||||
2021-01-09 | extend SpringBoot application-initializer to support deployment in Apache ↵ | Thomas Lenz | 1 | -5/+34 | |
Tomcat application-services | |||||
2021-01-09 | add HealthIndicator to check Apache-Ignite cluster-state | Thomas Lenz | 3 | -4/+59 | |
2021-01-07 | switch from custom monitoring to Spring-Actuator healthchecks | Thomas Lenz | 15 | -310/+445 | |
2020-12-28 | update SpringBoot application-initializer to enable package-scanning in ↵ | Thomas Lenz | 1 | -1/+4 | |
application packages | |||||
2020-12-26 | fix broken jUnit tests | Thomas Lenz | 9 | -1/+16 | |
2020-12-26 | update default-configuration and example configuration | Thomas Lenz | 1 | -1/+1 | |
2020-12-26 | switch to SpringBoot as default | Thomas Lenz | 6 | -251/+11 | |
2020-12-26 | add jUnit test that simulates a full eIDAS authentication | Thomas Lenz | 9 | -10/+600 | |
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 | 21 | -134/+937 | |
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 | 10 | -80/+812 | |
2020-12-11 | add 'findSecBugs' plug-in into 'spotBugs' module and solve bugs or exclude ↵ | Thomas Lenz | 1 | -3/+4 | |
false-positive update gitlab-ci configuration to display jUnit test-coverage | |||||
2020-11-27 | read unique transactionId from AuthnRequest to reuse it for eIDAS authentication | Thomas Lenz | 5 | -103/+205 | |
2020-11-13 | improved Junit tests | lalber | 3 | -19/+28 | |
2020-11-09 | fix broken code | Thomas Lenz | 1 | -13/+13 | |
2020-11-09 | switch to next release version of EAAF components to use already defined ↵ | Thomas Lenz | 1 | -4/+5 | |
attribute-name for signed AuthBlock | |||||
2020-11-09 | fix some more problems with jUnit tests | Thomas Lenz | 2 | -4/+6 | |
2020-11-07 | code clean-up and first jUnit test modifications for CreateIdentityLink task | Thomas Lenz | 1 | -0/+7 | |
2020-11-06 | some improvements | lalber | 2 | -6/+6 | |
2020-11-04 | Attribute builder tests EidasBindAttributeBuilderTest and ↵ | lalber | 4 | -9/+195 | |
AuthBlockAttributeBuilderTest | |||||
2020-11-04 | fix for EvaluateCountrySelectionTaskTest and ↵ | lalber | 5 | -19/+16 | |
GenerateCountrySelectionFrameTaskTest | |||||
2020-11-03 | sunfire bug | lalber | 2 | -12/+17 | |
2020-11-02 | AuthDataBuilder and AttributeBuilder | lalber | 7 | -15/+491 | |
2020-09-18 | update third-party libs and fix incompatibilities with new APIs | Thomas Lenz | 2 | -32/+3 | |
2020-02-21 | fix a few CodeStyle validation errors | Thomas Lenz | 3 | -5/+75 | |
2020-02-21 | remove unused variable | Thomas Lenz | 1 | -3/+0 | |
2020-02-21 | update to latest EAAF-components that uses OpenSAML3.x | Thomas Lenz | 12 | -324/+181 | |