diff options
author | Thomas <> | 2023-06-07 09:45:37 +0200 |
---|---|---|
committer | Thomas <> | 2023-06-07 09:45:37 +0200 |
commit | 26c31db942450519ba0ea5eac0c301a88841965c (patch) | |
tree | e44246a41845e745db42182cd2aa4d363df0611b /ms_specific_connector/src/main/resources | |
parent | 11520da12531f7484bc716f6c6284f65d4e5c201 (diff) | |
download | National_eIDAS_Gateway-26c31db942450519ba0ea5eac0c301a88841965c.tar.gz National_eIDAS_Gateway-26c31db942450519ba0ea5eac0c301a88841965c.tar.bz2 National_eIDAS_Gateway-26c31db942450519ba0ea5eac0c301a88841965c.zip |
fix(ernp): change JSON API because it has some bugs
Reason: some elements are 'date' now, but was defined as 'date-time'
Diffstat (limited to 'ms_specific_connector/src/main/resources')
-rw-r--r-- | ms_specific_connector/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |