Upgrade proxy in prod
Ref: SC-785
This commit is contained in:
parent
49379c16d4
commit
c66d4a02a7
5 changed files with 14 additions and 1 deletions
|
@ -101,3 +101,5 @@ management.server.ssl.enabled=true
|
|||
|
||||
proxy-service.syslog.enabled=true
|
||||
|
||||
#Private SP requests from other eIDAS countries
|
||||
proxy-service.private-sp.enabled=true
|
||||
|
|
|
@ -4,6 +4,13 @@
|
|||
# - natToEidasMapping = National IdP:s are allowed to respond with national LoA. These counts as non notified eID
|
||||
# - natToEidasNotifiedMapping = National IdP:s are allowed to respond with national LoA. These counts as notified eID
|
||||
|
||||
idp.freja.entityid=https://idp-sweden-connect-valfr-2017.prod.frejaeid.com
|
||||
idp.freja.loapolicy=justEidasLoa
|
||||
idp.freja.consent=false
|
||||
idp.freja.deriveDob=false
|
||||
idp.freja.privateSpSupport=true
|
||||
idp.freja.index=0
|
||||
|
||||
#idp.testIdp.entityid=http://qa.test.swedenconnect.se/idp
|
||||
#idp.testIdp.name.sv=Test ID-tjänst
|
||||
#idp.testIdp.name.en=Test IdP
|
||||
|
|
|
@ -17,6 +17,9 @@ This is the Swedish proxy service of the Swedish eIDAS Pilot
|
|||
<tr><td>National SP Metadata</td>
|
||||
<td><a href="nat-metadata">${proxy-service.domain.prefix}/nat-metadata</a></td></tr>
|
||||
|
||||
<tr><td>Private Sector SP Metadata</td>
|
||||
<td><a href="nat-metadata${proxy-service.private-sp.suffix}">${proxy-service.domain.prefix}/nat-metadata${proxy-service.private-sp.suffix}</a></td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
**Metadata validation certificate:**
|
||||
|
|
|
@ -33,3 +33,4 @@ psmd.idp.assuranceCertifications=\
|
|||
http://eidas.europa.eu/LoA/NotNotified/low,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/substantial,\
|
||||
http://eidas.europa.eu/LoA/NotNotified/high
|
||||
psmd.idp.termsofaccessRequesterId=true
|
||||
|
|
|
@ -852,7 +852,7 @@ demw-2.sveidas.se:
|
|||
autoupdate:
|
||||
servicemonitor:
|
||||
eidas_proxy:
|
||||
version: 1.3.6_hsm2
|
||||
version: 1.4.5_hsm2
|
||||
hostname: proxy.eidas.swedenconnect.se
|
||||
spring_config_param: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||
sunet::frontend::register_sites:
|
||||
|
|
Loading…
Add table
Reference in a new issue