diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-26 17:45:38 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-26 17:45:38 +0100 |
commit | f06839fb716ff61bf94a32f8e23e3f313245f7e7 (patch) | |
tree | 900e0d24444ff64a54db5ca65ef4ed1145f389a1 /connector/src/main/resources/application.properties | |
parent | 293f67a641f8acdef54745c85969827807404fc2 (diff) | |
download | National_eIDAS_Gateway-f06839fb716ff61bf94a32f8e23e3f313245f7e7.tar.gz National_eIDAS_Gateway-f06839fb716ff61bf94a32f8e23e3f313245f7e7.tar.bz2 National_eIDAS_Gateway-f06839fb716ff61bf94a32f8e23e3f313245f7e7.zip |
add jUnit test that simulates a full eIDAS authentication
Diffstat (limited to 'connector/src/main/resources/application.properties')
-rw-r--r-- | connector/src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/connector/src/main/resources/application.properties b/connector/src/main/resources/application.properties index 2cb0c83a..68e07714 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -13,13 +13,15 @@ app.build.artifactId=ms_connector spring.boot.admin.client.enabled=false + + ############################################################################# ## MS-speccific eIDAS-Connector configuration #proxy.context.url.prefix= eidas.ms.context.url.request.validation=false #proxy.configRootDir=file:/.../config/ eidas.ms.context.use.clustermode=true - +eidas.ms.core.logging.level.info.errorcodes=auth.21 ##Monitoring eidas.ms.monitoring.eIDASNode.metadata.url= |