aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 ↵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 Lenz77-96/+6157
It's first alpha-version of eIDAS MS-specific Proxy-Service with ID Austria authentication
2022-03-03add basic implementation of eIDAS-Node Proxy-Service request-controllerThomas Lenz22-4/+1341
add raw version of eIDAS-Node response-generation action
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
refactor(ernp): update openAPI specification from BM.I to use... See merge request egiz/eidas_at_proxy!16
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 ↵Thomas2-9/+382
test ERnP
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
ZMR does not allow MDS update on regular places. Therefore, we add it as 'eIDAS-Documents' for later usage.
2022-02-09build: exclude generated classes from test-coverage validationThomas2-0/+10
2022-02-08feature(matching): add 'Back to previous step' button into ↵Thomas3-0/+8
'search-by-residence' GUI
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 ↵Thomas7-40/+134
starting-point for any other alternative matching method
2022-02-08chore(matching): update matching by 'alternative eIDAS Login' to forward ↵Thomas3-0/+10
user to 'otherLoginMethod' GUI in case of an error and show specific error message
2022-02-08chore(matching): update matching by 'ID Austria login' to forward user to ↵Thomas4-5/+20
'otherLoginMethod' GUI in case of an error
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 ↵Thomas1-1/+1
match-by-residence step
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 ↵Thomas1-4/+6
interaction between manual matching steps - return to 'otherLoginMethod' screen in any matching error case. - add change-language functionality
2022-02-08feature(matching): finalize matching by residence searchThomas8-143/+323
Add ZMR communication and state validation for match-by-residence operation
2022-02-08refactor(matching): move AddresssucheController into eIDAS module to reuse ↵Thomas1-26/+36
data-model for tasks
2022-02-08chore(ernp): ignore search requests with residence information.Thomas1-1/+3
ERnP search is not used here, because we only search for people with Austrian residence and they are in ZMR only.
2022-02-08test(core): fix broken integration tests after ERnP client integrationThomas3-6/+46
2022-02-08fix(matching): make matching DTO's serializeable because the has to be ↵Thomas4-4/+19
stored into session
2022-02-08chore(matching): fix some code-style and code-quality issuesThomas4-13/+18
2022-02-08test(ernp): fix broken test after ERnP integrationThomas1-1/+1
2022-02-08chore(mathing): change log level ZMRClientThomas1-1/+1
2022-02-08refactor(matching): change 'kitt' and 'update' steps in 'InitialSearchTask'Thomas6-37/+386
- Update MDS in case of changes eIDAS data and already existing ERnP entry - Add additional attributes in case of new eIDAS attributes outside of MDS
2022-02-08feature(ernp): update MDS if register information does not match to ↵Thomas1-26/+85
information from eIDAS
2022-02-08test(matching): fix broken tests and add some more edge casesThomas2-7/+151