From 2973d8846f21b8feaf541f4239cb1400a9c72041 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 18 May 2022 08:07:35 +0200 Subject: chore(core): add web-service endpoints into example configuration --- basicConfig/default_config.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index 63f28373..980c7721 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -31,7 +31,7 @@ eidas.ms.auth.eIDAS.node_v2.forward.endpoint= ############################################# #### eIDAS identity-matching ###### # ZMR communication -eidas.ms.auth.eIDAS.zmrclient.endpoint= +eidas.ms.auth.eIDAS.zmrclient.endpoint=https://stportal.bmi.gv.at/at.gv.bmi.zmrsrv-a/soap/ZMRService eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.type=pkcs12 eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.path=keys/.... eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.password= @@ -40,7 +40,7 @@ eidas.ms.auth.eIDAS.zmrclient.ssl.key.password= eidas.ms.auth.eIDAS.zmrclient.req.organisation.behoerdennr= # ERnP communication -eidas.ms.auth.eIDAS.ernpclient.endpoint= +eidas.ms.auth.eIDAS.ernpclient.endpoint=https://stportal.bmi.gv.at/at.gv.bmi.erpsrv-a/srv/rest/ eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.type=pkcs12 eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.path=keys/.... eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.password= @@ -52,8 +52,8 @@ eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr= ############################################# #### SZR communication ###### eidas.ms.auth.eIDAS.szrclient.useTestService=true -eidas.ms.auth.eIDAS.szrclient.endpoint.prod= -eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr +eidas.ms.auth.eIDAS.szrclient.endpoint.prod=https://stportal.bmi.gv.at/at.gv.bmi.sz2-n-p/SZR +eidas.ms.auth.eIDAS.szrclient.endpoint.test=https://stportal.bmi.gv.at/at.gv.bmi.sz2-n-a/SZR eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.type=pkcs12 eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/..... eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password= -- cgit v1.2.3