diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-05 14:20:24 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-05 14:20:24 +0200 |
commit | 36a0c4b55779c138235ae37216b900415a64f0eb (patch) | |
tree | 1af2c0c208c7b3007d431587c214ccda26b39458 /basicConfig | |
parent | 98700dcfe158b16405bdc103d74c729eeeef158f (diff) | |
download | National_eIDAS_Gateway-36a0c4b55779c138235ae37216b900415a64f0eb.tar.gz National_eIDAS_Gateway-36a0c4b55779c138235ae37216b900415a64f0eb.tar.bz2 National_eIDAS_Gateway-36a0c4b55779c138235ae37216b900415a64f0eb.zip |
add SZRClient test with mockup of an SZR WebService
Diffstat (limited to 'basicConfig')
-rw-r--r-- | basicConfig/default_config.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index 2ad1e24d..a6783749 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -36,7 +36,7 @@ eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true eidas.ms.auth.eIDAS.szrclient.useTestService=true eidas.ms.auth.eIDAS.szrclient.endpoint.prod= -eidas.ms.auth.eIDAS.szrclient.endpoint.test= +eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost/demoszr eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/..... eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password= eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path= |