diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-05 12:25:11 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-05 12:25:11 +0200 |
commit | 4c4fd196335fab88486b70728abce16cc799c391 (patch) | |
tree | c388d157f2966a791c0f29e6f5218a8347c2265a /basicConfig/default_config.properties | |
parent | 8d10b11ffa05104fabf242474cc35bc456744ace (diff) | |
download | National_eIDAS_Gateway-4c4fd196335fab88486b70728abce16cc799c391.tar.gz National_eIDAS_Gateway-4c4fd196335fab88486b70728abce16cc799c391.tar.bz2 National_eIDAS_Gateway-4c4fd196335fab88486b70728abce16cc799c391.zip |
add new files into configuration example
Diffstat (limited to 'basicConfig/default_config.properties')
-rw-r--r-- | basicConfig/default_config.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index 3a1af5ec..2ad1e24d 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -15,6 +15,13 @@ eidas.ms.revisionlog.logIPAddressOfUser=true ##Directory for static Web content eidas.ms.webcontent.static.directory=webcontent/ +eidas.ms.webcontent.templates=templates/ +eidas.ms.webcontent.properties=properties/messages + +## extended validation of pending-request Id's +eidas.ms.core.pendingrequestid.maxlifetime=300 +eidas.ms.core.pendingrequestid.digist.algorithm=HmacSHA256 +eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret ## eIDAS Ref. Implementation connector ### eidas.ms.auth.eIDAS.node_v2.entityId=ownSpecificConnector |