From 86b482df7a9f306bc197330d3b7f28256d4aa587 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 31 Jul 2018 21:38:14 +0200 Subject: [PATCH] addl config for 1.1.4 --- .../overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties | 4 ++++ .../overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties b/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties index dbab3852..fd5edee5 100644 --- a/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties +++ b/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties @@ -1,4 +1,8 @@ psmd.gen.entityID=${proxy-service.domain.prefix}/ServiceMetadata +# Protocol version is the supported eIDAS protocol version. A coma separated list of versions may be provided if more than one are supported. +psmd.gen.supportedProtocolVersions=1.0,1.1,1.2 +# Application ID prefix MUST have the format {provider name}:{application ID}: e.g. "SE-eidas:proxy-service:" +psmd.gen.applicationIdPrefix=SE:proxy-service: psmd.ext.supportedEncAlgos=\ http://www.w3.org/2009/xmlenc11#aes128-gcm,\ http://www.w3.org/2009/xmlenc11#aes192-gcm,\ diff --git a/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties b/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties index dbab3852..fd5edee5 100644 --- a/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties +++ b/eidas-qa-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties @@ -1,4 +1,8 @@ psmd.gen.entityID=${proxy-service.domain.prefix}/ServiceMetadata +# Protocol version is the supported eIDAS protocol version. A coma separated list of versions may be provided if more than one are supported. +psmd.gen.supportedProtocolVersions=1.0,1.1,1.2 +# Application ID prefix MUST have the format {provider name}:{application ID}: e.g. "SE-eidas:proxy-service:" +psmd.gen.applicationIdPrefix=SE:proxy-service: psmd.ext.supportedEncAlgos=\ http://www.w3.org/2009/xmlenc11#aes128-gcm,\ http://www.w3.org/2009/xmlenc11#aes192-gcm,\