Upgrade proxy in Test
Ref: SC-2287
This commit is contained in:
parent
c9186e2e0e
commit
45b3e753f4
3 changed files with 6 additions and 5 deletions
|
@ -109,3 +109,8 @@ proxy-service.signature-algorithm.natsp.md=${proxy-service.signature-algorithm.n
|
|||
|
||||
#Private SP requests from other eIDAS countries
|
||||
proxy-service.private-sp.enabled=true
|
||||
|
||||
#HTTP configuration
|
||||
#These configuration properties allow configuration of the HTTP client used to obtain metadata as well as for OpenID connect operations such as retrieving ID tokens and user-info tokens from the OP.
|
||||
proxy-service.http.connect-timeout=1000
|
||||
proxy-service.http.read-timeout=5000
|
||||
|
|
|
@ -17,10 +17,6 @@ oidc-config.op.bid-op.op-metadata-location=file://${proxy-service.path.prefix}/m
|
|||
oidc-config.op.bid-op.op-jwks-metadata-location=file://${proxy-service.path.prefix}/metadata/oidc/bid-op-jwks.json
|
||||
oidc-config.return-url=${proxy-service.domain.prefix}/oidc/return
|
||||
|
||||
# HTTP configuration
|
||||
http.connect-timeout=1000
|
||||
http.read-timeout=5000
|
||||
|
||||
# User messages
|
||||
user-message.default.sv=Sveriges internationella nod för e-legitimering
|
||||
user-message.default.en=Sweden Connect - Cross-border Digital Identification
|
||||
|
|
|
@ -1156,7 +1156,7 @@ log-1.sveidas.se:
|
|||
autoupdate:
|
||||
proxy_eidas_metadata:
|
||||
eidas_proxy:
|
||||
version: 2.0.4_hsm2
|
||||
version: 3.0.0_hsm2
|
||||
hostname: test.proxy.eidas.swedenconnect.se
|
||||
spring_config_param: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||
sunet::frontend::register_sites:
|
||||
|
|
Loading…
Add table
Reference in a new issue