aboutsummaryrefslogtreecommitdiff
path: root/ms_specific_proxyservice/src
AgeCommit message (Collapse)AuthorFilesLines
2024-01-29chore(proxy): update default configurationThomas1-6/+6
2024-01-26refact(eidas): move eIDAS ref.impl configuration into MS-specific namespaceThomas2-15/+12
2024-01-26feat(eidas): refactoring to eIDAS node v2.7Thomas3-5/+64
2023-12-12chore(log): add timestamp patter in JSON based statistic logThomas1-1/+2
2023-12-07feat(logger): add data model of json based statistic loggerThomas1-20/+25
2023-12-07feat(core): add LoggerContextConfiguration to set application name as logger ↵Thomas2-0/+72
context parameter Reason: can be used to separte configuration files in case of Connector and Proxy-Service run in same application server
2023-06-05chore(core): update statistic logger as requested by the BM.IThomas2-9/+15
2023-06-05chore(core): add missing Spring task-sheduler configuration and enalbe task ↵Thomas1-12/+19
sheduling
2023-03-01feat(proxy): add eIDAS-Connector country-code as specific element into ↵Thomas1-1/+6
statistic log
2022-12-16chore(proxy): add default configuration for BORIS/eJusticeThomas1-2/+2
2022-12-15chore(core): add configuration for new BORIS/eJustice implementationThomas1-4/+4
2022-12-07feat(proxyservice): add additional JSON based statistic loggerThomas3-1/+240
2022-12-01feat(proxyservice): add configuration flag to disable error forwarding to ↵Thomas1-0/+1
eIDAS Node
2022-11-17feat(core): add new group for actuator checks to provide a sub-set on publicThomas1-0/+3
2022-10-21refact(core): switch to Connector and Proxy-Service specific statistic loggersThomas1-0/+3
2022-08-23fix(proxyservice): add MS-Proxy-Service specific message-sourcesThomas2-0/+24
2022-08-22feat(core): add default error-handler to show custom error-page on any errorThomas3-220/+7
2022-08-22build(core): optimize build process to assembly ms-proxy and ms-connector by ↵Thomas3-30/+34
using differend project versions
2022-08-17refact(proxy): rename SystemD property to 'eidas.ms-proxy.configuration'Thomas3-3/+3
2022-08-17feat(eidas): extend EJusticePersonRoleHandler to include additional ↵Thomas1-1/+2
requested attributes
2022-08-16style(eidas): fix typo in configuration propertiesThomas2-4/+10
2022-08-16feat(eidas): generate advanced attributes in response-processing tooThomas1-2/+3
2022-08-16feat(eidas): add advanced SP config post-processing based on requested ↵Thomas1-0/+7
attributes
2022-06-09fix(core): update message properties because error messages are invalid encodedThomas1-3/+3
2022-06-09chore(config): add attribute-mapping configuration-property into default configThomas1-0/+1
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 ↵Thomas4-1/+437
external configuration
2022-06-03chore(config): split default configuration into MS-Connector and MS-Proxy-ServieThomas2-0/+131
2022-06-03test(core): add smoke test with full eIDAS OutGoing login and error-handlingThomas27-1/+1860
2022-06-03refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas'Thomas6-0/+77
code and connector-specific elements
2022-06-03chore(proxy): add module for stand-alone ms-specific proxy-service applicationThomas14-0/+929