aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-09chore(gui): add default error-templatesThomas2-0/+120
2022-06-09chore(eidas): update validation of minimum required attributes in case of ↵Thomas1-3/+1
IDA authentication and eIDAS Proxy-Service mode
2022-06-09fix(core): update message properties because error messages are invalid encodedThomas1-3/+3
2022-06-09chore(config): add attribute-mapping configuration-property into default configThomas1-0/+1
2022-06-09chore(core): add missing attribute into idaAttributeMapping configurationThomas1-0/+1
- legalPersonSourcePinType has to be requested in case of mandates with legal persons
2022-06-08chore(core): minory style, test and validation fixesThomas6-10/+26
2022-06-08build(core): optimize package naming and dependency inclusionThomas2-5/+1
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on ↵Thomas24-326/+1713
external configuration
2022-06-07feat(eidas): include IDA releated requested attributes into service-provider ↵Thomas3-8/+49
configuration
2022-06-07feat(eidas): update proxy-service attribute registry to request releated ↵Thomas4-10/+42
attributes
2022-06-07test(eidas): move jUnit tests into other packageThomas4-4/+4
2022-06-07feat(eidas): add attribute-mapping service to map eIDAS attributs to IDA ↵Thomas11-8/+591
attributes
2022-06-07refact(eidas): rename package names, because there was a copy&past mistakeThomas4-0/+0
2022-06-03build(ci): update GitLab CI configThomas1-0/+13
2022-06-03doc(config): update default configurationsThomas5-471/+56
2022-06-03refactor(connector): move MS-Connector from new directory 'connector' to ↵Thomas177-1/+1
'ms_specific_connector'
2022-06-03chore(config): split default configuration into MS-Connector and MS-Proxy-ServieThomas53-70/+1135
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