diff options
author | Thomas <> | 2021-11-12 16:59:55 +0100 |
---|---|---|
committer | Thomas <> | 2021-11-12 16:59:55 +0100 |
commit | 9385171b2137eb71b3b5a0d9524b69fa95b48699 (patch) | |
tree | 4c2fbf175ddecdfd2f81a3e56c6c1d16c5b0e834 /eidas_modules/authmodule-eIDAS-v2/src/test/resources/config | |
parent | e279dbd74d956d8aeaab397a7d4ca765dbad6a33 (diff) | |
download | National_eIDAS_Gateway-9385171b2137eb71b3b5a0d9524b69fa95b48699.tar.gz National_eIDAS_Gateway-9385171b2137eb71b3b5a0d9524b69fa95b48699.tar.bz2 National_eIDAS_Gateway-9385171b2137eb71b3b5a0d9524b69fa95b48699.zip |
fix some small bugs in ZMR client that we found by adding jUnit tests
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test/resources/config')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties index 9e6876f4..be716e95 100644 --- a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties +++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties @@ -95,7 +95,7 @@ eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.5=LegalName,true #### matching###### # ZMR communication -eidas.ms.auth.eIDAS.zmrclient.endpoint=http://localhost:1234/demoszr +eidas.ms.auth.eIDAS.zmrclient.endpoint=http://localhost:1234/demozmr eidas.ms.auth.eIDAS.zmrclient.req.organisation.behoerdennr=jUnit123456 eidas.ms.auth.eIDAS.zmrclient.req.update.reason.code=EIDAS-KITT |