diff --git a/eidas-test-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties b/eidas-test-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties index f3d9399a..2a486edb 100644 --- a/eidas-test-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties +++ b/eidas-test-proxy/overlay/etc/eidas-proxy/se/cfg/psidp-metadata.properties @@ -1,20 +1,20 @@ 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.1,1.2 +psmd.gen.supportedProtocolVersions=1.2,1.3,1.4 # 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#aes256-gcm,\ http://www.w3.org/2009/xmlenc11#aes192-gcm,\ - http://www.w3.org/2009/xmlenc11#aes256-gcm + http://www.w3.org/2009/xmlenc11#aes128-gcm psmd.ext.supportedSigAlgorithms=\ - http://www.w3.org/2001/04/xmldsig-more#rsa-sha512,\ - http://www.w3.org/2001/04/xmldsig-more#rsa-sha256,\ + http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1,\ + http://www.w3.org/2007/05/xmldsig-more#sha512-rsa-MGF1,\ http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256 psmd.ext.supportedDigestAlgorithms=\ - http://www.w3.org/2001/04/xmldsig-more#sha384,\ + http://www.w3.org/2001/04/xmlenc#sha256,\ http://www.w3.org/2001/04/xmlenc#sha512,\ - http://www.w3.org/2001/04/xmlenc#sha256 + http://www.w3.org/2001/04/xmldsig-more#sha384 psmd.idp.nameIDFormats=\ urn:oasis:names:tc:SAML:2.0:nameid-format:persistent,\ urn:oasis:names:tc:SAML:2.0:nameid-format:transient,\ @@ -31,4 +31,3 @@ psmd.idp.assuranceCertifications=\ http://eidas.europa.eu/LoA/low,\ http://eidas.europa.eu/LoA/NotNotified/substantial psmd.idp.termsofaccessRequesterId=false -psmd.gen.supportedProtocolVersions=1.2,1.3,1.4