aboutsummaryrefslogtreecommitdiff
path: root/ms_specific_connector/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2024-03-13doc(core): add release-notes, handbooks, and update historyThomas1-3/+5
2024-01-26refact(eidas): move eIDAS ref.impl configuration into MS-specific namespaceThomas1-10/+10
2024-01-26feat(eidas): refactoring to eIDAS node v2.7Thomas2-0/+63
2023-12-07feat(core): add LoggerContextConfiguration to set application name as logger ↵Thomas1-2/+5
context parameter Reason: can be used to separte configuration files in case of Connector and Proxy-Service run in same application server
2023-10-18feat(ux): add norway as supported country on Connector sideThomas2-1/+6
2023-10-11chore(connector): add default configuration-value do disable support for ↵Thomas1-1/+1
private service-provider Reason: DE, EE, and ES do not support private-sector applications
2023-06-07chore(ernp): switch to ERnP REST API version 2.0.3Thomas1-2/+0
Remove configuration property to disable new API elements
2023-06-07fix(ernp): change JSON API because it has some bugsThomas1-1/+1
Reason: some elements are 'date' now, but was defined as 'date-time'
2023-06-07feat(ernp): switch to new ERnP REST API v2.0.3(2023) that implements ↵Thomas1-1/+6
"Meldegesetznovelle 2023)
2023-06-05chore(core): add missing Spring task-sheduler configuration and enalbe task ↵Thomas1-14/+21
sheduling
2023-03-02feat(connector): make nameIdFormat configurable for earch citizen countryThomas1-0/+2
2023-01-16chore(core): remove requested attributes for MS DEThomas1-2/+2
Do not request 'Gender' and 'CurrentAddress' by default configuration
2022-12-15feat(connector): add support for Ukraine eIDAS-ProxyServiceThomas1-0/+3
Since Ukraine is not notified, we need a new configuration parameter to set not-notified LoA
2022-11-17feat(connector): add validation to disable private-SP support for specific ↵Thomas1-0/+2
countries
2022-11-17feat(core): add new group for actuator checks to provide a sub-set on publicThomas1-0/+4
2022-10-21refact(core): switch to Connector and Proxy-Service specific statistic loggersThomas1-0/+3
2022-10-17feat(zmr): requesting latest version for ZMR update by using bPK onlyThomas1-0/+1
2022-08-25feat(eidas): add support for new IDA AuthBlock formatThomas1-0/+1
The ID Austria system changes the format of technical AuthBlock with Frontend/Backend interface-specification v1.1.0
2022-08-22feat(core): add default error-handler to show custom error-page on any errorThomas3-2/+9
2022-08-22build(core): optimize build process to assembly ms-proxy and ms-connector by ↵Thomas1-0/+1
using differend project versions
2022-07-05Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas3-6/+3
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on ↵Thomas1-0/+3
external configuration
2022-06-03refactor(connector): move MS-Connector from new directory 'connector' to ↵Thomas20-0/+1634
'ms_specific_connector'