diff options
author | Thomas <> | 2023-03-02 11:09:43 +0100 |
---|---|---|
committer | Thomas <> | 2023-03-02 11:09:43 +0100 |
commit | 72785de93272ba74a5b587403cd5097727674115 (patch) | |
tree | 5c3c4a2a31d0f0c5b26f4fe08ce22c7f3891e4c4 /modules/authmodule-eIDAS-v2/src/test/resources | |
parent | 779eb51796aecd05606b7abc69851b02214d21cd (diff) | |
download | National_eIDAS_Gateway-72785de93272ba74a5b587403cd5097727674115.tar.gz National_eIDAS_Gateway-72785de93272ba74a5b587403cd5097727674115.tar.bz2 National_eIDAS_Gateway-72785de93272ba74a5b587403cd5097727674115.zip |
feat(connector): make nameIdFormat configurable for earch citizen country
Diffstat (limited to 'modules/authmodule-eIDAS-v2/src/test/resources')
-rw-r--r-- | modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties b/modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties index 41f0fe7b..2cd19a01 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties +++ b/modules/authmodule-eIDAS-v2/src/test/resources/config/junit_config_1.properties @@ -40,6 +40,8 @@ eidas.ms.auth.eIDAS.node_v2.workarounds.useStaticProviderNameForPublicSPs=true eidas.ms.auth.eIDAS.node_v2.staticProviderNameForPublicSPs=myNode eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/high +eidas.ms.auth.eIDAS.node_v2.requested.nameIdFormat=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified + eidas.ms.auth.eIDAS.szrclient.useTestService=true eidas.ms.auth.eIDAS.szrclient.endpoint.prod= |