Add static IdP config in application-qa.yml directly, SC-2840
This was due to some issue with the idp-disco-qa.yml not being honored. So we got a list of all IdPs from this metadata URL instead: https://qa.md.swedenconnect.se/role/idp.xml
This commit is contained in:
parent
a7484571dd
commit
94b5199729
1 changed files with 7 additions and 1 deletions
|
@ -67,7 +67,13 @@ sp:
|
|||
discovery:
|
||||
ignore-contracts: true
|
||||
include-only-static: true
|
||||
static-idp-configuration: file:${SP_CONFIG_DIRECTORY}/idp-disco-qa.yml
|
||||
idp:
|
||||
- entity-id: https://qa.connector.eidas.swedenconnect.se/eidas
|
||||
- entity-id: https://idp-sweden-connect-valfr-2017-ct.test.frejaeid.com
|
||||
logo-url: https://idp-sweden-connect-valfr-2017-ct.test.frejaeid.com/idp/images/frejaeid_logo.svg
|
||||
logo-height: 75
|
||||
logo-width: 75
|
||||
- entity-id: http://qa.test.swedenconnect.se/idp
|
||||
federation:
|
||||
metadata:
|
||||
url: https://qa.md.swedenconnect.se/role/idp.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue