diff options
author | Thomas <> | 2021-06-25 10:26:17 +0200 |
---|---|---|
committer | Thomas <> | 2021-06-25 10:26:17 +0200 |
commit | af013acbb41d98b39d5ede56dbd5227858688e33 (patch) | |
tree | 2847ca6db2d957de1d816f79e4b005e33c2de944 /connector/src/main/resources | |
parent | 293ad818005f6d0434f2e1140535e9e7b9e5cd25 (diff) | |
download | National_eIDAS_Gateway-af013acbb41d98b39d5ede56dbd5227858688e33.tar.gz National_eIDAS_Gateway-af013acbb41d98b39d5ede56dbd5227858688e33.tar.bz2 National_eIDAS_Gateway-af013acbb41d98b39d5ede56dbd5227858688e33.zip |
fix bug in combination with EidasNode v2.5 and DE Middleware
# Conflicts:
# connector/src/main/resources/application.properties
Diffstat (limited to 'connector/src/main/resources')
-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 2411fde3..73a83c13 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -69,7 +69,7 @@ eidas.ms.auth.eIDAS.node_v2.requesterId.lu.useStaticRequesterForAll=true eidas.ms.auth.eIDAS.node_v2.workarounds.addAlwaysProviderName=false - +#eidas.ms.auth.eIDAS.node_v2.requested.nameIdFormat= eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/high #eidas.ms.auth.eIDAS.szrclient.useTestService=true |