From 26c31db942450519ba0ea5eac0c301a88841965c Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 7 Jun 2023 09:45:37 +0200 Subject: fix(ernp): change JSON API because it has some bugs Reason: some elements are 'date' now, but was defined as 'date-time' --- ms_specific_connector/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 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 83fccab4..999a3106 100644 --- a/ms_specific_connector/src/main/resources/application.properties +++ b/ms_specific_connector/src/main/resources/application.properties @@ -178,7 +178,7 @@ eidas.ms.auth.eIDAS.zmrclient.debug.logfullmessages=false #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 +eidas.ms.auth.eIDAS.ernpclient.api.features.2023=true -- cgit v1.2.3