aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/eidas_proxy-sevice/src
AgeCommit message (Collapse)AuthorFilesLines
2022-03-08refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' ↵Thomas6-44/+34
to reuse some code for 'ms-proxy' WebApp
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 APIThomas1-1/+1
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-03use subStatusCode from enum because eIDAS Node only allows that pre-defined ↵Thomas1-1/+2
values
2022-03-03set mandate-mode to 'none' if no mandate-profiles are set for this requesttypeThomas2-4/+45
2022-03-03select mandate based on eIDAS Proxy-Service request informationThomas5-134/+682
2022-03-03add some TODO's for eIDAS Proxy-Service with mandates and fix some rebase errorsThomas1-86/+98
2022-03-03fix some problemes with new eaaf-components APIThomas2-11/+16
2022-03-03add mandate functionality into eIDAS out-going processThomas5-14/+414
2022-03-03add ID Austria communication-module and additional jUnit testThomas Lenz7-52/+298
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 Lenz15-0/+1307
add raw version of eIDAS-Node response-generation action
2022-03-03add basic modules for integration of MS-specific eIDAS Proxy-ServiceThomas Lenz8-0/+177