aboutsummaryrefslogtreecommitdiff
path: root/infos
diff options
context:
space:
mode:
authorThomas <>2023-06-05 16:54:40 +0200
committerThomas <>2023-06-05 16:57:09 +0200
commit6fa63c3ae3f2bd10d43c3c422a869404d954684b (patch)
treea4aedbe612b11dc9c0ad483b625c1fa4150c356d /infos
parent09d4514804e4ead9712941c2f050178aecf49c17 (diff)
downloadNational_eIDAS_Gateway-6fa63c3ae3f2bd10d43c3c422a869404d954684b.tar.gz
National_eIDAS_Gateway-6fa63c3ae3f2bd10d43c3c422a869404d954684b.tar.bz2
National_eIDAS_Gateway-6fa63c3ae3f2bd10d43c3c422a869404d954684b.zip
doc(proxy): add readme and update history
Diffstat (limited to 'infos')
-rw-r--r--infos/ms-proxyservice/history.txt13
-rw-r--r--infos/ms-proxyservice/readme_1.0.4.md32
2 files changed, 45 insertions, 0 deletions
diff --git a/infos/ms-proxyservice/history.txt b/infos/ms-proxyservice/history.txt
index 052218a8..ce4da9a9 100644
--- a/infos/ms-proxyservice/history.txt
+++ b/infos/ms-proxyservice/history.txt
@@ -1,5 +1,18 @@
Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Proxy-Service
+Version 1.0.4 (2023-06-06)
+ - Bugfix
+ - Ungültige Verarbeitung von SAML2 SubjectNameId Policies behoben
+ - Aktualisierung von Drittherstellerbibliotheken
+ - SpringBoot 2.7.12
+ - Spring-Framework 5.3.26
+ - Apache CXF 3.5.6
+ - joda-time 1.12.5
+ - jackson 2.15.2
+ - guava 32.0.0-jre
+ - log4j 2.20.0
+ - logback 1.2.12
+
Version 1.0.3 (2023-03-02)
- JSON basierter Statisiklog um Feld für anfragendes Land erweitert
- Bugfix
diff --git a/infos/ms-proxyservice/readme_1.0.4.md b/infos/ms-proxyservice/readme_1.0.4.md
new file mode 100644
index 00000000..14ed8508
--- /dev/null
+++ b/infos/ms-proxyservice/readme_1.0.4.md
@@ -0,0 +1,32 @@
+# MS-Proxy-Service v1.0.4 Release vom 06.06.2023
+
+Das MS-Proxy-Service implementiert eine Bridge zwischen dem österreichischen E-ID System und dem eIDAS Framework um österreichischen Benutzern eine Anmeldung an ausländischen Service-Providern zu ermöglichen.
+
+### Änderungen in dieser Version
+
+ - Bugfix
+ - Ungültige Verarbeitung von SAML2 SubjectNameId Policies behoben
+ - Aktualisierung von Drittherstellerbibliotheken
+ - SpringBoot 2.7.12
+ - Spring-Framework 5.3.26
+ - Apache CXF 3.5.6
+ - joda-time 1.12.5
+ - jackson 2.15.2
+ - guava 32.0.0-jre
+ - log4j 2.20.0
+ - logback 1.2.12
+
+
+
+### Durchführen eines Updates
+
+Nachfolgend finden Sie die erforderlichen Schritte für das Update eines bestehenden MS-Proxy-Service auf die aktuelle Version 1.0.4. Das vollständige Handbuch mit allen Konfigurationsparametern finden Sie im Releasepackage im Verzeichnis: _infos/handbook/_
+
+### Ausgehend von einer bestehenden Version 1.0.3
+
+1. Stoppen Sie die *MS-Proxy-Service* Applikation und fertigen Sie eine Sicherungskopie Ihrer Applikation inklusive Konfiguration an
+
+2. Entpacken Sie das Releasepacket *ms_specific_proxyservice-1.0.4-dist.zip* in ein temporäres Verzeichnis welches in weiterer Folge __MsProxyServicePackage__ bezeichnet wird.
+
+3. Kopieren sie die Applikation __MsProxyServicePackage__/ms_proxyservice.war nach in das Applikationsverzeichnis ihres Applikationsservers
+