aboutsummaryrefslogtreecommitdiff
path: root/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml')
-rw-r--r--connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml b/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml
deleted file mode 100644
index c8caf16b..00000000
--- a/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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>
- <entry key="lightToken.proxyservice.request.node.id">specificProxyService</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>
- <entry key="lightToken.proxyservice.response.node.id">specificProxyService</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>
-
- <!--The value of incoming Light Response maximum number characters allowed-->
- <entry key="incoming.lightResponse.max.number.characters">65535</entry>
-</properties>