From d71a87f12afb08371a3f50030f183a89d9e319ca Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 12 Aug 2016 11:48:05 +0200 Subject: fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0 --- .../main/resources/resources/properties/id_messages_de.properties | 6 ++++-- .../properties/protocol_response_statuscodes_de.properties | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'id/server/idserverlib/src/main/resources') diff --git a/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties b/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties index e69297301..226e4ac98 100644 --- a/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties +++ b/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties @@ -258,7 +258,7 @@ stork.29=Fehler bei der Generierung von STORK-Attribut (eIdentifier/eLPIdentifie eIDAS.00=eIDAS Engine initialization FAILED. Reason:{0} eIDAS.01=Received eIDAS AuthnRequest is not valid. Reason:{0} -eIDAS.02=Generate eIDAS AuthnRequest FAILED. Reason:{0} +eIDAS.02=Generation of eIDAS AuthnRequest FAILED. Reason:{0} eIDAS.03=Can not connect to eIDAS Node. Reason:No CitizenCountry selected. eIDAS.04=Can not connect to eIDAS Node. Reason:{0} is not a valid CitizenCountry. eIDAS.05=Can not generate eIDAS metadata. Reason:{0} @@ -267,7 +267,9 @@ eIDAS.07=Missing eIDAS-Attribute:{0} eIDAS.08=No valid eIDAs-Node configuration for enityID:{0} eIDAS.09=Received eIDAS Response is not valid. Reason:{0} eIDAS.10=Internal server error. Reason:{0} -eIDAS.11=Received eIDAS Error-Response. Reason:{0} +eIDAS.11=Received eIDAS Error-Response. Reason:{0} +eIDAS.12=Received eIDAS AuthnRequest is not valid. Reason:{0} +eIDAS.13=Generation of eIDAS Response FAILED. Reason:{0} pvp2.01=Fehler beim kodieren der PVP2 Antwort pvp2.02=Ungueltiges Datumsformat diff --git a/id/server/idserverlib/src/main/resources/resources/properties/protocol_response_statuscodes_de.properties b/id/server/idserverlib/src/main/resources/resources/properties/protocol_response_statuscodes_de.properties index bfaf5ffb1..aa30073f0 100644 --- a/id/server/idserverlib/src/main/resources/resources/properties/protocol_response_statuscodes_de.properties +++ b/id/server/idserverlib/src/main/resources/resources/properties/protocol_response_statuscodes_de.properties @@ -225,6 +225,8 @@ eIDAS.08=1304 eIDAS.09=1301 eIDAS.10=9199 eIDAS.11=1302 +eIDAS.12=1305 +eIDAS.13=1307 pvp2.01=6100 pvp2.06=6100 -- cgit v1.2.3