From fd692be28186154ec5d217dfa35dbae45e5e0166 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 25 Aug 2022 14:59:03 +0200 Subject: 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 --- infos/ms-connector/Handbuch_MS-eIDAS-Node.docx | Bin 51246 -> 51447 bytes .../handbook/Handbuch_MS-Connector.pdf | Bin 605558 -> 611320 bytes infos/ms-connector/history.txt | 5 +++-- infos/ms-connector/readme_1.3.3.md | 10 +++++++++- infos/ms-proxyservice/history.txt | 2 +- infos/ms-proxyservice/readme_1.0.0.md | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) (limited to 'infos') diff --git a/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx b/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx index d4cfd501..0271359c 100644 Binary files a/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx and b/infos/ms-connector/Handbuch_MS-eIDAS-Node.docx 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 Binary files a/infos/ms-connector/handbook/Handbuch_MS-Connector.pdf and b/infos/ms-connector/handbook/Handbuch_MS-Connector.pdf 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. -- cgit v1.2.3