aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice
AgeCommit message (Collapse)AuthorFilesLines
2024-03-13build(core): switch to next release versionHEADproxyservice_1.1.0connector_1.5.0masterThomas1-1/+1
2024-01-30chore(core): add some more logging improve session-linking between ↵Thomas2-3/+6
eIDAS-Node and MS-specific parts
2024-01-29feat(proxy): add revision logging for eIDAS outgoingThomas2-0/+9
2024-01-26feat(eidas): refactoring to eIDAS node v2.7Thomas7-20/+10
2023-12-11build(core): switch to next snapshot versionThomas1-1/+1
2023-12-11fix(proxyservice): possible nullpointer exceptionThomas1-1/+1
2023-12-11build(core): switch to next release versionThomas1-1/+1
2023-12-11chore(proxyservice): write attribute names into log before forward to eIDAS nodeThomas1-2/+19
2023-12-07refact(proxyservie): simplify method APIThomas1-4/+4
2023-10-11build(core): switch to next snapshot versionThomas1-1/+1
2023-10-11build(core): switch to next release versionproxyservice_1.0.5connector_1.4.0Thomas1-1/+1
2023-06-05build(core): switch to next snapshot versionThomas1-1/+1
2023-06-05build(core): switch to next release versionproxyservice_1.0.4Thomas1-1/+1
2023-06-05fix(proxyservice): use requested SubjectNameIdFormat in eIDAS SAML2 responseThomas2-15/+194
2023-03-02build(core): switch to next snapshot versionThomas1-1/+1
2023-03-02build(core): switch to next release versionThomas1-1/+1
2023-01-16build(core): switch to next snapshot versionThomas1-1/+1
2023-01-16build(core): switch to next release version for MS-Connectorconnector_1.3.7Thomas1-1/+1
2022-12-22build(core): switch to next snapshot versionThomas1-1/+1
2022-12-19build(core): switch to next release versionproxyservice_1.0.2connector_1.3.6Thomas1-1/+1
2022-12-01build(core): switch to next snapshot versionThomas1-1/+1
2022-12-01build(core): switch to next release versionproxyservice_1.0.1Thomas1-1/+1
2022-12-01feat(proxyservice): add configuration flag to disable error forwarding to ↵Thomas3-67/+105
eIDAS Node
2022-11-21build(core): switch to next snapshot versionThomas1-1/+1
2022-11-21build(core): switch to next release versionconnector_1.3.5Thomas1-1/+1
2022-10-13build(core): switch to next snapshot versionThomas1-1/+1
2022-10-13build(core): switch to next release version of MS-Connectorconnector_1.3.4Thomas1-1/+1
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-25build(core): switch to next snapshot versionThomas1-1/+1
2022-08-25build(core): switch to next release versionproxyservice_1.0.0connector_1.3.3Thomas1-1/+1
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-08-02Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas1-1/+1
# Conflicts: # ms_specific_proxyservice/src/test/resources/config/logback_config.xml
2022-07-05Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas1-1/+1
2022-06-08chore(core): minory style, test and validation fixesThomas3-4/+20
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 ↵Thomas10-1/+589
attributes