diff options
author | Thomas <> | 2022-11-17 16:48:29 +0100 |
---|---|---|
committer | Thomas <> | 2022-11-17 16:48:29 +0100 |
commit | aacc2545abb12328a09cef2cf20ca80a61374836 (patch) | |
tree | 6a05a7e63677748a070f854059ad9962a4edfa7d /modules/authmodule-eIDAS-v2/src/main/resources | |
parent | 1a76153176f57ba5d85343e905061db14c523729 (diff) | |
download | National_eIDAS_Gateway-aacc2545abb12328a09cef2cf20ca80a61374836.tar.gz National_eIDAS_Gateway-aacc2545abb12328a09cef2cf20ca80a61374836.tar.bz2 National_eIDAS_Gateway-aacc2545abb12328a09cef2cf20ca80a61374836.zip |
feat(connector): add validation to disable private-SP support for specific countries
Diffstat (limited to 'modules/authmodule-eIDAS-v2/src/main/resources')
-rw-r--r-- | modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties b/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties index dafa7ce3..615f5f07 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties +++ b/modules/authmodule-eIDAS-v2/src/main/resources/messages/eidas_connector_message.properties @@ -9,7 +9,7 @@ module.eidasauth.01=eIDAS module has an error in configuration: {0}. Reason: {1} module.eidasauth.03=eIDAS module has a general error during request pre-processing. Reason: {0} module.eidasauth.04=eIDAS module has a general error during response post-processing. module.eidasauth.06=eIDAS module was selected, but eIDAS is NOT enabled for SP: {0} - +module.eidasauth.07=Selected country does not allow authentication for service-providers of type private. module.eidasauth.98=eIDAS module has an internal error. Reason: {0} module.eidasauth.99=eIDAS module has an generic internal error. |