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}
|
||||
backup-directory: ${CONNECTOR_DIRECTORY}/backup
|
||||
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
|
||||
prid:
|
||||
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
|
||||
idp:
|
||||
ping-whitelist:
|
||||
- https://test.test.swedenconnect.se/sp
|
||||
- https://qa.test.swedenconnect.se/sp
|
||||
# idm:
|
||||
# TODO: Change to true when IdM integration should be turned on
|
||||
# active: false
|
||||
|
@ -105,7 +105,7 @@ connector:
|
|||
|
||||
saml:
|
||||
idp:
|
||||
entity-id: https://test.connector.eidas.swedenconnect.se/eidas
|
||||
entity-id: https://qa.connector.eidas.swedenconnect.se/eidas
|
||||
base-url: ${connector.base-url}
|
||||
session:
|
||||
module: <%= @session_backend %>
|
||||
|
@ -113,7 +113,7 @@ saml:
|
|||
type: <%= @session_backend %>
|
||||
context: "connector-replay-cache"
|
||||
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
|
||||
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
|
||||
credentials:
|
||||
|
|
Loading…
Add table
Reference in a new issue