diff options
author | Thomas <> | 2022-05-18 08:07:35 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-18 08:07:35 +0200 |
commit | 2973d8846f21b8feaf541f4239cb1400a9c72041 (patch) | |
tree | c3fea6e5a14371af326848a8d3db8aed8fc18f35 /basicConfig | |
parent | 07a2590e874288f002c725ac279d0bc0587b8beb (diff) | |
download | National_eIDAS_Gateway-2973d8846f21b8feaf541f4239cb1400a9c72041.tar.gz National_eIDAS_Gateway-2973d8846f21b8feaf541f4239cb1400a9c72041.tar.bz2 National_eIDAS_Gateway-2973d8846f21b8feaf541f4239cb1400a9c72041.zip |
chore(core): add web-service endpoints into example configuration
Diffstat (limited to 'basicConfig')
-rw-r--r-- | basicConfig/default_config.properties | 8 |
1 files 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= |