diff options
author | Thomas <> | 2021-07-06 17:04:12 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-03 16:31:57 +0100 |
commit | 8bc8fb35e950e2e956e2bdca708c6f4aad380167 (patch) | |
tree | 825b90fa48f4141c3e94d5aa1ff937c99dd05df3 /connector/src | |
parent | edc096ec3c83870ae1c715268d4d6cee61b90454 (diff) | |
download | National_eIDAS_Gateway-8bc8fb35e950e2e956e2bdca708c6f4aad380167.tar.gz National_eIDAS_Gateway-8bc8fb35e950e2e956e2bdca708c6f4aad380167.tar.bz2 National_eIDAS_Gateway-8bc8fb35e950e2e956e2bdca708c6f4aad380167.zip |
set default NameIDFormat to unspecified to fix problems with DE middleware 1.2.x
Diffstat (limited to 'connector/src')
-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 13216e92..74e86aed 100644 --- a/connector/src/main/resources/application.properties +++ b/connector/src/main/resources/application.properties @@ -94,7 +94,9 @@ eidas.ms.auth.eIDAS.node_v2.requesterId.lu.useStaticRequesterForAll=true ## set provider name for all public SPs eidas.ms.auth.eIDAS.node_v2.workarounds.addAlwaysProviderName=false -#eidas.ms.auth.eIDAS.node_v2.requested.nameIdFormat= +## set NameIdPolicy to 'unspecified' as work-around for DE Middleware v1.2.x +eidas.ms.auth.eIDAS.node_v2.requested.nameIdFormat=urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified + eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/high #eidas.ms.auth.eIDAS.szrclient.useTestService=true |