aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)AuthorFilesLines
2022-07-01style(matching): fix code-style issueThomas9-20/+19
2022-07-01refact(matching): make address-search sort result more resistentThomas1-7/+12
2022-07-01feat(core): update statistic-logger to include matching resultsThomas12-13/+90
2022-07-01fix(matching): add null-check in custom comperator for address-search resultsThomas2-4/+11
2022-07-01feat(matching): add configuration property to define max. results for ↵Thomas2-2/+28
address searching
2022-07-01feat(matching): optimize order of address search resultsThomas2-28/+105
2022-07-01feat(matching): add configuration property to disable ↵Thomas8-13/+87
'matching-by-address-search'
2022-05-24build: switch to next snapshot versionThomas4-4/+4
2022-05-19build: switch to next release version1.3.0Thomas4-4/+4
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.2Thomas1-3/+4
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-16fix(matching): optimize prozess handling during alternative eIDAS authenticationThomas5-293/+216
2022-05-12build(core): switch to next snapshot versionThomas4-4/+4
2022-05-12refact(ernp): change configuration keys for SSL keystoreThomas4-16/+39
2022-05-12Merge branch 'feature/matching_base' into nightlybuild_matchingThomas397-2469/+66518
# 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(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(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(matching): re-oreder process steps in GUI releated matchingThomas11-51/+221
2022-05-02fix(gui): fix possible errors on language selection by GUI operationThomas2-6/+6
2022-04-29test(szr): add placeOfBirth and birthName to getIdentityLinkEidas requestThomas1-0/+10
2022-04-05Merge branch 'nightlybuild' into feature/matching_baseThomas8-12/+35
# 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 'master' into nightlybuildThomas5-44/+146
# 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 versionThomas4-4/+4
2022-03-31chore(core): change log-level in 'DataBinderControllerAdvice'Thomas1-1/+1
2022-03-31chore(core): change log-level in 'DataBinderControllerAdvice'Thomas1-1/+1
2022-03-31feature(core): add deny-list for Spring DataBinderThomas1-0/+33
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-31feature(core): add deny-list for Spring DataBinderThomas1-0/+33
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-17build(core): switch to next snapshot versionThomas4-4/+4
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ↵Thomas4-93/+169
support insertErnp by using eIDAS entities # Conflicts: # 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
2022-03-16test(szr): add second randomized integration test for SZR communicationThomas1-2/+21
2022-03-11fix: remove unused class members to fix code-quality issuesThomas1-12/+0
2022-03-11chore(matching): add common log-messages for register results during ↵Thomas1-1/+15
matching operations
2022-03-11chore(matching): make RegisterStatusResult serializable to store as session ↵Thomas1-2/+8
object
2022-03-11fix(matching): change process-condition order to evaluate 'changeLanguage' firstThomas1-1/+1
2022-03-11fix(matching): unset all matching releated parameters on executioncontextThomas3-3/+47
2022-03-10fix(matching): store pendingRequest before next asynch. stepThomas2-0/+11
2022-03-10fix(matching): add missing controller for search-address wizardThomas2-63/+4
2022-03-10refactor(matching): set other matching option as String to prohibit staging ↵Thomas2-2/+2
problems
2022-03-10chore(matching): remove some PVP attributes from IDA authenticationThomas3-5/+3
2022-03-10chore(core): change log-level on health check to infoThomas1-1/+1
2022-03-10fix(matching): remove requested LoA level from matching by alternative IDA loginThomas2-9/+3
2022-03-10chore(matching): inject REST endpoint for address wizard by GUI modelThomas3-4/+120
2022-03-10chore(matching): set REST endpoint for search-address wizerd by GUI model ↵Thomas3-4/+11
parameter
2022-03-10chore: implement asynch. health-check for IDA metadataThomas1-4/+28
2022-03-10fix(matching): unset flag from ExecutionContext that raise into a loopThomas2-3/+10