aboutsummaryrefslogtreecommitdiff
path: root/infos
diff options
context:
space:
mode:
authorThomas <>2022-05-13 08:59:16 +0200
committerThomas <>2022-05-13 08:59:16 +0200
commita11517f4d25f31e352a9665392ad000dff4a44c5 (patch)
treed9bbd0b09c68b0d86bd43ae5ccb5b277fd9c3fd3 /infos
parent9e3b78d931d220e1ed5ecbaadcb13df7cbe96e22 (diff)
parente412bda31b304821c08d8f8c7b2473d67246dba0 (diff)
downloadNational_eIDAS_Gateway-a11517f4d25f31e352a9665392ad000dff4a44c5.tar.gz
National_eIDAS_Gateway-a11517f4d25f31e352a9665392ad000dff4a44c5.tar.bz2
National_eIDAS_Gateway-a11517f4d25f31e352a9665392ad000dff4a44c5.zip
Merge branch 'nightlybuild' into feature/ms_proxy_before_refactoring
# Conflicts: # basicConfig/templates/error_message.html # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/resources/config/junit_config_1_springboot.properties # connector/src/test/resources/config/junit_config_2_springboot.properties # connector/src/test/resources/config/templates/countrySelection.html # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/GenerateAuthnRequestTask.java # pom.xml
Diffstat (limited to 'infos')
-rw-r--r--infos/Handbuch_MS-eIDAS-Node.docxbin44039 -> 47601 bytes
-rw-r--r--infos/history.txt17
-rw-r--r--infos/readme_1.3.0.md62
3 files changed, 79 insertions, 0 deletions
diff --git a/infos/Handbuch_MS-eIDAS-Node.docx b/infos/Handbuch_MS-eIDAS-Node.docx
index 0401fea9..c844f0e5 100644
--- a/infos/Handbuch_MS-eIDAS-Node.docx
+++ b/infos/Handbuch_MS-eIDAS-Node.docx
Binary files differ
diff --git a/infos/history.txt b/infos/history.txt
index 9c6f06d1..57a05a12 100644
--- a/infos/history.txt
+++ b/infos/history.txt
@@ -1,5 +1,22 @@
Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Connector
+Version 1.3.0 (2022-05-xx):
+ - Feature
+ - Erweitertes Identitätsmatching welches sowohl bestehende ZMR und ERnP Einträge berücksichtigt
+ - Bugfix
+ - Fehler bei der Verarbeitung von leeren Attributewerten behoben
+ - Akutalisierung von Drittherstellerbibliotheken
+ - Spring-Core 5.3.18
+ - Spring-Boot 2.5.12
+ - thymeleaf-spring5 3.0.15.RELEASE
+ - Apache CXF 3.4.6
+ - Google Guava 31.1-jre
+ - Jackson 2.13.2
+ - Joda-Time 2.10.14
+ - jose4j 0.7.11
+ - log4j 2.17.2
+ - slf4j 1.7.36
+
Version 1.2.4 (2022-04-05):
- Bugfix
- Mögliche RCE Schwachstelle via Spring Framework behoben (CVE-2022-22965)
diff --git a/infos/readme_1.3.0.md b/infos/readme_1.3.0.md
new file mode 100644
index 00000000..7bfae522
--- /dev/null
+++ b/infos/readme_1.3.0.md
@@ -0,0 +1,62 @@
+# MS-Connector v1.3.0 Release vom xx.05.2022
+
+Der MS-Connector implementiert eine Bridge zwischen dem österreichischen E-ID System und dem eIDAS Framework um ausländischen Benutzern eine Anmeldung am österreichischen Service-Providern zu ermöglichen.
+
+### Änderungen in dieser Version
+
+ - Feature
+ - Erweitertes Identitätsmatching welches sowohl bestehende ZMR und ERnP Einträge berücksichtigt
+ - Bugfix
+ - Fehler bei der Verarbeitung von leeren Attributewerten behoben
+ - Akutalisierung von Drittherstellerbibliotheken
+
+
+
+
+### Durchführen eines Updates
+
+Nachfolgend finden Sie die erforderlichen Schritte für das Update eines bestehenden MS-specific eIDAS Connectors auf die aktuelle Version 1.3.0. Das vollständige Handbuch mit allen Konfigurationsparametern finden Sie im Releasepackage im Verzeichnis: _infos/handbook/_
+
+### Ausgehend von einer bestehenden Version 1.2.x
+
+1. Stoppen Sie die *MS-Connector* Applikation und fertigen Sie eine Sicherungskopie Ihrer Applikation inklusive Konfiguration an
+
+2. Entpacken Sie das Releasepacket *ms_specific_connector-1.3.0-dist.zip* in ein temporäres Verzeichnis welches in weiterer Folge __MsConnectorPackage__ bezeichnet wird.
+
+3. Kopieren sie die Applikation __MsConnectorPackage__/ms_connector.war nach in das Applikationsverzeichnis ihres Applikationsservers
+
+4. Neue Konfigurationsparameter
+
+ - *ZMR Client*
+ - ```eidas.ms.auth.eIDAS.zmrclient.endpoint```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.type```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.path```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.password```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.key.alias```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.key.password```
+ - ```eidas.ms.auth.eIDAS.zmrclient.req.organisation.behoerdennr```
+ - *ERnP Client*
+ - ```eidas.ms.auth.eIDAS.ernpclient.endpoint```
+ - ```eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.type```
+ - ```eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.path```
+ - ```eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.password```
+ - ```eidas.ms.auth.eIDAS.ernpclient.ssl.key.alias```
+ - ```eidas.ms.auth.eIDAS.ernpclient.ssl.key.password```
+ - ```eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr```
+
+5. Neue optionale Konfigurationsparameter
+
+ - *ZMR Client*
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.type```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.path```
+ - ```eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.password```
+ - ```eidas.ms.auth.eIDAS.zmrclient.timeout.connection```
+ - ```eidas.ms.auth.eIDAS.zmrclient.timeout.response```
+ - ```eidas.ms.auth.eIDAS.zmrclient.req.update.reason.code```
+ - ```eidas.ms.auth.eIDAS.zmrclient.req.update.reason.text```
+ - ```eidas.ms.auth.eIDAS.zmrclient.debug.logfullmessages```
+ - *ERnP Client*
+ * ```eidas.ms.client.http.connection.timeout.request```
+ * ```eidas.ms.client.http.connection.timeout.socket```
+
+