From 6b93c404726457a04cb52430d40abcf23fdd8f31 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 11 Oct 2022 16:40:54 +0200 Subject: feat(ejustic): add work-around to support BORIS eJustice attribute for natural person on IDA system eJustice attributes are implemented by using mandates on IDA side. However, European Commission only supports authentication without mandates. This work-around integrates both requirements into MS-Proxy-Service --- .../src/main/resources/spring/eidas_proxy-service.beans.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/eidas_proxy-sevice/src/main/resources') diff --git a/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml b/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml index 38bd44da..361802eb 100644 --- a/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml +++ b/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml @@ -38,4 +38,7 @@ + + \ No newline at end of file -- cgit v1.2.3