diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-10-31 08:15:36 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-10-31 08:15:36 +0100 |
commit | 319dff9d1a119f94789b30e4d4e0d1df25ba7ce6 (patch) | |
tree | 2e836465e9fb0e4721a526cb3ce82ee3f0cf8997 /basicConfig | |
parent | b424e20e6497d6eadb559054d884f9f65d69411d (diff) | |
download | National_eIDAS_Gateway-319dff9d1a119f94789b30e4d4e0d1df25ba7ce6.tar.gz National_eIDAS_Gateway-319dff9d1a119f94789b30e4d4e0d1df25ba7ce6.tar.bz2 National_eIDAS_Gateway-319dff9d1a119f94789b30e4d4e0d1df25ba7ce6.zip |
add static ProviderName in case of PublicSPs
Diffstat (limited to 'basicConfig')
-rw-r--r-- | basicConfig/default_config.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index df2f899b..2f809ddb 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -26,12 +26,12 @@ eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret ## eIDAS Ref. Implementation connector ### eidas.ms.auth.eIDAS.node_v2.entityId=ownSpecificConnector eidas.ms.auth.eIDAS.node_v2.forward.endpoint= -#eidas.ms.auth.eIDAS.node_v2.forward.endpoint= eidas.ms.auth.eIDAS.node_v2.forward.method=POST eidas.ms.auth.eIDAS.node_v2.countrycode=AT eidas.ms.auth.eIDAS.node_v2.publicSectorTargets=.* eidas.ms.auth.eIDAS.node_v2.workarounds.addAlwaysProviderName=true eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true +eidas.ms.auth.eIDAS.node_v2.workarounds.useStaticProviderNameForPublicSPs=true eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/high |