aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-03catch possible NullPointerException because AuthnRequest can be null in case ...Thomas3-1/+9
2022-03-03add work-around for representation of legal person in DE4A project. Work-arou...Thomas5-52/+277
2022-03-03add configuration property to disable validation of requested MDS attrbutes o...Thomas2-9/+23
2022-03-03fix warnings in Maven build processThomas1-15/+1
2022-03-03update StatusMessageProvider to Spring based form to use message properties f...Thomas1-26/+69
2022-03-03use subStatusCode from enum because eIDAS Node only allows that pre-defined v...Thomas1-1/+2
2022-03-03add NL specific processor, because NL needs at least LoA 'substantial'Thomas5-33/+142
2022-03-03set mandate-mode to 'none' if no mandate-profiles are set for this requesttypeThomas2-4/+45
2022-03-03set default NameIDFormat to unspecified to fix problems with DE middleware 1.2.xThomas1-1/+3
2022-03-03switch to next release versionThomas1-1/+1
2022-03-03fix bug in combination with EidasNode v2.5 and DE MiddlewareThomas1-1/+0
2022-03-03change log level in transaction storeThomas1-1/+1
2022-03-03add configuration-property to set ID Austria stage of a each eIDAS ConnectorThomas5-4/+58
2022-03-03select mandate based on eIDAS Proxy-Service request informationThomas10-142/+736
2022-03-03add some TODO's for eIDAS Proxy-Service with mandates and fix some rebase errorsThomas5-93/+103
2022-03-03fix some small bugsThomas5-9/+20
2022-03-03fix some problemes with new eaaf-components APIThomas4-11/+21
2022-03-03change eIDAS LegalPersonId from bPK layout to sourcePinType + sourcePinThomas2-13/+16
2022-03-03add mandate functionality into eIDAS out-going processThomas17-103/+1160
2022-03-03update SAML2 IDP elements of MS-specific Connector to current snapshot versio...Thomas Lenz2-60/+42
2022-03-03add ID Austria communication-module and additional jUnit testThomas Lenz77-96/+6157
2022-03-03add basic implementation of eIDAS-Node Proxy-Service request-controllerThomas Lenz22-4/+1341
2022-03-03add basic modules for integration of MS-specific eIDAS Proxy-ServiceThomas Lenz95-45/+661
2022-03-03Merge branch 'feature/matching_ernp_client' into 'feature/matching_base'Thomas Lenz82-900/+8062
2022-03-03fix(core): solve code-style issueThomas1-1/+1
2022-03-03test(ernp): add some ERnP releated tests into InitialSearchTaskThomas1-8/+75
2022-03-03fix(ernp): fix some problems in ERnP client that we found during testsThomas1-40/+38
2022-03-03test(ernp): add ERnP client test with mocked ERnP responsesThomas2-3/+956
2022-03-03test(ernp): add ERnP client detail testsThomas22-0/+853
2022-03-03test(ernp): add all ERnP integration tests into test that operates in real te...Thomas2-9/+382
2022-03-03chore(ernp): optimize ERnP client based on results from integration testThomas3-42/+52
2022-03-02chore(ernp): update ERnP REST API to v1.5.1Thomas2-18/+89
2022-03-02chore(ux): add Lichtenstein as eIDAS countryThomas4-0/+257
2022-02-09feature(zmr): add MDS attributes as 'eIdAS-Documents' tooThomas7-14/+193
2022-02-09build: exclude generated classes from test-coverage validationThomas2-0/+10
2022-02-08feature(matching): add 'Back to previous step' button into 'search-by-residen...Thomas3-0/+8
2022-02-08chore(core): fix some code-quality and code-style issuesThomas3-4/+6
2022-02-08fix(matching): update wrong error-reason and remove an unused method parameterThomas2-7/+20
2022-02-08chore(core): add log message and add empty lines for better readingThomas2-0/+3
2022-02-08chore(matching): update 'other-login-method' GUI steps to use it as common st...Thomas7-40/+134
2022-02-08chore(matching): update matching by 'alternative eIDAS Login' to forward user...Thomas3-0/+10
2022-02-08chore(matching): update matching by 'ID Austria login' to forward user to 'ot...Thomas4-5/+20
2022-02-08test(zmr): add tests to check search-by-residence operationsThomas1-1/+164
2022-02-08fix(zmr): update wrong workflow identifier in ZMR request in case of match-by...Thomas1-1/+1
2022-02-08test(matching): add test for 'search-residence' operation that uses mocked ZMRThomas1-0/+337
2022-02-08feature(matching): update process-definition for matching to optimize interac...Thomas1-4/+6
2022-02-08feature(matching): finalize matching by residence searchThomas8-143/+323
2022-02-08refactor(matching): move AddresssucheController into eIDAS module to reuse da...Thomas1-26/+36
2022-02-08chore(ernp): ignore search requests with residence information.Thomas1-1/+3
2022-02-08test(core): fix broken integration tests after ERnP client integrationThomas3-6/+46