aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-03test(core): add smoke test with full eIDAS OutGoing login and error-handlingThomas32-13/+1871
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas58-453/+847
code and connector-specific elements
2022-06-03chore(proxy): add module for stand-alone ms-specific proxy-service applicationThomas18-2/+1174
2022-06-03Merge branch 'feature/eidasnode_v2.6' into feature/ms_proxy_before_refactoringThomas57-649/+3365
# Conflicts: # basicConfig/templates/error_message.html # modules/core_common_webapp/src/main/java/at/asitplus/eidas/specific/core/builder/AuthenticationDataBuilder.java
2022-05-24chore(eidas): switch to version 2.6.0 of eIDAS Reference ImplementationThomas33-1/+2707
2022-05-24build: switch to next snapshot versionThomas7-7/+7
2022-05-19build: switch to next release version1.3.0Thomas7-7/+7
2022-05-19doc: change release date to nowThomas2-2/+2
2022-05-19doc: add client configuration for matching by ID AustriaThomas6-1/+83
2022-05-18chore(register): update BM.I specific SOAP extension for transactionIdsThomas1-7/+18
- The original version was not successful because BM.I services remove the ID from request
2022-05-18chore(core): switch to EAAF-Components 1.3.2Thomas2-4/+5
2022-05-18doc: add readme and update handbookThomas4-18/+19
2022-05-18chore(core): add web-service endpoints into example configurationThomas1-4/+4
2022-05-18chore(ux): merge GUI elements that are updated on BM.I sideThomas8-613/+527
2022-05-17Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas16-321/+384
# Conflicts: # build_reporting/pom.xml # modules/authmodule-eIDAS-v2/pom.xml
2022-05-17test(eidas): fix broken test that checks post-processing for greece specific ↵Thomas1-1/+1
data
2022-05-17refact(ernp): use unique transactionId without suffix for ERnP communicationThomas1-8/+23
2022-05-17feat(register): inject unique transactionId as SOAP header for ZMR and SZR ↵Thomas3-2/+95
communication
2022-05-16chore(core): switch to Spring 5.3.20Thomas4-6/+24
2022-05-16fix(matching): optimize prozess handling during alternative eIDAS authenticationThomas8-295/+235
2022-05-13build(qs): update code-coverage checks againThomas2-7/+10
2022-05-13fix(matching): set flag into process context to prohibit warning from ↵Thomas1-0/+1
process engine
2022-05-13refact(core): switch to eaaf-components 1.3.x and replace 'java.util.Date' ↵Thomas3-8/+7
by 'java.time.Instant'
2022-05-13Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas470-4143/+81205
# Conflicts: # basicConfig/templates/error_message.html # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/resources/config/junit_config_1_springboot.properties # connector/src/test/resources/config/junit_config_2_springboot.properties # connector/src/test/resources/config/templates/countrySelection.html # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/GenerateAuthnRequestTask.java # pom.xml
2022-05-12Merge branch 'nightlybuild_matching' into 'nightlybuild'Thomas Lenz466-4225/+80829
eIDAS matching functionality See merge request egiz/eidas_at_proxy!18
2022-05-12build(qs): exclude generated sources from code-coverage checksThomas1-1/+5
2022-05-12fix(build): change to existing spring-boot-admin versionThomas1-1/+1
2022-05-12build(ci): write maven log into file to support log files > 500kBThomas1-2/+4
2022-05-12chore(core): update third-party libThomas1-1/+1
2022-05-12build(core): switch to next snapshot versionThomas7-7/+7
2022-05-12doc(core): add new readme version and update handbook and release notesThomas3-0/+79
2022-05-12refact(ernp): change configuration keys for SSL keystoreThomas8-41/+107
2022-05-12Merge branch 'feature/matching_base' into nightlybuild_matchingThomas460-4208/+80661
# Conflicts: # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/utils/EidasResponseUtils.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java
2022-05-12fix(gui): wrong character encoding in GUI for alternative matching methodesThomas1-1/+1
2022-05-12fix(matching): remove prefix from bPK aftern an ID Austria loginThomas4-13/+109
2022-05-05test(ZMR/ERnP): disable two tests in register integration tests based on ↵Thomas2-2/+4
real registers operated by BM.I
2022-05-05chore(gui): add english translations for matching stepsThomas1-15/+20
2022-05-05chore(szr): optimize error-logging in case of SZR errorsThomas1-7/+13
2022-05-03fix(eidas): catch IndexOutOfBand exception in case of eIDAS Attribute that ↵Thomas3-17/+73
has no attribute-value
2022-05-02chore(core): update third-party libs to latest versionsThomas1-10/+10
2022-05-02chore(matching): re-oreder process steps in GUI releated matchingThomas18-125/+388
2022-05-02fix(gui): fix possible errors on language selection by GUI operationThomas3-9/+9
2022-04-29test(szr): add placeOfBirth and birthName to getIdentityLinkEidas requestThomas1-0/+10
2022-04-06test(gui): add BM.I version of country-selection template to test there ↵Thomas3-0/+367
custom extensions
2022-04-05Merge branch 'nightlybuild' into feature/matching_baseThomas22-55/+205
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # pom.xml
2022-04-05Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas22-78/+225
2022-04-05Merge branch 'master' into nightlybuildThomas15-71/+216
# Conflicts: # build_reporting/pom.xml # connector/pom.xml # infos/history.txt # infos/readme_1.2.4.md # modules/authmodule-eIDAS-v2/pom.xml # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # modules/core_common_lib/pom.xml # modules/pom.xml # pom.xml
2022-04-05build(core): switch to new snapshot versionThomas7-7/+7
2022-04-05build(assembly): add histroy.txt into release package1.2.4Thomas2-0/+2
2022-04-05build(core): switch to next release versionThomas6-18/+25