Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-17 | feat(mathing): join ZMR results and ERnP-to-ZMR-KITT results | Thomas | 2 | -13/+150 | |
There are two ways to get a ZMR entry: 1. direct by ZMR 2. by ERnP marked as ZMR KITT entity In case of we only get a result by option 2, the ZMR entry has to be updated with eIDAS documents again | |||||
2022-10-17 | freat(ernp): update ERnP client to distiguish between active ERnP entries ↵ | Thomas | 6 | -40/+232 | |
and closed ERnP entries that kitt to ZMR entries | |||||
2022-10-14 | feat(ux): add current timestamp into error GUI | Thomas | 3 | -0/+6 | |
2022-10-13 | build(core): switch to next snapshot version | Thomas | 11 | -12/+12 | |
2022-10-13 | build(core): switch to next release version of MS-Connectorconnector_1.3.4 | Thomas | 11 | -12/+12 | |
2022-10-13 | doc(connector): add readme and update history | Thomas | 2 | -0/+38 | |
2022-10-13 | fix(ux): update error message because it was grammatically incorrect | Thomas | 1 | -1/+1 | |
2022-10-12 | chore(core): update third-party libs | Thomas | 1 | -10/+32 | |
2022-10-11 | feat(ejustice): add validation to disallow eJusticeRole for legal and ↵ | Thomas | 5 | -3/+132 | |
natural person in one single request | |||||
2022-10-11 | test(proxyservice): add some more jUnit tests for attribute-processing | Thomas | 2 | -1/+42 | |
2022-10-11 | feat(proxyservice): log warning in case of missing attributes | Thomas | 1 | -4/+7 | |
2022-10-11 | feat(ejustic): add work-around to support BORIS eJustice attribute for ↵ | Thomas | 9 | -221/+203 | |
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-10-11 | feat(matching): clearing in case of ZMR and ERnP result contains the same person | Thomas | 2 | -5/+48 | |
In case of KITT between ERnP and ZMR entries it's possible to get the same entity in both results. Remove ERnP result if ZMR results contains a person with same bPK. | |||||
2022-10-10 | test(zmr): remove some specific test-cases from integration tests that have ↵ | Thomas | 1 | -53/+0 | |
to be started manually | |||||
2022-10-07 | test(core): fix full start-up test, because mocked ZMR response missing one ↵ | Thomas | 1 | -0/+3 | |
element | |||||
2022-10-07 | chore(core): update third-party lib | Thomas | 1 | -1/+1 | |
2022-10-07 | fix(eIDAS-ERnP): eIDAS documents can by 'null' in ERnP response | Thomas | 3 | -2/+100 | |
2022-10-07 | feat(matching): check ZMR and ERnP response if enities are closed | Thomas | 13 | -27/+1921 | |
ZMR and ERnP always return the latest version of an entity. However, that latest version can also have status closed and in that case the entity is not valid any more. | |||||
2022-08-25 | build(core): switch to next snapshot version | Thomas | 11 | -13/+13 | |
2022-08-25 | build(core): switch to next release versionproxyservice_1.0.0connector_1.3.3 | Thomas | 11 | -13/+13 | |
2022-08-25 | feat(eidas): add support for new IDA AuthBlock format | Thomas | 12 | -94/+617 | |
The ID Austria system changes the format of technical AuthBlock with Frontend/Backend interface-specification v1.1.0 | |||||
2022-08-24 | doc: add and update release notes and handbooks | Thomas | 5 | -6/+14 | |
2022-08-24 | chore(UX): show transactionId in errorpage | Thomas | 3 | -0/+6 | |
2022-08-23 | chore(ux): add BM.I logo into default configuration and update error page to ↵ | Thomas | 3 | -3/+3 | |
use that logo | |||||
2022-08-23 | fix(proxyservice): add MS-Proxy-Service specific message-sources | Thomas | 2 | -0/+24 | |
2022-08-23 | refact(core): optimize default error handler and add root context "/" | Thomas | 2 | -19/+59 | |
2022-08-22 | feat(core): add default error-handler to show custom error-page on any error | Thomas | 8 | -222/+94 | |
2022-08-22 | chore(core): update third-party libs | Thomas | 1 | -12/+12 | |
2022-08-22 | build(proxyserice): optimize build and assembly process | Thomas | 3 | -9/+5 | |
2022-08-22 | build: remove dependency that was included twice | Thomas | 1 | -5/+1 | |
2022-08-22 | doc: update and add readmes, handbooks, and release infos | Thomas | 13 | -11/+208 | |
2022-08-22 | build(core): optimize build process to assembly ms-proxy and ms-connector by ↵ | Thomas | 7 | -37/+61 | |
using differend project versions | |||||
2022-08-22 | chore(matching): add log-messages on level INFO to get more information ↵ | Thomas | 6 | -7/+31 | |
about matching process | |||||
2022-08-17 | refact(proxy): rename SystemD property to 'eidas.ms-proxy.configuration' | Thomas | 3 | -3/+3 | |
2022-08-17 | Merge branch 'nightlybuild' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy ↵ | Thomas | 467 | -670/+20767 | |
into nightlybuild | |||||
2022-08-17 | Merge branch 'feature/ms_proxy_service' into 'nightlybuild' | Thomas Lenz | 467 | -670/+20767 | |
add basic implementation of eIDAS-Node Proxy-Service request-controller See merge request egiz/eidas_at_proxy!20 | |||||
2022-08-17 | feat(eidas): extend EJusticePersonRoleHandler to include additional ↵ | Thomas | 7 | -8/+261 | |
requested attributes | |||||
2022-08-16 | style(eidas): fix typo in configuration properties | Thomas | 4 | -11/+17 | |
2022-08-16 | feat(eidas): generate advanced attributes in response-processing too | Thomas | 7 | -16/+316 | |
2022-08-16 | feat(eidas): add advanced SP config post-processing based on requested ↵ | Thomas | 10 | -5/+242 | |
attributes | |||||
2022-08-16 | chore(core): check if custom attribute-handler implementations are available ↵ | Thomas | 6 | -1/+48 | |
on start-up | |||||
2022-08-16 | feat(proxy): add support for custom eIDAS attribute-handler into ↵ | Thomas | 6 | -1/+102 | |
ProxyEidasAttributeRegistry This allow more sopisticated attribute-processing than simple mapping to IDA attributes | |||||
2022-08-16 | chore(eidas): add sector-specific attributes for BORIS project to eIDAS ↵ | Thomas | 1 | -6/+6 | |
configuration add two eIDAS attributes: - http://e-justice.europa.eu/attributes/naturalperson/eJusticeNaturalPersonRole - http://e-justice.europa.eu/attributes/legalperson/eJusticeLegalPersonRole | |||||
2022-08-11 | chore(gui): show transactionId between errorCode and errorMsg | Thomas | 1 | -9/+9 | |
2022-08-10 | feat(ux): show technical transactionId on errorPage, if available | Thomas | 3 | -0/+7 | |
2022-08-08 | feat(proxy): optimize mandate support by selection mandate-mode based on ↵ | Thomas | 2 | -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-05 | feat(proxy-service): add work-around to support mandates for legal- and ↵ | Thomas | 2 | -3/+81 | |
natural-persons in parallel | |||||
2022-08-03 | chore(gui): change eMail address for support on BM.I side | Thomas | 1 | -1/+1 | |
2022-08-02 | Merge branch 'nightlybuild' into feature/ms_proxy_service | Thomas | 22 | -95/+96 | |
# Conflicts: # ms_specific_proxyservice/src/test/resources/config/logback_config.xml | |||||
2022-08-02 | doc: update release date of version 1.3.2 | Thomas | 3 | -2/+9 | |