diff options
author | Thomas <> | 2022-12-01 08:21:51 +0100 |
---|---|---|
committer | Thomas <> | 2022-12-01 08:21:51 +0100 |
commit | 709244c42e6dfe339805a1476a70a5690b1ee4dc (patch) | |
tree | aa80c206912e03a3452d61ffbffc694c87d24504 /ms_specific_proxyservice/src/main/resources | |
parent | 0847c9ecc75ccd5d38d09e96c6d09c8326d6a7e5 (diff) | |
download | National_eIDAS_Gateway-709244c42e6dfe339805a1476a70a5690b1ee4dc.tar.gz National_eIDAS_Gateway-709244c42e6dfe339805a1476a70a5690b1ee4dc.tar.bz2 National_eIDAS_Gateway-709244c42e6dfe339805a1476a70a5690b1ee4dc.zip |
feat(proxyservice): add configuration flag to disable error forwarding to eIDAS Node
Diffstat (limited to 'ms_specific_proxyservice/src/main/resources')
-rw-r--r-- | ms_specific_proxyservice/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms_specific_proxyservice/src/main/resources/application.properties b/ms_specific_proxyservice/src/main/resources/application.properties index b81cb612..084a6963 100644 --- a/ms_specific_proxyservice/src/main/resources/application.properties +++ b/ms_specific_proxyservice/src/main/resources/application.properties @@ -66,6 +66,7 @@ eidas.ms.auth.eIDAS.proxy.attribute.mapping.config=misc/idaAttributeMapping.json #### eIDAS ms-specific Proxy-Service configuration eidas.ms.auth.eIDAS.node_v2.proxy.entityId=ownSpecificProxy #eidas.ms.auth.eIDAS.node_v2.proxy.forward.endpoint= +eidas.ms.auth.eIDAS.node_v2.proxy.forward.errors=false eidas.ms.auth.eIDAS.node_v2.forward.method=POST # Mandate configuration |