Rename validation cert, SC-2670
This commit is contained in:
parent
6387fd400b
commit
16ff071691
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ connector:
|
||||||
backup-directory: ${CONNECTOR_DIRECTORY}/backup
|
backup-directory: ${CONNECTOR_DIRECTORY}/backup
|
||||||
eu-metadata:
|
eu-metadata:
|
||||||
location: https://test.md.eidas.swedenconnect.se/role/idp.xml
|
location: https://test.md.eidas.swedenconnect.se/role/idp.xml
|
||||||
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sctest2.crt
|
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sc-test-signer.crt
|
||||||
prid:
|
prid:
|
||||||
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
|
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
|
||||||
idp:
|
idp:
|
||||||
|
@ -138,7 +138,7 @@ saml:
|
||||||
metadata-providers:
|
metadata-providers:
|
||||||
- location: https://test.md.swedenconnect.se/role/sp.xml
|
- location: https://test.md.swedenconnect.se/role/sp.xml
|
||||||
backup-location: ${connector.backup-directory}/metadata/sc-cache.xml
|
backup-location: ${connector.backup-directory}/metadata/sc-cache.xml
|
||||||
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sctest2.crt
|
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sc-test-signer.crt
|
||||||
credentials:
|
credentials:
|
||||||
# Use same as for IdP except for the metadata signing credential
|
# Use same as for IdP except for the metadata signing credential
|
||||||
sign:
|
sign:
|
||||||
|
|
Loading…
Add table
Reference in a new issue