aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/src/main
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16feat(proxy): add support for custom eIDAS attribute-handler into ↵Thomas2-1/+23
ProxyEidasAttributeRegistry This allow more sopisticated attribute-processing than simple mapping to IDA attributes
2022-08-08feat(proxy): optimize mandate support by selection mandate-mode based on ↵Thomas2-109/+124
requested attributes and profiles from configuration Now it's possible to deactivte legal- or natural-person mandates by mandate-profile configuration on eIDAS-Connector level
2022-08-05feat(proxy-service): add work-around to support mandates for legal- and ↵Thomas1-2/+13
natural-persons in parallel
2022-06-08chore(core): minory style, test and validation fixesThomas1-3/+8
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on ↵Thomas3-162/+176
external configuration
2022-06-07feat(eidas): include IDA releated requested attributes into service-provider ↵Thomas1-7/+28
configuration
2022-06-07feat(eidas): update proxy-service attribute registry to request releated ↵Thomas2-8/+25
attributes
2022-06-07feat(eidas): add attribute-mapping service to map eIDAS attributs to IDA ↵Thomas6-0/+329
attributes
2022-06-03test(core): add smoke test with full eIDAS OutGoing login and error-handlingThomas2-1/+11
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas4-37/+37
code and connector-specific elements
2022-03-08refactor(core): move all project libs into sub-project 'modules'Thomas11-0/+1080