reset prod config
This commit is contained in:
parent
f8121e7603
commit
758f01f47c
5 changed files with 15 additions and 15 deletions
|
@ -35,6 +35,7 @@ proxy-service.country=SE
|
|||
# Location can be specified as "classpath:" or as file path e.g "/opt/webapp/eidas-ps/keystore/keyStore.jks"
|
||||
|
||||
proxy-service.pkcs11.external-config-locations=${spring.config.location}/pkcs11.cfg
|
||||
proxy-service.pkcs11.reloadable-keys=false
|
||||
|
||||
proxy-service.keySourceType=PKCS11
|
||||
proxy-service.keySourcePass=${proxy-service.pkcs11.pin}
|
||||
|
@ -67,33 +68,28 @@ proxy-service.consent.valuetranslation=urn:oid:1.3.6.1.5.5.7.9.3
|
|||
proxy-service.welcomepage.markdown=${proxy-service.path.prefix}/cfg/infotext.md
|
||||
|
||||
#Metadata Service List location specified as either URL (http or https), "file://" or "classpath:"
|
||||
proxy-service.eidasMdListLocation=https://qa.md.eidas.swedenconnect.se/mdservicelist-aggregate.xml
|
||||
proxy-service.eidasMdListLocation=https://md.eidas.swedenconnect.se/mdservicelist-aggregate.xml
|
||||
|
||||
# Optional certificate file for validating metadata service list file signatures
|
||||
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
||||
proxy-service.eidasMdListCertFile=${proxy-service.path.prefix}/cfg/metadata.crt
|
||||
|
||||
#Metadata location for aggregated metadata specified as either URL (http or https), "file://" or "classpath:"
|
||||
proxy-service.eidasMetadataLocation=https://qa.md.eidas.swedenconnect.se/role/sp.xml
|
||||
proxy-service.eidasMetadataLocation=https://md.eidas.swedenconnect.se/role/sp.xml
|
||||
|
||||
# Optional certificate file for validating metadata signatures
|
||||
# If no certificate is specified then proxy-service.dev.ignoreMetadataSignCheck=true must be set
|
||||
proxy-service.eidasMetadataCertFile=${proxy-service.path.prefix}/cfg/metadata.crt
|
||||
proxy-service.eidasMetadataCertFile=${proxy-service.path.prefix}/cfg/swedenconnect-signer.crt
|
||||
|
||||
# Optional cache dir for caching downloaded metadata. If not set, cache is stored in memory.
|
||||
proxy-service.eidasMetadataCacheDirName=${proxy-service.path.prefix}/ps-mdcache
|
||||
|
||||
#Metadata location for national IdP metadata specified as either URL (http or https), "file://" or "classpath:"
|
||||
|
||||
proxy-service.nationalMetadata.test.location=http://eid.svelegtest.se/metadata/mdx/role/idp.xml
|
||||
proxy-service.nationalMetadata.test.certFile=${proxy-service.path.prefix}/cfg/se-metadata-cert.crt
|
||||
proxy-service.nationalMetadata.test.cacheFile=${proxy-service.path.prefix}/cache/test-metadata.xml
|
||||
proxy-service.nationalMetadata.test.index=1
|
||||
|
||||
proxy-service.nationalMetadata.qa.location=https://qa.md.swedenconnect.se/role/idp.xml
|
||||
proxy-service.nationalMetadata.qa.certFile=${proxy-service.path.prefix}/cfg/metadata.crt
|
||||
proxy-service.nationalMetadata.qa.cacheFile=${proxy-service.path.prefix}/cache/qa-metadata.xml
|
||||
proxy-service.nationalMetadata.qa.index=0
|
||||
proxy-service.nationalMetadata.prod.location=https://md.swedenconnect.se/role/idp.xml
|
||||
proxy-service.nationalMetadata.prod.certFile=${proxy-service.path.prefix}/cfg/swedenconnect-signer.crt
|
||||
proxy-service.nationalMetadata.prod.cacheFile=${proxy-service.path.prefix}/cache/prod-metadata.xml
|
||||
proxy-service.nationalMetadata.prod.index=0
|
||||
|
||||
management.context-path=/manage
|
||||
management.security.enabled=false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
psgen.country=${proxy-service.country}
|
||||
psgen.name=Sweden eIDAS ProxyService
|
||||
psgen.orgName=Sweden Connect
|
||||
psgen.dispName=Swedish eIDAS Proxy Service QA
|
||||
psgen.dispName=Swedish eIDAS Proxy Service
|
||||
psgen.orgUrl=https://swedenconnect.se
|
||||
psgen.supportGivenName=Customer support
|
||||
psgen.techGivenName=Technical support
|
||||
|
|
|
@ -5,8 +5,8 @@ natsp.displayNames={\
|
|||
sv:'Sveriges internationella legitimeringsnod'\
|
||||
}
|
||||
natsp.descriptions={\
|
||||
en:'Test service for the Swedish eIDAS Pilot New Local',\
|
||||
sv:'Testtjänst för Svenska eIDAS piloten'\
|
||||
en:'Swedish eIDAS Service',\
|
||||
sv:'Svenska eIDAS Tjänsten'\
|
||||
}
|
||||
# Logos are specified as a map with the url as key followed by height,width[,lang] as comma separated parameters.
|
||||
natsp.logos={\
|
||||
|
|
|
@ -28,6 +28,8 @@ psmd.idp.supportedAttributes=\
|
|||
http://eidas.europa.eu/attributes/naturalperson/Gender
|
||||
psmd.idp.assuranceCertifications=\
|
||||
http://eidas.europa.eu/LoA/high,\
|
||||
http://eidas.europa.eu/LoA/substantial,\
|
||||
http://eidas.europa.eu/LoA/low,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/low,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/substantial,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/high
|
||||
|
|
|
@ -28,6 +28,8 @@ psmd.idp.supportedAttributes=\
|
|||
http://eidas.europa.eu/attributes/naturalperson/Gender
|
||||
psmd.idp.assuranceCertifications=\
|
||||
http://eidas.europa.eu/LoA/high,\
|
||||
http://eidas.europa.eu/LoA/substantial,\
|
||||
http://eidas.europa.eu/LoA/low,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/low,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/substantial,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/high
|
||||
|
|
Loading…
Add table
Reference in a new issue