aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice
AgeCommit message (Expand)AuthorFilesLines
2022-03-08refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' to...Thomas3-19/+9
2022-03-03refactor mandate-profile selection based on requested attributes to clearly s...Thomas1-13/+11
2022-03-03catch possible NullPointerException because AuthnRequest can be null in case ...Thomas1-0/+7
2022-03-03add work-around for representation of legal person in DE4A project. Work-arou...Thomas4-33/+115
2022-03-03add configuration property to disable validation of requested MDS attrbutes o...Thomas2-9/+23
2022-03-03use subStatusCode from enum because eIDAS Node only allows that pre-defined v...Thomas1-1/+2
2022-03-03set mandate-mode to 'none' if no mandate-profiles are set for this requesttypeThomas1-4/+10
2022-03-03select mandate based on eIDAS Proxy-Service request informationThomas3-106/+285
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 APIThomas1-2/+6
2022-03-03add mandate functionality into eIDAS out-going processThomas3-8/+129
2022-03-03add ID Austria communication-module and additional jUnit testThomas Lenz3-39/+232
2022-03-03add basic implementation of eIDAS-Node Proxy-Service request-controllerThomas Lenz6-0/+363
2022-03-03add basic modules for integration of MS-specific eIDAS Proxy-ServiceThomas Lenz2-0/+67