aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-07-05 17:21:35 +0200
committerThomas <>2022-07-05 17:21:35 +0200
commit48695aa01a86890990dc4e42b9d44493ec840b25 (patch)
tree417c84b576ce5744b676654dc0b8245d54b5ecaf
parent76085d4f597eaf585e1194181bf82a4442333256 (diff)
downloadNational_eIDAS_Gateway-48695aa01a86890990dc4e42b9d44493ec840b25.tar.gz
National_eIDAS_Gateway-48695aa01a86890990dc4e42b9d44493ec840b25.tar.bz2
National_eIDAS_Gateway-48695aa01a86890990dc4e42b9d44493ec840b25.zip
doc: add some missing release information
-rw-r--r--README.md8
-rw-r--r--basicConfig/default_config.properties3
-rw-r--r--infos/readme_1.3.1.md2
3 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index aee290b2..5eabd899 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,14 @@ The full release package will be located add
## Changelog
+**v1.3.1**
+
+- Optimierung und Fehlerkorrektur bei UX basierten Matching-Schritten
+ - Konfigurierbare Maximalanzahl von Ergebnissen bei Adresssuche
+ - Statistiklogger um Matching-Informationen erweitert
+ - Bugfix
+ - Sortierung bei Adresssuchergebnissen optimiert
+
**v1.3.0**
- Erweitertes Identitätsmatching welches sowohl bestehende ZMR und ERnP Einträge berücksichtigt
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties
index b14c0221..e1aff309 100644
--- a/basicConfig/default_config.properties
+++ b/basicConfig/default_config.properties
@@ -30,6 +30,9 @@ eidas.ms.auth.eIDAS.node_v2.forward.endpoint=
#############################################
#### eIDAS identity-matching ######
+eidas.ms.auth.eIDAS.matching.byaddress.enable=true
+
+
# ZMR communication
eidas.ms.auth.eIDAS.zmrclient.endpoint=https://stportal.bmi.gv.at/at.gv.bmi.zmrsrv-a/soap/ZMRService
eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.type=pkcs12
diff --git a/infos/readme_1.3.1.md b/infos/readme_1.3.1.md
index a32eaacd..70db47a9 100644
--- a/infos/readme_1.3.1.md
+++ b/infos/readme_1.3.1.md
@@ -4,7 +4,7 @@ Der MS-Connector implementiert eine Bridge zwischen dem österreichischen E-ID S
### Änderungen in dieser Version
- - Optimierung und Fehlerkorrektur für UX basierten Matching-Schritten
+ - Optimierung und Fehlerkorrektur bei UX basierten Matching-Schritten
- Konfigurierbare Maximalanzahl von Ergebnissen bei Adresssuche
- Statistiklogger um Matching-Informationen erweitert
- Bugfix