diff options
author | Thomas <> | 2022-06-03 07:16:44 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-03 07:16:44 +0200 |
commit | 86da2487154632cfe5b280ffd87933d08571029b (patch) | |
tree | 5fd13d99feeb56ea512fb67c58692c63ec85e008 /basicConfig/default_config.properties | |
parent | 7100b253fe4712f6c820d11ed341366b3ec67623 (diff) | |
parent | 2eb2e6ddeb189ffb2996f3ec3b16244a67bd13e9 (diff) | |
download | National_eIDAS_Gateway-86da2487154632cfe5b280ffd87933d08571029b.tar.gz National_eIDAS_Gateway-86da2487154632cfe5b280ffd87933d08571029b.tar.bz2 National_eIDAS_Gateway-86da2487154632cfe5b280ffd87933d08571029b.zip |
Merge branch 'feature/eidasnode_v2.6' into feature/ms_proxy_before_refactoring
# Conflicts:
# basicConfig/templates/error_message.html
# modules/core_common_webapp/src/main/java/at/asitplus/eidas/specific/core/builder/AuthenticationDataBuilder.java
Diffstat (limited to 'basicConfig/default_config.properties')
-rw-r--r-- | basicConfig/default_config.properties | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index 63f28373..b14c0221 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= @@ -48,12 +48,30 @@ eidas.ms.auth.eIDAS.ernpclient.ssl.key.alias= eidas.ms.auth.eIDAS.ernpclient.ssl.key.password= eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr= +# SAML2 ID Austria client for matching +eidas.ms.modules.idaustriaclient.keystore.type=jks +eidas.ms.modules.idaustriaclient.keystore.path=keys/... +eidas.ms.modules.idaustriaclient.keystore.password= +eidas.ms.modules.idaustriaclient.metadata.sign.alias= +eidas.ms.modules.idaustriaclient.metadata.sign.password= +eidas.ms.modules.idaustriaclient.request.sign.alias= +eidas.ms.modules.idaustriaclient.request.sign.password= +eidas.ms.modules.idaustriaclient.response.encryption.alias= +eidas.ms.modules.idaustriaclient.response.encryption.password= + +eidas.ms.modules.idaustriaclient.truststore.type=jks +eidas.ms.modules.idaustriaclient.truststore.path=keys/id_austria_truststore.jks +eidas.ms.modules.idaustriaclient.truststore.password=trustIda + +eidas.ms.modules.idaustriaclient.idaustria.idp.entityId=https://eid2.oesterreich.gv.at/auth/idp/shibboleth + + ############################################# #### 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= |