aboutsummaryrefslogtreecommitdiff
path: root/connector
AgeCommit message (Collapse)AuthorFilesLines
2022-03-03select mandate based on eIDAS Proxy-Service request informationThomas1-0/+15
2022-03-03add some TODO's for eIDAS Proxy-Service with mandates and fix some rebase errorsThomas2-6/+0
2022-03-03fix some small bugsThomas1-1/+4
2022-03-03fix some problemes with new eaaf-components APIThomas2-0/+5
2022-03-03change eIDAS LegalPersonId from bPK layout to sourcePinType + sourcePinThomas2-13/+16
2022-03-03add mandate functionality into eIDAS out-going processThomas2-29/+359
2022-03-03update SAML2 IDP elements of MS-specific Connector to current snapshot ↵Thomas Lenz2-60/+42
version (1.1.12-SNAPSHOT) of eaaf_module_pvp2_idp
2022-03-03add ID Austria communication-module and additional jUnit testThomas Lenz8-19/+258
It's first alpha-version of eIDAS MS-specific Proxy-Service with ID Austria authentication
2022-03-03add basic modules for integration of MS-specific eIDAS Proxy-ServiceThomas Lenz1-0/+8
2022-03-02chore(ux): add Lichtenstein as eIDAS countryThomas4-0/+257
2022-02-08refactor(matching): move AddresssucheController into eIDAS module to reuse ↵Thomas1-248/+0
data-model for tasks
2022-02-08test(core): fix broken integration tests after ERnP client integrationThomas3-6/+46
2022-02-08test(core): fix broken tests after refactoring of ERnPClient APIThomas1-0/+10
2022-02-08feature(ernp): generate ERnP client from openAPI specificationThomas1-0/+1
2022-02-08Merge branch 'feature/matching_base' into 'feature/matching_search_address'Thomas Lenz10-42/+187
# Conflicts: # connector/src/test/java/at/asitplus/eidas/specific/connector/test/saml2/Pvp2SProfileEndPointTest.java
2022-01-10Merge branch 'nightlybuild' into feature/matching_base_rebaseThomas6-14/+35
# 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-10Merge branch 'master' into feature/matching_base_rebaseThomas5-21/+145
# 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-10chore(core): update third-party libs to latest versionsThomas1-0/+10
2022-01-09refactor(core): update GUI generation to new API from EAAF-Components 1.2.xThomas2-2/+2
2022-01-09refactor(core): update eaaf-components to switch to openSAML4.xThomas2-7/+7
2021-12-13update third-party libs.Thomas1-0/+4
2021-12-07Use relative paths in templates to enable preview in browserChristian Kollmann15-63/+94
If Thymeleaf is active (i.e. the template is rendered by the Webapp), the path gets replaced anyway.
2021-12-07Rework styling of other login method templateChristian Kollmann2-22/+48
2021-12-07Rework styling of residency search templateChristian Kollmann6-88/+162
2021-12-07Unify HTML templates across test, main, basicConfigChristian Kollmann20-1178/+1416
2021-12-07Add PLZ to search for adresses in ZMRChristian Kollmann5-39/+84
2021-12-02Display all results to user after residency searchChristian Kollmann7-77/+265
2021-12-02Search with user provided input in ZMR for addressesChristian Kollmann5-21/+101
2021-12-02Add simple page to search for an Austrian AddressChristian Kollmann7-1/+11204
2021-11-29add log message to link TransactionId from IDA to initial TransactionId that ↵Thomas1-1/+6
is created by default
2021-11-16update 'advanced matching steps' tasks to optimize user handling between 'ID ↵Thomas1-0/+1
Austria Login', 'alternative eIDAS Login', and 'address search'
2021-10-21switch to next snapshot versionThomas1-1/+1
2021-10-21switch to next release version1.2.3Thomas1-1/+1
2021-10-21fix broken jUnit testThomas1-2/+10
2021-10-21change code for ZMR-Update operationThomas1-1/+1
2021-09-22update third-party libs to latest versionsThomas4-24/+124
2021-09-02Merge branch 'feature/matching_rebased' into feature/matching_baseThomas18-606/+785
2021-09-02Merge branch 'master' into feature/matching_rebasedThomas13-182/+177
# 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-26update ZMR client WSDL to new version and refactor code to new APIThomas1-3/+2
2021-07-07add HTML template for additional eID informationThomas4-212/+3
2021-06-25switch to next snapshot versionThomas1-1/+1
2021-06-25switch to next release version1.2.2Thomas1-1/+1
# Conflicts: # eidas_modules/authmodule_id-austria/pom.xml # eidas_modules/eidas_proxy-sevice/pom.xml
2021-06-25fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas1-1/+1
# Conflicts: # connector/src/main/resources/application.properties
2021-06-16add ZMR update process into ZMRClientThomas3-1/+4
2021-06-15further optimizations and bug fixing in matching codeThomas6-8/+19
2021-06-15fix some warning in maven build process and switch to another GitLab CI ↵Thomas1-10/+0
maven image
2021-06-15add ZMR client, to some re-factoring, and a lot of bug-fixingThomas6-9/+105
2021-05-28switch to next snapshot versionThomas1-1/+1
2021-05-28switch to next release version1.2.1Thomas1-1/+1
2021-05-28fix broken language selection in GUIThomas1-2/+15