Try new proxy settings from Stefan, SC-2506

This commit is contained in:
Patrik Holmqvist 2025-01-23 12:49:32 +01:00
parent 391e4b3395
commit 08ce5b4361
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -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