aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-09chore(core): add support for multiple ms-connector stages into matching by ↵Thomas2-10/+56
alternative eIDAS auth.
2022-03-09chore(eidas): rename configuration property to support multiple ms-connector ↵Thomas1-3/+4
instances
2022-03-08refactor(core): move all project libs into sub-project 'modules'Thomas227-17/+14
2022-03-08refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' ↵Thomas112-428/+1216
to reuse some code for 'ms-proxy' WebApp
2022-03-07refactor(core): move 'connector_lib' to 'core_common_lib'Thomas24-9/+9
2022-03-04feature(eidas): add optional parameter to support more-than-one MS-Connector ↵Thomas7-64/+194
stage
2022-03-03test(GUI): fix broken test because there are API changes in eaaf-components ↵Thomas1-1/+1
1.2.x
2022-03-03refactor(SAML2): change SAML2 implementation to openSAML4.x APIThomas7-12/+22
2022-03-03fix build process and jUnit testThomas7-19/+129
2022-03-03refactor mandate-profile selection based on requested attributes to clearly ↵Thomas1-13/+11
separate functionality
2022-03-03catch possible NullPointerException because AuthnRequest can be null in case ↵Thomas3-1/+9
of an unknown token
2022-03-03add work-around for representation of legal person in DE4A project. ↵Thomas5-52/+277
Work-around can be removed in a future version
2022-03-03add configuration property to disable validation of requested MDS attrbutes ↵Thomas2-9/+23
on eIDAS Connector level
2022-03-03fix warnings in Maven build processThomas1-15/+1
2022-03-03update StatusMessageProvider to Spring based form to use message properties ↵Thomas1-26/+69
from modules
2022-03-03use subStatusCode from enum because eIDAS Node only allows that pre-defined ↵Thomas1-1/+2
values
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 ↵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