diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-10 17:20:43 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-10 17:20:43 +0200 |
commit | 301870b9c728859562c39a78054aa830dc2514a7 (patch) | |
tree | 82a06792183b845dd7e440be0f655a31b5efecea | |
parent | 0cb050cee45dbe845cd6fc724e4ef07cfbcbb6ab (diff) | |
download | National_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.properties | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
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= @@ -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> <!-- ===================================================================== --> |