aboutsummaryrefslogtreecommitdiff
path: root/infos/readme_1.3.0.md
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/readme_1.3.0.md
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/readme_1.3.0.md')
-rw-r--r--infos/readme_1.3.0.md62
1 files changed, 62 insertions, 0 deletions
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```
+
+