diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-26 19:17:15 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-26 19:17:15 +0100 |
commit | 85c0c06c4ccd513a32f9f562deeba4038dcb95f4 (patch) | |
tree | 886d79d7e21efbbae5a48ac955033fdcfca68578 /connector | |
parent | 063e6279147b1c532a8e8afae7209756b7f8b175 (diff) | |
download | National_eIDAS_Gateway-85c0c06c4ccd513a32f9f562deeba4038dcb95f4.tar.gz National_eIDAS_Gateway-85c0c06c4ccd513a32f9f562deeba4038dcb95f4.tar.bz2 National_eIDAS_Gateway-85c0c06c4ccd513a32f9f562deeba4038dcb95f4.zip |
update default-configuration and example configuration
Diffstat (limited to 'connector')
-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 68e07714..ef83d435 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -56,7 +56,7 @@ 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/substantial +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= |