diff options
author | Thomas <> | 2022-04-01 21:47:48 +0200 |
---|---|---|
committer | Thomas <> | 2022-04-01 21:47:48 +0200 |
commit | 49a945fa17ee06f38ddada441df7a1f29c58e317 (patch) | |
tree | fcdff1e3a191a7479ed9468b4f5672b75859ad19 /connector/src/main | |
parent | d23001c7436559fade8647ffdaa158080c05f0b7 (diff) | |
download | National_eIDAS_Gateway-49a945fa17ee06f38ddada441df7a1f29c58e317.tar.gz National_eIDAS_Gateway-49a945fa17ee06f38ddada441df7a1f29c58e317.tar.bz2 National_eIDAS_Gateway-49a945fa17ee06f38ddada441df7a1f29c58e317.zip |
feat(szr): add configuration property to activate/deactivate work-around for insertErnp in case of IDA mode
Diffstat (limited to 'connector/src/main')
-rw-r--r-- | connector/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector/src/main/resources/application.properties b/connector/src/main/resources/application.properties index e7437840..73a258d7 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -100,7 +100,7 @@ eidas.ms.auth.eIDAS.szrclient.eidasbind.mds.inject=false #Raw eIDAS Id data storage eidas.ms.auth.eIDAS.szrclient.workarounds.eidmapping.revisionlog.active=true - +eidas.ms.auth.eIDAS.szrclient.workarounds.use.getidentitylink.for.ida=true eidas.ms.auth.eIDAS.szrclient.params.setPlaceOfBirthIfAvailable=true eidas.ms.auth.eIDAS.szrclient.params.setBirthNameIfAvailable=true |