aboutsummaryrefslogtreecommitdiff
path: root/modules/authmodule-eIDAS-v2/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-11feat(matching): clearing in case of ZMR and ERnP result contains the same personThomas2-5/+48
2022-10-10test(zmr): remove some specific test-cases from integration tests that have t...Thomas1-53/+0
2022-10-07fix(eIDAS-ERnP): eIDAS documents can by 'null' in ERnP responseThomas3-2/+100
2022-10-07feat(matching): check ZMR and ERnP response if enities are closedThomas13-27/+1921
2022-08-25feat(eidas): add support for new IDA AuthBlock formatThomas3-89/+598
2022-08-22chore(matching): add log-messages on level INFO to get more information about...Thomas6-7/+31
2022-08-02Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas6-82/+44
2022-08-02test(matching): optimize validation of execution-context parametersThomas1-5/+22
2022-08-01fix(eidas): unset flag on execution-context that probibits create-new-ERnP-en...Thomas2-2/+5
2022-07-12refact(szr): only use alreadymatched eID data for SZR communicationThomas4-78/+20
2022-07-05Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas16-47/+288
2022-07-01style(matching): fix code-style issueThomas7-16/+16
2022-07-01refact(matching): make address-search sort result more resistentThomas1-7/+12
2022-07-01feat(core): update statistic-logger to include matching resultsThomas10-10/+61
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 address...Thomas2-2/+28
2022-07-01feat(matching): optimize order of address search resultsThomas2-28/+105
2022-07-01feat(matching): add configuration property to disable 'matching-by-address-se...Thomas8-13/+87
2022-06-03chore(config): split default configuration into MS-Connector and MS-Proxy-ServieThomas1-3/+3
2022-06-03test(core): add smoke test with full eIDAS OutGoing login and error-handlingThomas1-39/+0
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas33-491/+343
2022-06-03Merge branch 'feature/eidasnode_v2.6' into feature/ms_proxy_before_refactoringThomas1-7/+18
2022-05-18chore(register): update BM.I specific SOAP extension for transactionIdsThomas1-7/+18
2022-05-17Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas8-300/+327
2022-05-17test(eidas): fix broken test that checks post-processing for greece specific ...Thomas1-1/+1
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 co...Thomas3-2/+95
2022-05-16fix(matching): optimize prozess handling during alternative eIDAS authenticationThomas4-290/+209
2022-05-13fix(matching): set flag into process context to prohibit warning from process...Thomas1-0/+1
2022-05-13Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas388-2413/+66422
2022-05-12refact(ernp): change configuration keys for SSL keystoreThomas4-16/+39
2022-05-12Merge branch 'feature/matching_base' into nightlybuild_matchingThomas388-2432/+66340
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 real...Thomas2-2/+4
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 ha...Thomas3-17/+73
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_baseThomas4-8/+31
2022-04-05Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas5-44/+146
2022-04-05Merge branch 'master' into nightlybuildThomas5-44/+146
2022-03-17Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoringThomas4-80/+175
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ...Thomas4-93/+169
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 matching...Thomas1-1/+15
2022-03-11chore(matching): make RegisterStatusResult serializable to store as session o...Thomas1-2/+8
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