addl config for 1.1.4
This commit is contained in:
parent
3d90d3c4ef
commit
86b482df7a
2 changed files with 8 additions and 0 deletions
|
@ -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,\
|
||||
|
|
|
@ -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,\
|
||||
|
|
Loading…
Add table
Reference in a new issue