diff options
author | Thomas <> | 2023-06-07 08:58:57 +0200 |
---|---|---|
committer | Thomas <> | 2023-06-07 08:58:57 +0200 |
commit | 11520da12531f7484bc716f6c6284f65d4e5c201 (patch) | |
tree | 82db4cf22a40b6b2130974b08ecfae1f24bbcc6b /ms_specific_connector/src | |
parent | a2b1df739eefaa4babd7f67f905a18127135b94d (diff) | |
download | National_eIDAS_Gateway-11520da12531f7484bc716f6c6284f65d4e5c201.tar.gz National_eIDAS_Gateway-11520da12531f7484bc716f6c6284f65d4e5c201.tar.bz2 National_eIDAS_Gateway-11520da12531f7484bc716f6c6284f65d4e5c201.zip |
feat(ernp): switch to new ERnP REST API v2.0.3(2023) that implements "Meldegesetznovelle 2023)
Diffstat (limited to 'ms_specific_connector/src')
-rw-r--r-- | ms_specific_connector/src/main/resources/application.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ms_specific_connector/src/main/resources/application.properties b/ms_specific_connector/src/main/resources/application.properties index 2c37ffba..83fccab4 100644 --- a/ms_specific_connector/src/main/resources/application.properties +++ b/ms_specific_connector/src/main/resources/application.properties @@ -170,13 +170,18 @@ eidas.ms.auth.eIDAS.zmrclient.debug.logfullmessages=false # ERnP communication #eidas.ms.auth.eIDAS.ernpclient.endpoint=http://localhost:1718/demoernp -#eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr=jUnit123456 #eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.type=jks #eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.path=../keystore/junit_test.jks #eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.password=password #eidas.ms.auth.eIDAS.ernpclient.ssl.key.alias=meta #eidas.ms.auth.eIDAS.ernpclient.ssl.key.password=password +#eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr=jUnit123456 +eidas.ms.auth.eIDAS.ernpclient.api.person.add.gender=Keine Angabe +eidas.ms.auth.eIDAS.ernpclient.api.features.2023=false + + + # SAML2 ID Austria client for matching #eidas.ms.modules.idaustriaclient.keystore.type=jks #eidas.ms.modules.idaustriaclient.keystore.path= |