aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-09-10 17:20:43 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-09-10 17:20:43 +0200
commit301870b9c728859562c39a78054aa830dc2514a7 (patch)
tree82a06792183b845dd7e440be0f655a31b5efecea
parent0cb050cee45dbe845cd6fc724e4ef07cfbcbb6ab (diff)
downloadNational_eIDAS_Gateway-301870b9c728859562c39a78054aa830dc2514a7.tar.gz
National_eIDAS_Gateway-301870b9c728859562c39a78054aa830dc2514a7.tar.bz2
National_eIDAS_Gateway-301870b9c728859562c39a78054aa830dc2514a7.zip
add default configuration and switch version to 1.0.2
-rw-r--r--basicConfig/default_config.properties1
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties
index 3a1af5ec..71de5b2b 100644
--- a/basicConfig/default_config.properties
+++ b/basicConfig/default_config.properties
@@ -26,6 +26,7 @@ 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.loa.requested.minimum=http://eidas.europa.eu/LoA/high
eidas.ms.auth.eIDAS.szrclient.useTestService=true
eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
diff --git a/pom.xml b/pom.xml
index 01199ed7..e34f12c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<properties>
<!-- Project versions-->
- <egiz.eidas.version>1.0.1</egiz.eidas.version>
+ <egiz.eidas.version>1.0.2</egiz.eidas.version>
<!-- ===================================================================== -->