Update URLs to match QA-connector, SC-2670
This commit is contained in:
parent
8e58b41470
commit
697b3605df
1 changed files with 4 additions and 4 deletions
|
@ -79,13 +79,13 @@ connector:
|
||||||
base-url: https://${connector.domain}${server.servlet.context-path}
|
base-url: https://${connector.domain}${server.servlet.context-path}
|
||||||
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://qa.md.eidas.swedenconnect.se/role/idp.xml
|
||||||
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
|
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
|
||||||
prid:
|
prid:
|
||||||
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
|
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
|
||||||
idp:
|
idp:
|
||||||
ping-whitelist:
|
ping-whitelist:
|
||||||
- https://test.test.swedenconnect.se/sp
|
- https://qa.test.swedenconnect.se/sp
|
||||||
# idm:
|
# idm:
|
||||||
# TODO: Change to true when IdM integration should be turned on
|
# TODO: Change to true when IdM integration should be turned on
|
||||||
# active: false
|
# active: false
|
||||||
|
@ -105,7 +105,7 @@ connector:
|
||||||
|
|
||||||
saml:
|
saml:
|
||||||
idp:
|
idp:
|
||||||
entity-id: https://test.connector.eidas.swedenconnect.se/eidas
|
entity-id: https://qa.connector.eidas.swedenconnect.se/eidas
|
||||||
base-url: ${connector.base-url}
|
base-url: ${connector.base-url}
|
||||||
session:
|
session:
|
||||||
module: <%= @session_backend %>
|
module: <%= @session_backend %>
|
||||||
|
@ -113,7 +113,7 @@ saml:
|
||||||
type: <%= @session_backend %>
|
type: <%= @session_backend %>
|
||||||
context: "connector-replay-cache"
|
context: "connector-replay-cache"
|
||||||
metadata-providers:
|
metadata-providers:
|
||||||
- location: https://test.md.swedenconnect.se/role/sp.xml
|
- location: https://qa.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/metadata.crt
|
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
|
||||||
credentials:
|
credentials:
|
||||||
|
|
Loading…
Add table
Reference in a new issue