aboutsummaryrefslogtreecommitdiff
path: root/infos
diff options
context:
space:
mode:
authorThomas <>2022-08-25 14:59:03 +0200
committerThomas <>2022-08-25 14:59:03 +0200
commitfd692be28186154ec5d217dfa35dbae45e5e0166 (patch)
treec68e475d1d09985a9084221e9aaf2d45f630da8d /infos
parent21b47ed477a52688918ff03bea64436a6ce621b8 (diff)
downloadNational_eIDAS_Gateway-fd692be28186154ec5d217dfa35dbae45e5e0166.tar.gz
National_eIDAS_Gateway-fd692be28186154ec5d217dfa35dbae45e5e0166.tar.bz2
National_eIDAS_Gateway-fd692be28186154ec5d217dfa35dbae45e5e0166.zip
feat(eidas): add support for new IDA AuthBlock format
The ID Austria system changes the format of technical AuthBlock with Frontend/Backend interface-specification v1.1.0
Diffstat (limited to 'infos')
-rw-r--r--infos/ms-connector/Handbuch_MS-eIDAS-Node.docxbin51246 -> 51447 bytes
-rw-r--r--infos/ms-connector/handbook/Handbuch_MS-Connector.pdfbin605558 -> 611320 bytes
-rw-r--r--infos/ms-connector/history.txt5
-rw-r--r--infos/ms-connector/readme_1.3.3.md10
-rw-r--r--infos/ms-proxyservice/history.txt2
-rw-r--r--infos/ms-proxyservice/readme_1.0.0.md2
6 files changed, 14 insertions, 5 deletions
diff --git a/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx b/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx
index d4cfd501..0271359c 100644
--- a/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx
+++ b/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx
Binary files differ
diff --git a/infos/ms-connector/handbook/Handbuch_MS-Connector.pdf b/infos/ms-connector/handbook/Handbuch_MS-Connector.pdf
index a8780a97..85e1a7c6 100644
--- a/infos/ms-connector/handbook/Handbuch_MS-Connector.pdf
+++ b/infos/ms-connector/handbook/Handbuch_MS-Connector.pdf
Binary files differ
diff --git a/infos/ms-connector/history.txt b/infos/ms-connector/history.txt
index 3df045dc..dd266f5c 100644
--- a/infos/ms-connector/history.txt
+++ b/infos/ms-connector/history.txt
@@ -1,7 +1,8 @@
Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Connector
-Version 1.3.3 (2022-xx-xx):
- - Zusätzliches Logging auf Level _Info_ ergänzt um mehr Informationen aus dem Matching Prozess zu erhalten
+Version 1.3.3 (2022-08-26):
+ - Unterstützung des neuen AuthBlock Format des ID Austria Systems
+ - Zusätzliches Logging auf Level 'Info' ergänzt um mehr Informationen aus dem Matching Prozess zu erhalten
Version 1.3.2 (2022-08-02):
- Bugfix
diff --git a/infos/ms-connector/readme_1.3.3.md b/infos/ms-connector/readme_1.3.3.md
index cccfd4d9..e7917aa3 100644
--- a/infos/ms-connector/readme_1.3.3.md
+++ b/infos/ms-connector/readme_1.3.3.md
@@ -1,9 +1,10 @@
-# MS-Connector v1.3.3 Release vom xx.xx.2022
+# MS-Connector v1.3.3 Release vom 26.08.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
+ - Unterstützung des neuen AuthBlock Format des ID Austria Systems
- Zusätzliches Logging auf Level _Info_ ergänzt um mehr Informationen aus dem Matching Prozess zu erhalten
@@ -19,6 +20,13 @@ Nachfolgend finden Sie die erforderlichen Schritte für das Update eines bestehe
3. Kopieren sie die Applikation __MsConnectorPackage__/ms_connector.war nach in das Applikationsverzeichnis ihres Applikationsservers
+4. Aus dem ID Austria Projekt kommt es zu einer Anpassung an der Frontend/Backend Schnittstelle des ID Austria System (BRZ/BM.I) welche in weiterer Folge auch Einfluss auf den MS-Connector hat. Hintergrund ist, dass vom MS-Connector ein AuthBlock für das ID Austria System erzeugt und signiert wird welcher anschließend im ID Austria System verifiziert wird. Im Zuge der Schnittstellenanpassung kommt es zu einer Änderung des Inhalts des AuthBlock. Die MS-Connector Version 1.3.3 unterstützt sowohl das alte als auch das neue AuthBlock Format wobei das zu verwendete Version per Konfiguration geändert werden kann. Da aus aktueller Sicht offen ist ab wann das ID Austria Backend das neue Format unterstützt und ob eine parallele Unterstützung beide Formate durch das Backend umgesetzt wird, muss der MS-Connector bis auf weiteres mit dem Konfigurationsparameter ```eidas.ms.auth.eIDAS.authblock.use.legacy.version=true```, für die Erstellung des alten AuthBlock Formats, betrieben werden.
+
+5. Neue optionale Konfigurationsparameter
+
+ - *ID Austria AuthBlock Format*
+ - ```eidas.ms.auth.eIDAS.authblock.use.legacy.version```
+
diff --git a/infos/ms-proxyservice/history.txt b/infos/ms-proxyservice/history.txt
index 048ae73a..e9a7cec4 100644
--- a/infos/ms-proxyservice/history.txt
+++ b/infos/ms-proxyservice/history.txt
@@ -1,6 +1,6 @@
Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Proxy-Service
-Version 1.0 (2022-xx-xx):
+Version 1.0 (2022-08-28):
- Initiale Version des eIDAS MS-Proxy-Service
diff --git a/infos/ms-proxyservice/readme_1.0.0.md b/infos/ms-proxyservice/readme_1.0.0.md
index b3c50127..9f5725a6 100644
--- a/infos/ms-proxyservice/readme_1.0.0.md
+++ b/infos/ms-proxyservice/readme_1.0.0.md
@@ -1,4 +1,4 @@
-# MS-Proxy-Service v1.0.0 Release vom xx.xx.2022
+# MS-Proxy-Service v1.0.0 Release vom 26.08.2022
## Beschreibung
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.