From 11520da12531f7484bc716f6c6284f65d4e5c201 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 7 Jun 2023 08:58:57 +0200 Subject: feat(ernp): switch to new ERnP REST API v2.0.3(2023) that implements "Meldegesetznovelle 2023) --- ms_specific_connector/src/main/resources/application.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ms_specific_connector') 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= -- cgit v1.2.3