diff options
author | Thomas <> | 2023-01-16 12:36:41 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-16 12:36:41 +0100 |
commit | 50a42131454d008c02dcf70a2c857a2ff4a4c632 (patch) | |
tree | feac531ddb3b0b09e16abb24bd712f34811a17f9 | |
parent | 0f2d49dc80dae7085a4f48ab16431e0e689ff8d7 (diff) | |
download | National_eIDAS_Gateway-50a42131454d008c02dcf70a2c857a2ff4a4c632.tar.gz National_eIDAS_Gateway-50a42131454d008c02dcf70a2c857a2ff4a4c632.tar.bz2 National_eIDAS_Gateway-50a42131454d008c02dcf70a2c857a2ff4a4c632.zip |
chore(core): remove requested attributes for MS DE
Do not request 'Gender' and 'CurrentAddress' by default configuration
-rw-r--r-- | ms_specific_connector/src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms_specific_connector/src/main/resources/application.properties b/ms_specific_connector/src/main/resources/application.properties index 74b3ee73..e0260e9c 100644 --- a/ms_specific_connector/src/main/resources/application.properties +++ b/ms_specific_connector/src/main/resources/application.properties @@ -216,8 +216,8 @@ eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.3=DateOfBirth,true eidas.ms.auth.eIDAS.node_v2.attributes.requested.de.onlynatural.4=PlaceOfBirth,false eidas.ms.auth.eIDAS.node_v2.attributes.requested.de.onlynatural.5=BirthName,false -eidas.ms.auth.eIDAS.node_v2.attributes.requested.de.onlynatural.6=Gender,false -eidas.ms.auth.eIDAS.node_v2.attributes.requested.de.onlynatural.7=CurrentAddress,false +#eidas.ms.auth.eIDAS.node_v2.attributes.requested.de.onlynatural.6=Gender,false +#eidas.ms.auth.eIDAS.node_v2.attributes.requested.de.onlynatural.7=CurrentAddress,false ##with mandates ---- NOT FULLY SUPPORTED AT THE MOMENT ----- eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.0=PersonIdentifier,true |