aboutsummaryrefslogtreecommitdiff
path: root/basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-30 12:43:48 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-30 12:43:48 +0100
commitee157cd4417064e88414edd3c53912395164c74b (patch)
treee97261e6436a18f1bd0c96ac5275cf8ec315f49c /basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml
parent051ba1644821e825a5b22055d0f32231f4ba6fa1 (diff)
downloadNational_eIDAS_Gateway-ee157cd4417064e88414edd3c53912395164c74b.tar.gz
National_eIDAS_Gateway-ee157cd4417064e88414edd3c53912395164c74b.tar.bz2
National_eIDAS_Gateway-ee157cd4417064e88414edd3c53912395164c74b.zip
add default configuration files1.0.0
Diffstat (limited to 'basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml')
-rw-r--r--basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml b/basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml
new file mode 100644
index 00000000..4b82191e
--- /dev/null
+++ b/basicConfig/eIDAS/specificCommunicationDefinitionProxyservice.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+# Copyright (c) 2017 European Commission
+# Licensed under the EUPL, Version 1.2 or – as soon they will be
+# approved by the European Commission - subsequent versions of the
+# EUPL (the "Licence");
+# You may not use this work except in compliance with the Licence.
+# You may obtain a copy of the Licence at:
+# * https://joinup.ec.europa.eu/page/eupl-text-11-12
+# *
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the Licence is distributed on an "AS IS" basis,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the Licence for the specific language governing permissions and limitations under the Licence.
+ -->
+
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<properties>
+ <entry key="distributedCommunicationMaps">true</entry>
+
+ <!-- issuer name -->
+ <entry key="lightToken.proxyservice.request.issuer.name">specificCommunicationDefinitionProxyserviceRequest</entry>
+ <!--secrets and algorithms for request consent token-->
+ <entry key="lightToken.proxyservice.request.secret">mySecretProxyserviceRequest</entry>
+ <entry key="lightToken.proxyservice.request.algorithm">SHA-256</entry>
+
+ <!-- issuer name -->
+ <entry key="lightToken.proxyservice.response.issuer.name">specificCommunicationDefinitionProxyserviceResponse</entry>
+ <!--secrets and algorithms for response consent token-->
+ <entry key="lightToken.proxyservice.response.secret">mySecretProxyserviceResponse</entry>
+ <entry key="lightToken.proxyservice.response.algorithm">SHA-256</entry>
+</properties>