Limiting eidas protocol version in Proxy for Production and Test

SC-973
This commit is contained in:
Maria Haider 2022-05-03 16:59:48 +02:00
parent f017524c75
commit c493eb064e
Signed by: mariah
GPG key ID: 7414A760CA747E57
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
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
psmd.gen.supportedProtocolVersions=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=\

View file

@ -1,6 +1,6 @@
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
psmd.gen.supportedProtocolVersions=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=\