aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/src/test
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16feat(proxy): add support for custom eIDAS attribute-handler into ↵Thomas3-0/+63
ProxyEidasAttributeRegistry This allow more sopisticated attribute-processing than simple mapping to IDA attributes
2022-08-05feat(proxy-service): add work-around to support mandates for legal- and ↵Thomas1-1/+68
natural-persons in parallel
2022-06-08chore(core): minory style, test and validation fixesThomas1-1/+1
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on ↵Thomas3-54/+254
external configuration
2022-06-07feat(eidas): include IDA releated requested attributes into service-provider ↵Thomas1-1/+13
configuration
2022-06-07feat(eidas): update proxy-service attribute registry to request releated ↵Thomas2-2/+17
attributes
2022-06-07test(eidas): move jUnit tests into other packageThomas4-4/+4
2022-06-07feat(eidas): add attribute-mapping service to map eIDAS attributs to IDA ↵Thomas3-1/+255
attributes
2022-06-07refact(eidas): rename package names, because there was a copy&past mistakeThomas4-0/+0
2022-06-03test(core): add smoke test with full eIDAS OutGoing login and error-handlingThomas1-8/+0
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas3-58/+53
code and connector-specific elements
2022-05-13refact(core): switch to eaaf-components 1.3.x and replace 'java.util.Date' ↵Thomas1-3/+3
by 'java.time.Instant'
2022-03-08refactor(core): move all project libs into sub-project 'modules'Thomas9-0/+1892