diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-07 18:16:45 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-11 10:10:36 +0100 |
commit | 55d809e4b4df5c7ca9ba2bdf371f7f9376302ea8 (patch) | |
tree | e03165aa7283f049a3e099af3558d7547cb29a0d /connector | |
parent | 41398d8a2aa153915e1c264fcb4f946f36e3368d (diff) | |
download | National_eIDAS_Gateway-55d809e4b4df5c7ca9ba2bdf371f7f9376302ea8.tar.gz National_eIDAS_Gateway-55d809e4b4df5c7ca9ba2bdf371f7f9376302ea8.tar.bz2 National_eIDAS_Gateway-55d809e4b4df5c7ca9ba2bdf371f7f9376302ea8.zip |
Resolve merge comments
Diffstat (limited to 'connector')
-rw-r--r-- | connector/src/main/resources/properties/status_messages_en.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/connector/src/main/resources/properties/status_messages_en.properties b/connector/src/main/resources/properties/status_messages_en.properties index 80228a47..c430fc90 100644 --- a/connector/src/main/resources/properties/status_messages_en.properties +++ b/connector/src/main/resources/properties/status_messages_en.properties @@ -6,6 +6,9 @@ eidas.04=Request contains no sessionToken. Authentication process stops eidas.05=Received eIDAS response-message is not valid. Reason: {0} eidas.06=LoA from eIDAS response-message {0} does not match to requested LoA eidas.07=eIDAS Response attribute-validation FAILED. Attribute:{0} Reason: {1} +eidas.08=An unexpected error occurred. +eidas.09=An error occurred while loading your data from official registers. Please contact the support. + config.01=No configuration-file parameter found. Maybe Java SystemD parameter is missing config.03=Can not load configuration from path {0} (See logs for more details) |