diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-09-11 13:35:52 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-09-11 13:35:52 +0200 |
commit | ea372a857b53b67cb6f7be7f5a1285066aadc9da (patch) | |
tree | ef3c694b9762bfebb0b143ecda2444377220762d /connector/src | |
parent | dd9e461075a23bc75f9db708609a9d0f0ece3901 (diff) | |
download | National_eIDAS_Gateway-ea372a857b53b67cb6f7be7f5a1285066aadc9da.tar.gz National_eIDAS_Gateway-ea372a857b53b67cb6f7be7f5a1285066aadc9da.tar.bz2 National_eIDAS_Gateway-ea372a857b53b67cb6f7be7f5a1285066aadc9da.zip |
some more updates
Diffstat (limited to 'connector/src')
-rw-r--r-- | connector/src/main/resources/properties/external_statuscodes_map.properties | 1 | ||||
-rw-r--r-- | connector/src/main/resources/properties/status_messages_en.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/connector/src/main/resources/properties/external_statuscodes_map.properties b/connector/src/main/resources/properties/external_statuscodes_map.properties index 3e299481..a0951dfb 100644 --- a/connector/src/main/resources/properties/external_statuscodes_map.properties +++ b/connector/src/main/resources/properties/external_statuscodes_map.properties @@ -16,6 +16,7 @@ config.24=9099 ernb.00=4601 ernb.01=4601 ernb.02=4600 +ernb.03=4602 auth.00=1100 diff --git a/connector/src/main/resources/properties/status_messages_en.properties b/connector/src/main/resources/properties/status_messages_en.properties index f5d084b2..80228a47 100644 --- a/connector/src/main/resources/properties/status_messages_en.properties +++ b/connector/src/main/resources/properties/status_messages_en.properties @@ -16,6 +16,7 @@ config.24=Configuration file {1} does not start with {0} prefix. ernb.00=Receive no identity-link from SZR ernb.01=Receive no bPK from SZR ernb.02=SZR response contains an error. ErrorMsg: {0} +ernb.03=Post-processing of eIDAS attributes failed. Reason: {0} auth.00=Service provider: {0} is unknown auth.21=The authentication process was stopped by user |