aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/src
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07refact(proxyservie): simplify method APIThomas1-4/+4
2023-06-05fix(proxyservice): use requested SubjectNameIdFormat in eIDAS SAML2 responseThomas2-15/+194
2022-12-01feat(proxyservice): add configuration flag to disable error forwarding to ↵Thomas3-67/+105
eIDAS Node
2022-10-13fix(ux): update error message because it was grammatically incorrectThomas1-1/+1
2022-10-11feat(ejustice): add validation to disallow eJusticeRole for legal and ↵Thomas5-3/+132
natural person in one single request
2022-10-11test(proxyservice): add some more jUnit tests for attribute-processingThomas2-1/+42
2022-10-11feat(proxyservice): log warning in case of missing attributesThomas1-4/+7
2022-10-11feat(ejustic): add work-around to support BORIS eJustice attribute for ↵Thomas8-220/+202
natural person on IDA system eJustice attributes are implemented by using mandates on IDA side. However, European Commission only supports authentication without mandates. This work-around integrates both requirements into MS-Proxy-Service
2022-08-17feat(eidas): extend EJusticePersonRoleHandler to include additional ↵Thomas6-7/+259
requested attributes
2022-08-16style(eidas): fix typo in configuration propertiesThomas2-7/+7
2022-08-16feat(eidas): generate advanced attributes in response-processing tooThomas6-14/+313
2022-08-16feat(eidas): add advanced SP config post-processing based on requested ↵Thomas8-4/+234
attributes
2022-08-16chore(core): check if custom attribute-handler implementations are available ↵Thomas6-1/+48
on start-up
2022-08-16feat(proxy): add support for custom eIDAS attribute-handler into ↵Thomas5-1/+86
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 ↵Thomas2-3/+81
natural-persons in parallel
2022-06-08chore(core): minory style, test and validation fixesThomas2-4/+9
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on ↵Thomas6-216/+430
external configuration
2022-06-07feat(eidas): include IDA releated requested attributes into service-provider ↵Thomas2-8/+41
configuration
2022-06-07feat(eidas): update proxy-service attribute registry to request releated ↵Thomas4-10/+42
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 ↵Thomas9-1/+584
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-handlingThomas3-9/+11
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas7-95/+90
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'Thomas20-0/+2972