diff options
author | Thomas <> | 2022-10-11 19:16:17 +0200 |
---|---|---|
committer | Thomas <> | 2022-10-11 19:16:17 +0200 |
commit | 7571d90b2910740424988d0e7e5473dbd2d33cfa (patch) | |
tree | 0ec3dff2328b66831283d53448b3d5425038b2fb /modules/eidas_proxy-sevice/src/main/resources/messages | |
parent | f3f0927a1226b32d1c43a116e3421ded9c181323 (diff) | |
download | National_eIDAS_Gateway-7571d90b2910740424988d0e7e5473dbd2d33cfa.tar.gz National_eIDAS_Gateway-7571d90b2910740424988d0e7e5473dbd2d33cfa.tar.bz2 National_eIDAS_Gateway-7571d90b2910740424988d0e7e5473dbd2d33cfa.zip |
feat(ejustice): add validation to disallow eJusticeRole for legal and natural person in one single request
Diffstat (limited to 'modules/eidas_proxy-sevice/src/main/resources/messages')
-rw-r--r-- | modules/eidas_proxy-sevice/src/main/resources/messages/eidasproxy_messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/eidas_proxy-sevice/src/main/resources/messages/eidasproxy_messages.properties b/modules/eidas_proxy-sevice/src/main/resources/messages/eidasproxy_messages.properties index 3f92d58a..34f0ee86 100644 --- a/modules/eidas_proxy-sevice/src/main/resources/messages/eidasproxy_messages.properties +++ b/modules/eidas_proxy-sevice/src/main/resources/messages/eidasproxy_messages.properties @@ -10,5 +10,6 @@ eidas.proxyservice.09=eIDAS authentication not possible, because legal person is eidas.proxyservice.10=eIDAS authentication not possible, because legal person is requested but not mandate profiles are defined eidas.proxyservice.11=No Authentication request with stated communication token. +eidas.proxyservice.ejustice.01=eJustice attributes for natural and legal person can not supported in a single request. eidas.proxyservice.99=Internal error during eIDAS Proxy-Service authentication
\ No newline at end of file |