From 0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Fri, 3 Jun 2022 16:04:40 +0200
Subject: refactor(connector): move MS-Connector from new directory 'connector'
to 'ms_specific_connector'
---
.../config/application-exectest.properties | 83 -
.../config/eIDAS/additional-attributes.xml | 39 -
.../resources/config/eIDAS/eidas-attributes.xml | 376 -
.../config/eIDAS/igniteSpecificCommunication.xml | 109 -
.../specificCommunicationDefinitionConnector.xml | 37 -
...specificCommunicationDefinitionProxyservice.xml | 37 -
.../resources/config/junit_config_1.properties | 154 -
.../resources/config/junit_config_1_bmi.properties | 124 -
.../config/junit_config_1_springboot.properties | 170 -
.../config/junit_config_2_springboot.properties | 170 -
.../resources/config/junit_config_3.properties | 148 -
.../src/test/resources/config/keys/Metadata.pem | 18 -
connector/src/test/resources/config/keys/junit.jks | Bin 3980 -> 0 bytes
.../src/test/resources/config/keys/junit_test.jks | Bin 8410 -> 0 bytes
.../src/test/resources/config/keys/teststore.jks | Bin 2028 -> 0 bytes
.../src/test/resources/config/log4j.properties | 54 -
.../src/test/resources/config/logback_config.xml | 102 -
.../config/properties/messages.properties | 126 -
.../config/properties/messages_de.properties | 127 -
.../config/properties/messages_en.properties | 98 -
.../config/templates/countrySelection.html | 268 -
.../config/templates/countrySelection_bmi_v1.html | 133 -
.../config/templates/eidas_node_forward.html | 36 -
.../src/test/resources/config/templates/error.html | 53 -
.../resources/config/templates/error_message.html | 37 -
.../config/templates/language_selection.html | 15 -
.../config/templates/other_login_method.html | 90 -
.../config/templates/pvp2_post_binding.html | 36 -
.../test/resources/config/templates/residency.html | 251 -
.../test/resources/config/webcontent/autocommit.js | 5 -
.../config/webcontent/css/css_country.css | 158 -
.../resources/config/webcontent/css/css_error.css | 26 -
.../config/webcontent/img/ajax-loader.gif | Bin 673 -> 0 bytes
.../resources/config/webcontent/js/jquery-3.6.0.js | 10881 -------------------
.../resources/config/webcontent/js/js_country.js | 42 -
.../src/test/resources/data/metadata_expired.xml | 106 -
.../src/test/resources/data/metadata_valid.xml | 106 -
.../data/metadata_valid_without_encryption.xml | 89 -
connector/src/test/resources/data/pvp2_authn_1.xml | 40 -
connector/src/test/resources/data/pvp2_authn_2.xml | 44 -
connector/src/test/resources/data/pvp2_authn_3.xml | 46 -
connector/src/test/resources/data/pvp2_authn_4.xml | 33 -
connector/src/test/resources/data/pvp2_authn_5.xml | 35 -
connector/src/test/resources/data/pvp2_authn_6.xml | 37 -
connector/src/test/resources/data/pvp2_authn_7.xml | 39 -
connector/src/test/resources/data/pvp2_authn_8.xml | 41 -
connector/src/test/resources/data/test_idl_1.xml | 46 -
.../spring/SpringTest_connector.beans.xml | 66 -
48 files changed, 14731 deletions(-)
delete mode 100644 connector/src/test/resources/config/application-exectest.properties
delete mode 100644 connector/src/test/resources/config/eIDAS/additional-attributes.xml
delete mode 100644 connector/src/test/resources/config/eIDAS/eidas-attributes.xml
delete mode 100644 connector/src/test/resources/config/eIDAS/igniteSpecificCommunication.xml
delete mode 100644 connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionConnector.xml
delete mode 100644 connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml
delete mode 100644 connector/src/test/resources/config/junit_config_1.properties
delete mode 100644 connector/src/test/resources/config/junit_config_1_bmi.properties
delete mode 100644 connector/src/test/resources/config/junit_config_1_springboot.properties
delete mode 100644 connector/src/test/resources/config/junit_config_2_springboot.properties
delete mode 100644 connector/src/test/resources/config/junit_config_3.properties
delete mode 100644 connector/src/test/resources/config/keys/Metadata.pem
delete mode 100644 connector/src/test/resources/config/keys/junit.jks
delete mode 100644 connector/src/test/resources/config/keys/junit_test.jks
delete mode 100644 connector/src/test/resources/config/keys/teststore.jks
delete mode 100644 connector/src/test/resources/config/log4j.properties
delete mode 100644 connector/src/test/resources/config/logback_config.xml
delete mode 100644 connector/src/test/resources/config/properties/messages.properties
delete mode 100644 connector/src/test/resources/config/properties/messages_de.properties
delete mode 100644 connector/src/test/resources/config/properties/messages_en.properties
delete mode 100644 connector/src/test/resources/config/templates/countrySelection.html
delete mode 100644 connector/src/test/resources/config/templates/countrySelection_bmi_v1.html
delete mode 100644 connector/src/test/resources/config/templates/eidas_node_forward.html
delete mode 100644 connector/src/test/resources/config/templates/error.html
delete mode 100644 connector/src/test/resources/config/templates/error_message.html
delete mode 100644 connector/src/test/resources/config/templates/language_selection.html
delete mode 100644 connector/src/test/resources/config/templates/other_login_method.html
delete mode 100644 connector/src/test/resources/config/templates/pvp2_post_binding.html
delete mode 100644 connector/src/test/resources/config/templates/residency.html
delete mode 100644 connector/src/test/resources/config/webcontent/autocommit.js
delete mode 100644 connector/src/test/resources/config/webcontent/css/css_country.css
delete mode 100644 connector/src/test/resources/config/webcontent/css/css_error.css
delete mode 100644 connector/src/test/resources/config/webcontent/img/ajax-loader.gif
delete mode 100644 connector/src/test/resources/config/webcontent/js/jquery-3.6.0.js
delete mode 100644 connector/src/test/resources/config/webcontent/js/js_country.js
delete mode 100644 connector/src/test/resources/data/metadata_expired.xml
delete mode 100644 connector/src/test/resources/data/metadata_valid.xml
delete mode 100644 connector/src/test/resources/data/metadata_valid_without_encryption.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_1.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_2.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_3.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_4.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_5.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_6.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_7.xml
delete mode 100644 connector/src/test/resources/data/pvp2_authn_8.xml
delete mode 100644 connector/src/test/resources/data/test_idl_1.xml
delete mode 100644 connector/src/test/resources/spring/SpringTest_connector.beans.xml
(limited to 'connector/src/test/resources')
diff --git a/connector/src/test/resources/config/application-exectest.properties b/connector/src/test/resources/config/application-exectest.properties
deleted file mode 100644
index e63cda7b..00000000
--- a/connector/src/test/resources/config/application-exectest.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-## embbeded Tomcat
-tomcat.workingdir=./target/work
-tomcat.ajp.enabled=true
-tomcat.ajp.port=8009
-tomcat.ajp.networkAddress=127.0.0.1
-tomcat.ajp.additionalAttributes.secretrequired=true
-tomcat.ajp.additionalAttributes.secret=junit
-
-## Basic service configuration
-eidas.ms.context.url.prefix=http://localhost
-eidas.ms.core.configRootDir=file:./src/test/resources/config/
-
-eidas.ms.context.use.clustermode=true
-
-##Monitoring
-eidas.ms.monitoring.eIDASNode.metadata.url=http://localhost:40900/mockup
-
-## extended validation of pending-request Id's
-eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret
-
-## eIDAS Ref. Implementation connector ###
-eidas.ms.auth.eIDAS.node_v2.forward.endpoint=http://eidas.node/junit
-
-eidas.ms.auth.eIDAS.szrclient.useTestService=true
-eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password=
-
-#tech. AuthBlock signing for E-ID process
-eidas.ms.auth.eIDAS.authblock.keystore.password=f/+saJBc3a}*/T^s
-eidas.ms.auth.eIDAS.authblock.keystore.friendlyName=connectorkeypair
-eidas.ms.auth.eIDAS.authblock.keystore.path=keys/teststore.jks
-eidas.ms.auth.eIDAS.authblock.keystore.type=jks
-eidas.ms.auth.eIDAS.authblock.key.alias=connectorkeypair
-eidas.ms.auth.eIDAS.authblock.key.password=f/+saJBc3a}*/T^s
-
-
-#Raw eIDAS Id data storage
-eidas.ms.auth.eIDAS.szrclient.debug.logfullmessages=true
-eidas.ms.auth.eIDAS.szrclient.debug.useDummySolution=false
-
-
-
-## PVP2 S-Profile end-point configuration
-eidas.ms.pvp2.keystore.type=jks
-eidas.ms.pvp2.keystore.path=keys/junit.jks
-eidas.ms.pvp2.keystore.password=password
-eidas.ms.pvp2.key.metadata.alias=meta
-eidas.ms.pvp2.key.metadata.password=password
-eidas.ms.pvp2.key.signing.alias=sig
-eidas.ms.pvp2.key.signing.password=password
-eidas.ms.pvp2.metadata.validity=24
-
-eidas.ms.pvp2.metadata.organisation.name=JUnit
-eidas.ms.pvp2.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.pvp2.metadata.organisation.url=http://junit.test
-eidas.ms.pvp2.metadata.contact.givenname=Max
-eidas.ms.pvp2.metadata.contact.surname=Mustermann
-eidas.ms.pvp2.metadata.contact.email=max@junit.test
-
-## Service Provider configuration
-eidas.ms.sp.0.uniqueID=https://demo.egiz.gv.at/demoportal_moaid-2.0/sp/eidas/metadata
-eidas.ms.sp.0.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.0.pvp2.metadata.truststore.password=password
-eidas.ms.sp.0.friendlyName=jUnit test
-eidas.ms.sp.0.newEidMode=true
-
-#eidas.ms.sp.0.pvp2.metadata.url=
-#eidas.ms.sp.0.policy.allowed.requested.targets=.*
-#eidas.ms.sp.0.policy.hasBaseIdTransferRestriction=false
-
-## Service Provider configuration
-eidas.ms.sp.1.uniqueID=https://demo.egiz.gv.at/junit_test
-eidas.ms.sp.1.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.1.pvp2.metadata.truststore.password=password
-eidas.ms.sp.1.friendlyName=jUnit test
-eidas.ms.sp.1.pvp2.metadata.url=http://junit.test/metadata
-eidas.ms.sp.1.policy.allowed.requested.targets=test
-eidas.ms.sp.1.policy.hasBaseIdTransferRestriction=true
-
diff --git a/connector/src/test/resources/config/eIDAS/additional-attributes.xml b/connector/src/test/resources/config/eIDAS/additional-attributes.xml
deleted file mode 100644
index 6510546e..00000000
--- a/connector/src/test/resources/config/eIDAS/additional-attributes.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
- Dynamic attributes
-
- http://eidas.europa.eu/attributes/naturalperson/AdditionalAttribute
- AdditionalAttribute
- NaturalPerson
- false
- http://www.w3.org/2001/XMLSchema
- string
- xs
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/LegalAdditionalAttribute
- LegalAdditionalAttribute
- LegalPerson
- false
- http://www.w3.org/2001/XMLSchema
- string
- xs
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
-
diff --git a/connector/src/test/resources/config/eIDAS/eidas-attributes.xml b/connector/src/test/resources/config/eIDAS/eidas-attributes.xml
deleted file mode 100644
index cbae35db..00000000
--- a/connector/src/test/resources/config/eIDAS/eidas-attributes.xml
+++ /dev/null
@@ -1,376 +0,0 @@
-
-
-
-
-
- eIDAS attributes
-
- http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier
- PersonIdentifier
- NaturalPerson
- true
- true
- http://eidas.europa.eu/attributes/naturalperson
- PersonIdentifierType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/CurrentFamilyName
- FamilyName
- NaturalPerson
- true
- true
- http://eidas.europa.eu/attributes/naturalperson
- CurrentFamilyNameType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/CurrentGivenName
- FirstName
- NaturalPerson
- true
- true
- http://eidas.europa.eu/attributes/naturalperson
- CurrentGivenNameType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/DateOfBirth
- DateOfBirth
- NaturalPerson
- true
- http://eidas.europa.eu/attributes/naturalperson
- DateOfBirthType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.DateTimeAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/BirthName
- BirthName
- NaturalPerson
- false
- true
- http://eidas.europa.eu/attributes/naturalperson
- BirthNameType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth
- PlaceOfBirth
- NaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson
- PlaceOfBirthType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/CurrentAddress
- CurrentAddress
- NaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson
- CurrentAddressType
- eidas-natural
- eu.eidas.auth.commons.protocol.eidas.impl.CurrentAddressAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/Gender
- Gender
- NaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson
- GenderType
- eidas-natural
- eu.eidas.auth.commons.protocol.eidas.impl.GenderAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/LegalPersonIdentifier
- LegalPersonIdentifier
- LegalPerson
- true
- true
- http://eidas.europa.eu/attributes/legalperson
- LegalPersonIdentifierType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/LegalName
- LegalName
- LegalPerson
- true
- true
- http://eidas.europa.eu/attributes/legalperson
- LegalNameType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/LegalPersonAddress
- LegalAddress
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- LegalPersonAddressType
- eidas-legal
- eu.eidas.auth.commons.protocol.eidas.impl.LegalAddressAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/VATRegistrationNumber
- VATRegistration
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- VATRegistrationNumberType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/TaxReference
- TaxReference
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- TaxReferenceType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/D-2012-17-EUIdentifier
- D-2012-17-EUIdentifier
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- D-2012-17-EUIdentifierType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/LEI
- LEI
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- LEIType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/EORI
- EORI
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- EORIType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/SEED
- SEED
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- SEEDType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/SIC
- SIC
- LegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson
- SICType
- eidas-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/PersonIdentifier
- RepresentativePersonIdentifier
- RepresentativeNaturalPerson
- false
- true
- http://eidas.europa.eu/attributes/naturalperson/representative
- PersonIdentifierType
- eidas-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/CurrentFamilyName
- RepresentativeFamilyName
- RepresentativeNaturalPerson
- false
- true
- http://eidas.europa.eu/attributes/naturalperson/representative
- CurrentFamilyNameType
- eidas-reprentative-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/CurrentGivenName
- RepresentativeFirstName
- RepresentativeNaturalPerson
- false
- true
- http://eidas.europa.eu/attributes/naturalperson/representative
- CurrentGivenNameType
- eidas-reprentative-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/DateOfBirth
- RepresentativeDateOfBirth
- RepresentativeNaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson/representative
- DateOfBirthType
- eidas-reprentative-natural
- eu.eidas.auth.commons.attribute.impl.DateTimeAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/BirthName
- RepresentativeBirthName
- RepresentativeNaturalPerson
- false
- true
- http://eidas.europa.eu/attributes/naturalperson/representative
- BirthNameType
- eidas-reprentative-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/PlaceOfBirth
- RepresentativePlaceOfBirth
- RepresentativeNaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson/representative
- PlaceOfBirthType
- eidas-reprentative-natural
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/CurrentAddress
- RepresentativeCurrentAddress
- RepresentativeNaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson/representative
- CurrentAddressType
- eidas-reprentative-natural
- eu.eidas.auth.commons.protocol.eidas.impl.RepvCurrentAddressAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/naturalperson/representative/Gender
- RepresentativeGender
- RepresentativeNaturalPerson
- false
- http://eidas.europa.eu/attributes/naturalperson/representative
- GenderType
- eidas-reprentative-natural
- eu.eidas.auth.commons.protocol.eidas.impl.GenderAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/LegalPersonIdentifier
- RepresentativeLegalPersonIdentifier
- RepresentativeLegalPerson
- false
- true
- http://eidas.europa.eu/attributes/legalperson/representative
- LegalPersonIdentifierType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/LegalName
- RepresentativeLegalName
- RepresentativeLegalPerson
- false
- true
- http://eidas.europa.eu/attributes/legalperson/representative
- LegalNameType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/LegalPersonAddress
- RepresentativeLegalAddress
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- LegalPersonAddressType
- eidas-reprentative-legal
- eu.eidas.auth.commons.protocol.eidas.impl.RepvLegalAddressAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/VATRegistrationNumber
- RepresentativeVATRegistration
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- VATRegistrationNumberType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/TaxReference
- RepresentativeTaxReference
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- TaxReferenceType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/D-2012-17-EUIdentifier
- RepresentativeD-2012-17-EUIdentifier
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- D-2012-17-EUIdentifierType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/LEI
- RepresentativeLEI
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- LEIType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/EORI
- RepresentativeEORI
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- EORIType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/SEED
- RepresentativeSEED
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- SEEDType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/SIC
- RepresentativeSIC
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- SICType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/LegalPersonAddress
- RepresentativeLegalAddress
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- LegalPersonAddressType
- eidas-reprentative-legal
- eu.eidas.auth.commons.protocol.eidas.impl.RepvLegalAddressAttributeValueMarshaller
-
- http://eidas.europa.eu/attributes/legalperson/representative/VATRegistrationNumber
- RepresentativeVATRegistration
- RepresentativeLegalPerson
- false
- http://eidas.europa.eu/attributes/legalperson/representative
- VATRegistrationNumberType
- eidas-reprentative-legal
- eu.eidas.auth.commons.attribute.impl.LiteralStringAttributeValueMarshaller
-
-
-
diff --git a/connector/src/test/resources/config/eIDAS/igniteSpecificCommunication.xml b/connector/src/test/resources/config/eIDAS/igniteSpecificCommunication.xml
deleted file mode 100644
index f817f5a4..00000000
--- a/connector/src/test/resources/config/eIDAS/igniteSpecificCommunication.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionConnector.xml b/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionConnector.xml
deleted file mode 100644
index d1fc042d..00000000
--- a/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionConnector.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
- specificCommunicationDefinitionConnectorRequest
- specificConnector
-
-
- mySecretConnectorRequest
- SHA-256
-
-
- specificCommunicationDefinitionConnectorResponse
- specificConnector
-
-
- mySecretConnectorResponse
- SHA-256
-
-
- 65535
-
diff --git a/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml b/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml
deleted file mode 100644
index c8caf16b..00000000
--- a/connector/src/test/resources/config/eIDAS/specificCommunicationDefinitionProxyservice.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
- true
-
-
- specificCommunicationDefinitionProxyserviceRequest
- specificProxyService
-
- mySecretProxyserviceRequest
- SHA-256
-
-
- specificCommunicationDefinitionProxyserviceResponse
- specificProxyService
-
- mySecretProxyserviceResponse
- SHA-256
-
-
- 65535
-
diff --git a/connector/src/test/resources/config/junit_config_1.properties b/connector/src/test/resources/config/junit_config_1.properties
deleted file mode 100644
index 044e33a6..00000000
--- a/connector/src/test/resources/config/junit_config_1.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-## Basic service configuration
-eidas.ms.context.url.prefix=http://localhost
-eidas.ms.context.url.request.validation=false
-eidas.ms.core.configRootDir=file:./src/test/resources/config/
-
-eidas.ms.context.use.clustermode=true
-
-##Monitoring
-eidas.ms.monitoring.eIDASNode.metadata.url=
-
-
-##Specific logger configuration
-eidas.ms.technicallog.write.MDS.into.techlog=true
-eidas.ms.revisionlog.write.MDS.into.revisionlog=true
-eidas.ms.revisionlog.logIPAddressOfUser=true
-
-##Directory for static Web content
-eidas.ms.webcontent.static.directory=webcontent/
-eidas.ms.webcontent.templates=templates/
-eidas.ms.webcontent.properties=properties/messages
-eidas.ms.webcontent.templates.countryselection=countrySelection.html
-
-## extended validation of pending-request Id's
-eidas.ms.core.pendingrequestid.maxlifetime=300
-eidas.ms.core.pendingrequestid.digist.algorithm=HmacSHA256
-eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret
-
-## eIDAS Ref. Implementation connector ###
-eidas.ms.auth.eIDAS.node_v2.entityId=ownSpecificConnector
-eidas.ms.auth.eIDAS.node_v2.forward.endpoint=
-eidas.ms.auth.eIDAS.node_v2.forward.method=POST
-eidas.ms.auth.eIDAS.node_v2.countrycode=AT
-eidas.ms.auth.eIDAS.node_v2.publicSectorTargets=.*
-eidas.ms.auth.eIDAS.node_v2.workarounds.addAlwaysProviderName=true
-eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true
-eidas.ms.auth.eIDAS.node_v2.workarounds.useStaticProviderNameForPublicSPs=true
-
-eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/substantial
-
-eidas.ms.auth.eIDAS.szrclient.useTestService=true
-eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password=
-eidas.ms.auth.eIDAS.szrclient.timeout.connection=15
-eidas.ms.auth.eIDAS.szrclient.timeout.response=30
-eidas.ms.auth.eIDAS.szrclient.params.vkz=
-
-eidas.ms.auth.eIDAS.szrclient.params.useSZRForbPKCalculation=false
-
-
-#Raw eIDAS Id data storage
-eidas.ms.auth.eIDAS.szrclient.workarounds.eidmapping.revisionlog.active=true
-
-eidas.ms.auth.eIDAS.szrclient.params.setPlaceOfBirthIfAvailable=true
-eidas.ms.auth.eIDAS.szrclient.params.setBirthNameIfAvailable=true
-
-eidas.ms.auth.eIDAS.szrclient.debug.logfullmessages=true
-eidas.ms.auth.eIDAS.szrclient.debug.useDummySolution=true
-
-##without mandates
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.0=PersonIdentifier,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.1=FamilyName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.2=FirstName,true
-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
-
-##with mandates ---- NOT FULLY SUPPORTED AT THE MOMENT -----
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.0=PersonIdentifier,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.1=FamilyName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.2=FirstName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.3=DateOfBirth,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.4=LegalPerson,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.5=LegalName,true
-
-
-## PVP2 S-Profile end-point configuration
-eidas.ms.pvp2.keystore.type=jks
-eidas.ms.pvp2.keystore.path=keys/junit.jks
-eidas.ms.pvp2.keystore.password=password
-eidas.ms.pvp2.key.metadata.alias=meta
-eidas.ms.pvp2.key.metadata.password=password
-eidas.ms.pvp2.key.signing.alias=sig
-eidas.ms.pvp2.key.signing.password=password
-eidas.ms.pvp2.metadata.validity=24
-
-eidas.ms.pvp2.metadata.organisation.name=JUnit
-eidas.ms.pvp2.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.pvp2.metadata.organisation.url=http://junit.test
-eidas.ms.pvp2.metadata.contact.givenname=Max
-eidas.ms.pvp2.metadata.contact.surname=Mustermann
-eidas.ms.pvp2.metadata.contact.email=max@junit.test
-
-## Service Provider configuration
-eidas.ms.sp.0.uniqueID=https://demo.egiz.gv.at/demoportal_moaid-2.0/sp/eidas/metadata
-eidas.ms.sp.0.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.0.pvp2.metadata.truststore.password=password
-eidas.ms.sp.0.friendlyName=jUnit test
-#eidas.ms.sp.0.pvp2.metadata.url=
-#eidas.ms.sp.0.policy.allowed.requested.targets=.*
-#eidas.ms.sp.0.policy.hasBaseIdTransferRestriction=false
-
-## Service Provider configuration
-eidas.ms.sp.1.uniqueID=https://demo.egiz.gv.at/junit_test
-eidas.ms.sp.1.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.1.pvp2.metadata.truststore.password=password
-eidas.ms.sp.1.friendlyName=jUnit test
-eidas.ms.sp.1.pvp2.metadata.url=http://junit.test/metadata
-eidas.ms.sp.1.policy.allowed.requested.targets=test
-eidas.ms.sp.1.policy.hasBaseIdTransferRestriction=true
-
-
-
-#### eIDAS ms-specific Proxy-Service configuration
-eidas.ms.auth.eIDAS.node_v2.proxy.entityId=ownSpecificProxy
-eidas.ms.auth.eIDAS.node_v2.proxy.forward.endpoint=http://eidas.proxy/endpoint
-
-
-## PVP2 S-Profile communication with ID Austria System
-# EntityId and optional metadata of ID Austria System
-eidas.ms.modules.idaustriaauth.idp.entityId=http://junit.idaustria.at/idp
-#eidas.ms.modules.idaustriaauth.idp.metadataUrl=http://junit.idaustria.at/idp/metadata
-
-# SAML2 client configuration
-eidas.ms.modules.idaustriaauth.keystore.type=jks
-#eidas.ms.modules.idaustriaauth.keystore.name=
-eidas.ms.modules.idaustriaauth.keystore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.keystore.password=password
-eidas.ms.modules.idaustriaauth.metadata.sign.alias=meta
-eidas.ms.modules.idaustriaauth.metadata.sign.password=password
-eidas.ms.modules.idaustriaauth.request.sign.alias=sig
-eidas.ms.modules.idaustriaauth.request.sign.password=password
-eidas.ms.modules.idaustriaauth.response.encryption.alias=enc
-eidas.ms.modules.idaustriaauth.response.encryption.password=password
-
-# TrustStore to validate SAML2 metadata from ID Austria
-eidas.ms.modules.idaustriaauth.truststore.type=jks
-eidas.ms.modules.idaustriaauth.truststore.name=
-eidas.ms.modules.idaustriaauth.truststore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.truststore.password=password
-
-
-##only for advanced config
-eidas.ms.configuration.sp.disableRegistrationRequirement=
-#eidas.ms.configuration.restrictions.baseID.spTransmission=
-eidas.ms.configuration.auth.default.countrycode=
-eidas.ms.configuration.pvp.scheme.validation=
-eidas.ms.configuration.pvp.enable.entitycategories=
\ No newline at end of file
diff --git a/connector/src/test/resources/config/junit_config_1_bmi.properties b/connector/src/test/resources/config/junit_config_1_bmi.properties
deleted file mode 100644
index fa722554..00000000
--- a/connector/src/test/resources/config/junit_config_1_bmi.properties
+++ /dev/null
@@ -1,124 +0,0 @@
-## Basic service configuration
-eidas.ms.context.url.prefix=http://localhost
-eidas.ms.context.url.request.validation=false
-eidas.ms.core.configRootDir=file:./src/test/resources/config/
-
-eidas.ms.context.use.clustermode=true
-
-##Monitoring
-eidas.ms.monitoring.eIDASNode.metadata.url=
-
-
-##Specific logger configuration
-eidas.ms.technicallog.write.MDS.into.techlog=true
-eidas.ms.revisionlog.write.MDS.into.revisionlog=true
-eidas.ms.revisionlog.logIPAddressOfUser=true
-
-##Directory for static Web content
-eidas.ms.webcontent.static.directory=webcontent/
-eidas.ms.webcontent.templates=templates/
-eidas.ms.webcontent.properties=properties/messages
-eidas.ms.webcontent.templates.countryselection=countrySelection_bmi_v1.html
-
-## extended validation of pending-request Id's
-eidas.ms.core.pendingrequestid.maxlifetime=300
-eidas.ms.core.pendingrequestid.digist.algorithm=HmacSHA256
-eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret
-
-## eIDAS Ref. Implementation connector ###
-eidas.ms.auth.eIDAS.node_v2.entityId=ownSpecificConnector
-eidas.ms.auth.eIDAS.node_v2.forward.endpoint=
-eidas.ms.auth.eIDAS.node_v2.forward.method=POST
-eidas.ms.auth.eIDAS.node_v2.countrycode=AT
-eidas.ms.auth.eIDAS.node_v2.publicSectorTargets=.*
-eidas.ms.auth.eIDAS.node_v2.workarounds.addAlwaysProviderName=true
-eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true
-eidas.ms.auth.eIDAS.node_v2.workarounds.useStaticProviderNameForPublicSPs=true
-
-eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/substantial
-
-eidas.ms.auth.eIDAS.szrclient.useTestService=true
-eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password=
-eidas.ms.auth.eIDAS.szrclient.timeout.connection=15
-eidas.ms.auth.eIDAS.szrclient.timeout.response=30
-eidas.ms.auth.eIDAS.szrclient.params.vkz=
-
-eidas.ms.auth.eIDAS.szrclient.params.useSZRForbPKCalculation=false
-
-
-#Raw eIDAS Id data storage
-eidas.ms.auth.eIDAS.szrclient.workarounds.eidmapping.revisionlog.active=true
-
-eidas.ms.auth.eIDAS.szrclient.params.setPlaceOfBirthIfAvailable=true
-eidas.ms.auth.eIDAS.szrclient.params.setBirthNameIfAvailable=true
-
-eidas.ms.auth.eIDAS.szrclient.debug.logfullmessages=true
-eidas.ms.auth.eIDAS.szrclient.debug.useDummySolution=true
-
-##without mandates
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.0=PersonIdentifier,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.1=FamilyName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.2=FirstName,true
-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
-
-##with mandates ---- NOT FULLY SUPPORTED AT THE MOMENT -----
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.0=PersonIdentifier,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.1=FamilyName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.2=FirstName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.3=DateOfBirth,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.4=LegalPerson,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.5=LegalName,true
-
-
-## PVP2 S-Profile end-point configuration
-eidas.ms.pvp2.keystore.type=jks
-eidas.ms.pvp2.keystore.path=keys/junit.jks
-eidas.ms.pvp2.keystore.password=password
-eidas.ms.pvp2.key.metadata.alias=meta
-eidas.ms.pvp2.key.metadata.password=password
-eidas.ms.pvp2.key.signing.alias=sig
-eidas.ms.pvp2.key.signing.password=password
-eidas.ms.pvp2.metadata.validity=24
-
-eidas.ms.pvp2.metadata.organisation.name=JUnit
-eidas.ms.pvp2.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.pvp2.metadata.organisation.url=http://junit.test
-eidas.ms.pvp2.metadata.contact.givenname=Max
-eidas.ms.pvp2.metadata.contact.surname=Mustermann
-eidas.ms.pvp2.metadata.contact.email=max@junit.test
-
-## Service Provider configuration
-eidas.ms.sp.0.uniqueID=https://demo.egiz.gv.at/demoportal_moaid-2.0/sp/eidas/metadata
-eidas.ms.sp.0.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.0.pvp2.metadata.truststore.password=password
-eidas.ms.sp.0.friendlyName=jUnit test
-#eidas.ms.sp.0.pvp2.metadata.url=
-#eidas.ms.sp.0.policy.allowed.requested.targets=.*
-#eidas.ms.sp.0.policy.hasBaseIdTransferRestriction=false
-
-## Service Provider configuration
-eidas.ms.sp.1.uniqueID=https://demo.egiz.gv.at/junit_test
-eidas.ms.sp.1.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.1.pvp2.metadata.truststore.password=password
-eidas.ms.sp.1.friendlyName=jUnit test
-eidas.ms.sp.1.pvp2.metadata.url=http://junit.test/metadata
-eidas.ms.sp.1.policy.allowed.requested.targets=test
-eidas.ms.sp.1.policy.hasBaseIdTransferRestriction=true
-
-
-##only for advanced config
-eidas.ms.configuration.sp.disableRegistrationRequirement=
-#eidas.ms.configuration.restrictions.baseID.spTransmission=
-eidas.ms.configuration.auth.default.countrycode=
-eidas.ms.configuration.pvp.scheme.validation=
-eidas.ms.configuration.pvp.enable.entitycategories=
\ No newline at end of file
diff --git a/connector/src/test/resources/config/junit_config_1_springboot.properties b/connector/src/test/resources/config/junit_config_1_springboot.properties
deleted file mode 100644
index dc2b1587..00000000
--- a/connector/src/test/resources/config/junit_config_1_springboot.properties
+++ /dev/null
@@ -1,170 +0,0 @@
-## embbeded Tomcat
-tomcat.workingdir=./target/work
-tomcat.ajp.enabled=true
-tomcat.ajp.port=8009
-tomcat.ajp.networkAddress=127.0.0.1
-tomcat.ajp.additionalAttributes.secretrequired=true
-tomcat.ajp.additionalAttributes.secret=junit
-
-## Basic service configuration
-eidas.ms.context.url.prefix=http://localhost
-eidas.ms.core.configRootDir=file:./src/test/resources/config/
-
-eidas.ms.context.use.clustermode=true
-
-##Monitoring
-eidas.ms.monitoring.eIDASNode.metadata.url=http://localhost:40900/mockup
-
-## extended validation of pending-request Id's
-eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret
-
-## eIDAS Ref. Implementation connector ###
-eidas.ms.auth.eIDAS.node_v2.forward.endpoint=http://eidas.node/junit
-
-eidas.ms.auth.eIDAS.szrclient.useTestService=true
-eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password=
-
-#tech. AuthBlock signing for E-ID process
-eidas.ms.auth.eIDAS.authblock.keystore.password=f/+saJBc3a}*/T^s
-eidas.ms.auth.eIDAS.authblock.keystore.friendlyName=connectorkeypair
-eidas.ms.auth.eIDAS.authblock.keystore.path=keys/teststore.jks
-eidas.ms.auth.eIDAS.authblock.keystore.type=jks
-eidas.ms.auth.eIDAS.authblock.key.alias=connectorkeypair
-eidas.ms.auth.eIDAS.authblock.key.password=f/+saJBc3a}*/T^s
-
-
-#Raw eIDAS Id data storage
-eidas.ms.auth.eIDAS.szrclient.debug.logfullmessages=true
-eidas.ms.auth.eIDAS.szrclient.debug.useDummySolution=false
-
-
-#### matching######
-# ZMR communication
-eidas.ms.auth.eIDAS.zmrclient.endpoint=http://localhost:1234/demozmr
-eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.type=jks
-eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.password=
-
-eidas.ms.auth.eIDAS.zmrclient.req.organisation.behoerdennr=jUnit123456
-eidas.ms.auth.eIDAS.zmrclient.req.update.reason.code=EIDAS-KITT
-
-# ERnP communication
-eidas.ms.auth.eIDAS.ernpclient.endpoint=http://localhost:1718/demoernp
-eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr=jUnit123456
-eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.type=jks
-eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.ernpclient.ssl.key.alias=meta
-eidas.ms.auth.eIDAS.ernpclient.ssl.key.password=password
-
-## PVP2 S-Profile end-point configuration
-eidas.ms.pvp2.keystore.type=jks
-eidas.ms.pvp2.keystore.path=keys/junit.jks
-eidas.ms.pvp2.keystore.password=password
-eidas.ms.pvp2.key.metadata.alias=meta
-eidas.ms.pvp2.key.metadata.password=password
-eidas.ms.pvp2.key.signing.alias=sig
-eidas.ms.pvp2.key.signing.password=password
-eidas.ms.pvp2.metadata.validity=24
-
-eidas.ms.pvp2.metadata.organisation.name=JUnit
-eidas.ms.pvp2.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.pvp2.metadata.organisation.url=http://junit.test
-eidas.ms.pvp2.metadata.contact.givenname=Max
-eidas.ms.pvp2.metadata.contact.surname=Mustermann
-eidas.ms.pvp2.metadata.contact.email=max@junit.test
-
-## Service Provider configuration
-eidas.ms.sp.0.uniqueID=https://demo.egiz.gv.at/demoportal_moaid-2.0/sp/eidas/metadata
-eidas.ms.sp.0.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.0.pvp2.metadata.truststore.password=password
-eidas.ms.sp.0.friendlyName=jUnit test
-eidas.ms.sp.0.newEidMode=true
-
-#eidas.ms.sp.0.pvp2.metadata.url=
-#eidas.ms.sp.0.policy.allowed.requested.targets=.*
-#eidas.ms.sp.0.policy.hasBaseIdTransferRestriction=false
-
-## Service Provider configuration
-eidas.ms.sp.1.uniqueID=https://demo.egiz.gv.at/junit_test
-eidas.ms.sp.1.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.1.pvp2.metadata.truststore.password=password
-eidas.ms.sp.1.friendlyName=jUnit test
-eidas.ms.sp.1.pvp2.metadata.url=http://junit.test/metadata
-eidas.ms.sp.1.policy.allowed.requested.targets=test
-eidas.ms.sp.1.policy.hasBaseIdTransferRestriction=true
-
-
-#### eIDAS ms-specific Proxy-Service configuration
-eidas.ms.auth.eIDAS.node_v2.proxy.entityId=ownSpecificProxy
-eidas.ms.auth.eIDAS.node_v2.proxy.forward.endpoint=http://eidas.proxy/endpoint
-
-
-## PVP2 S-Profile communication with ID Austria System
-# EntityId and optional metadata of ID Austria System
-eidas.ms.modules.idaustriaauth.idp.entityId=http://junit.idaustria.at/idp
-#eidas.ms.modules.idaustriaauth.idp.metadataUrl=http://junit.idaustria.at/idp/metadata
-
-# SAML2 client configuration
-eidas.ms.modules.idaustriaauth.keystore.type=jks
-#eidas.ms.modules.idaustriaauth.keystore.name=
-eidas.ms.modules.idaustriaauth.keystore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.keystore.password=password
-eidas.ms.modules.idaustriaauth.metadata.sign.alias=meta
-eidas.ms.modules.idaustriaauth.metadata.sign.password=password
-eidas.ms.modules.idaustriaauth.request.sign.alias=sig
-eidas.ms.modules.idaustriaauth.request.sign.password=password
-eidas.ms.modules.idaustriaauth.response.encryption.alias=enc
-eidas.ms.modules.idaustriaauth.response.encryption.password=password
-
-# TrustStore to validate SAML2 metadata from ID Austria
-eidas.ms.modules.idaustriaauth.truststore.type=jks
-eidas.ms.modules.idaustriaauth.truststore.name=
-eidas.ms.modules.idaustriaauth.truststore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.truststore.password=password
-
-
-## PVP2 S-Profile client configuration
-#eidas.ms.modules.idaustriaclient.keystore.type=jks
-#eidas.ms.modules.idaustriaclient.keystore.path=keys/junit.jks1
-#eidas.ms.modules.idaustriaclient.keystore.password=password
-#eidas.ms.modules.idaustriaclient.key.metadata.alias=meta
-#eidas.ms.modules.idaustriaclient.key.metadata.password=password
-#eidas.ms.modules.idaustriaclient.key.signing.alias=sig
-#eidas.ms.modules.idaustriaclient.key.signing.password=password
-#eidas.ms.modules.idaustriaclient.metadata.validity=24
-
-eidas.ms.modules.idaustriaclient.keystore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaclient.keystore.password=password
-eidas.ms.modules.idaustriaclient.keystore.type=jks
-
-eidas.ms.modules.idaustriaclient.metadata.sign.alias=meta
-eidas.ms.modules.idaustriaclient.metadata.sign.password=password
-eidas.ms.modules.idaustriaclient.request.sign.alias=sig
-eidas.ms.modules.idaustriaclient.request.sign.password=password
-eidas.ms.modules.idaustriaclient.response.encryption.alias=enc
-eidas.ms.modules.idaustriaclient.response.encryption.password=password
-
-eidas.ms.modules.idaustriaclient.truststore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaclient.truststore.password=password
-eidas.ms.modules.idaustriaclient.truststore.type=jks
-
-eidas.ms.modules.idaustriaclient.node.entityId=
-eidas.ms.modules.idaustriaclient.sp.entityId=
-eidas.ms.modules.idaustriaclient.node.metadataUrl=
-
-eidas.ms.modules.idaustriaclient.metadata.organisation.name=JUnit
-eidas.ms.modules.idaustriaclient.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.modules.idaustriaclient.metadata.organisation.url=http://junit.test
-eidas.ms.modules.idaustriaclient.metadata.contact.givenname=Max
-eidas.ms.modules.idaustriaclient.metadata.contact.surname=Mustermann
-eidas.ms.modules.idaustriaclient.metadata.contact.email=max@junit.test
-
-
diff --git a/connector/src/test/resources/config/junit_config_2_springboot.properties b/connector/src/test/resources/config/junit_config_2_springboot.properties
deleted file mode 100644
index a223865d..00000000
--- a/connector/src/test/resources/config/junit_config_2_springboot.properties
+++ /dev/null
@@ -1,170 +0,0 @@
-## embbeded Tomcat
-tomcat.workingdir=./target/work
-tomcat.ajp.enabled=true
-tomcat.ajp.port=8009
-tomcat.ajp.networkAddress=127.0.0.1
-tomcat.ajp.additionalAttributes.secretrequired=true
-tomcat.ajp.additionalAttributes.secret=junit
-
-## Basic service configuration
-eidas.ms.context.url.prefix=http://localhost
-eidas.ms.core.configRootDir=file:./src/test/resources/config/
-
-eidas.ms.context.use.clustermode=true
-
-##Monitoring
-eidas.ms.monitoring.eIDASNode.metadata.url=
-
-## extended validation of pending-request Id's
-eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret
-
-## eIDAS Ref. Implementation connector ###
-eidas.ms.auth.eIDAS.node_v2.forward.endpoint=http://eidas.node/junit
-
-eidas.ms.auth.eIDAS.szrclient.useTestService=true
-eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password=
-
-#tech. AuthBlock signing for E-ID process
-eidas.ms.auth.eIDAS.authblock.keystore.password=f/+saJBc3a}*/T^s
-eidas.ms.auth.eIDAS.authblock.keystore.friendlyName=connectorkeypair
-eidas.ms.auth.eIDAS.authblock.keystore.path=keys/teststore.jks
-eidas.ms.auth.eIDAS.authblock.keystore.type=jks
-eidas.ms.auth.eIDAS.authblock.key.alias=connectorkeypair
-eidas.ms.auth.eIDAS.authblock.key.password=f/+saJBc3a}*/T^s
-
-
-#Raw eIDAS Id data storage
-eidas.ms.auth.eIDAS.szrclient.debug.logfullmessages=true
-eidas.ms.auth.eIDAS.szrclient.debug.useDummySolution=false
-
-
-#### matching######
-# ZMR communication
-eidas.ms.auth.eIDAS.zmrclient.endpoint=http://localhost:1234/demozmr
-eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.type=jks
-eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.zmrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.zmrclient.ssl.trustStore.password=
-
-eidas.ms.auth.eIDAS.zmrclient.req.organisation.behoerdennr=jUnit123456
-eidas.ms.auth.eIDAS.zmrclient.req.update.reason.code=EIDAS-KITT
-
-# ERnP communication
-eidas.ms.auth.eIDAS.ernpclient.endpoint=http://localhost:1718/demoernp
-eidas.ms.auth.eIDAS.ernpclient.req.organisation.behoerdennr=jUnit123456
-eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.type=jks
-eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.ernpclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.ernpclient.ssl.key.alias=meta
-eidas.ms.auth.eIDAS.ernpclient.ssl.key.password=password
-
-
-## PVP2 S-Profile end-point configuration
-eidas.ms.pvp2.keystore.type=jks
-eidas.ms.pvp2.keystore.path=keys/junit.jks
-eidas.ms.pvp2.keystore.password=password
-eidas.ms.pvp2.key.metadata.alias=meta
-eidas.ms.pvp2.key.metadata.password=password
-eidas.ms.pvp2.key.signing.alias=sig
-eidas.ms.pvp2.key.signing.password=password
-eidas.ms.pvp2.metadata.validity=24
-
-eidas.ms.pvp2.metadata.organisation.name=JUnit
-eidas.ms.pvp2.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.pvp2.metadata.organisation.url=http://junit.test
-eidas.ms.pvp2.metadata.contact.givenname=Max
-eidas.ms.pvp2.metadata.contact.surname=Mustermann
-eidas.ms.pvp2.metadata.contact.email=max@junit.test
-
-## Service Provider configuration
-eidas.ms.sp.0.uniqueID=https://demo.egiz.gv.at/demoportal_moaid-2.0/sp/eidas/metadata
-eidas.ms.sp.0.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.0.pvp2.metadata.truststore.password=password
-eidas.ms.sp.0.friendlyName=jUnit test
-eidas.ms.sp.0.newEidMode=true
-
-#eidas.ms.sp.0.pvp2.metadata.url=
-#eidas.ms.sp.0.policy.allowed.requested.targets=.*
-#eidas.ms.sp.0.policy.hasBaseIdTransferRestriction=false
-
-## Service Provider configuration
-eidas.ms.sp.1.uniqueID=https://demo.egiz.gv.at/junit_test
-eidas.ms.sp.1.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.1.pvp2.metadata.truststore.password=password
-eidas.ms.sp.1.friendlyName=jUnit test
-eidas.ms.sp.1.pvp2.metadata.url=http://junit.test/metadata
-eidas.ms.sp.1.policy.allowed.requested.targets=test
-eidas.ms.sp.1.policy.hasBaseIdTransferRestriction=true
-
-
-
-#### eIDAS ms-specific Proxy-Service configuration
-eidas.ms.auth.eIDAS.node_v2.proxy.entityId=ownSpecificProxy
-eidas.ms.auth.eIDAS.node_v2.proxy.forward.endpoint=http://eidas.proxy/endpoint
-
-
-## PVP2 S-Profile communication with ID Austria System
-# EntityId and optional metadata of ID Austria System
-eidas.ms.modules.idaustriaauth.idp.entityId=http://junit.idaustria.at/idp
-#eidas.ms.modules.idaustriaauth.idp.metadataUrl=http://junit.idaustria.at/idp/metadata
-
-# SAML2 client configuration
-eidas.ms.modules.idaustriaauth.keystore.type=jks
-#eidas.ms.modules.idaustriaauth.keystore.name=
-eidas.ms.modules.idaustriaauth.keystore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.keystore.password=password
-eidas.ms.modules.idaustriaauth.metadata.sign.alias=meta
-eidas.ms.modules.idaustriaauth.metadata.sign.password=password
-eidas.ms.modules.idaustriaauth.request.sign.alias=sig
-eidas.ms.modules.idaustriaauth.request.sign.password=password
-eidas.ms.modules.idaustriaauth.response.encryption.alias=enc
-eidas.ms.modules.idaustriaauth.response.encryption.password=password
-
-# TrustStore to validate SAML2 metadata from ID Austria
-eidas.ms.modules.idaustriaauth.truststore.type=jks
-eidas.ms.modules.idaustriaauth.truststore.name=
-eidas.ms.modules.idaustriaauth.truststore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.truststore.password=password
-
-## PVP2 S-Profile client configuration
-#eidas.ms.modules.idaustriaclient.keystore.type=jks
-#eidas.ms.modules.idaustriaclient.keystore.path=keys/junit.jks1
-#eidas.ms.modules.idaustriaclient.keystore.password=password
-#eidas.ms.modules.idaustriaclient.key.metadata.alias=meta
-#eidas.ms.modules.idaustriaclient.key.metadata.password=password
-#eidas.ms.modules.idaustriaclient.key.signing.alias=sig
-#eidas.ms.modules.idaustriaclient.key.signing.password=password
-#eidas.ms.modules.idaustriaclient.metadata.validity=24
-
-eidas.ms.modules.idaustriaclient.keystore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaclient.keystore.password=password
-eidas.ms.modules.idaustriaclient.keystore.type=jks
-
-eidas.ms.modules.idaustriaclient.metadata.sign.alias=meta
-eidas.ms.modules.idaustriaclient.metadata.sign.password=password
-eidas.ms.modules.idaustriaclient.request.sign.alias=sig
-eidas.ms.modules.idaustriaclient.request.sign.password=password
-eidas.ms.modules.idaustriaclient.response.encryption.alias=enc
-eidas.ms.modules.idaustriaclient.response.encryption.password=password
-
-eidas.ms.modules.idaustriaclient.truststore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaclient.truststore.password=password
-eidas.ms.modules.idaustriaclient.truststore.type=jks
-
-eidas.ms.modules.idaustriaclient.node.entityId=
-eidas.ms.modules.idaustriaclient.node.metadataUrl=
-
-eidas.ms.modules.idaustriaclient.metadata.organisation.name=JUnit
-eidas.ms.modules.idaustriaclient.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.modules.idaustriaclient.metadata.organisation.url=http://junit.test
-eidas.ms.modules.idaustriaclient.metadata.contact.givenname=Max
-eidas.ms.modules.idaustriaclient.metadata.contact.surname=Mustermann
-eidas.ms.modules.idaustriaclient.metadata.contact.email=max@junit.test
-
-
diff --git a/connector/src/test/resources/config/junit_config_3.properties b/connector/src/test/resources/config/junit_config_3.properties
deleted file mode 100644
index b4de5aa9..00000000
--- a/connector/src/test/resources/config/junit_config_3.properties
+++ /dev/null
@@ -1,148 +0,0 @@
-## Basic service configuration
-eidas.ms.context.url.prefix=
-eidas.ms.context.url.request.validation=false
-eidas.ms.core.configRootDir=file:./src/test/resources/config/
-
-eidas.ms.context.use.clustermode=true
-
-##Monitoring
-eidas.ms.monitoring.eIDASNode.metadata.url=
-
-
-##Specific logger configuration
-eidas.ms.technicallog.write.MDS.into.techlog=true
-eidas.ms.revisionlog.write.MDS.into.revisionlog=true
-eidas.ms.revisionlog.logIPAddressOfUser=true
-
-##Directory for static Web content
-eidas.ms.webcontent.static.directory=webcontent/
-eidas.ms.webcontent.templates=templates/
-eidas.ms.webcontent.properties=properties/messages
-eidas.ms.webcontent.templates.countryselection=countrySelection.html
-
-## extended validation of pending-request Id's
-eidas.ms.core.pendingrequestid.maxlifetime=300
-eidas.ms.core.pendingrequestid.digist.algorithm=HmacSHA256
-eidas.ms.core.pendingrequestid.digist.secret=pendingReqIdSecret
-
-## eIDAS Ref. Implementation connector ###
-eidas.ms.auth.eIDAS.node_v2.entityId=ownSpecificConnector
-eidas.ms.auth.eIDAS.node_v2.forward.endpoint=
-eidas.ms.auth.eIDAS.node_v2.forward.method=POST
-eidas.ms.auth.eIDAS.node_v2.countrycode=AT
-eidas.ms.auth.eIDAS.node_v2.publicSectorTargets=.*
-eidas.ms.auth.eIDAS.node_v2.workarounds.addAlwaysProviderName=true
-eidas.ms.auth.eIDAS.node_v2.workarounds.useRequestIdAsTransactionIdentifier=true
-eidas.ms.auth.eIDAS.node_v2.workarounds.useStaticProviderNameForPublicSPs=true
-
-eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/substantial
-
-eidas.ms.auth.eIDAS.szrclient.useTestService=true
-eidas.ms.auth.eIDAS.szrclient.endpoint.prod=
-eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/junit.jks
-eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password=password
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path=
-eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.password=
-eidas.ms.auth.eIDAS.szrclient.timeout.connection=15
-eidas.ms.auth.eIDAS.szrclient.timeout.response=30
-eidas.ms.auth.eIDAS.szrclient.params.vkz=
-
-eidas.ms.auth.eIDAS.szrclient.params.useSZRForbPKCalculation=false
-
-
-#Raw eIDAS Id data storage
-eidas.ms.auth.eIDAS.szrclient.workarounds.eidmapping.revisionlog.active=true
-
-eidas.ms.auth.eIDAS.szrclient.params.setPlaceOfBirthIfAvailable=true
-eidas.ms.auth.eIDAS.szrclient.params.setBirthNameIfAvailable=true
-
-eidas.ms.auth.eIDAS.szrclient.debug.logfullmessages=true
-eidas.ms.auth.eIDAS.szrclient.debug.useDummySolution=true
-
-##without mandates
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.0=PersonIdentifier,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.1=FamilyName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.onlynatural.2=FirstName,true
-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
-
-##with mandates ---- NOT FULLY SUPPORTED AT THE MOMENT -----
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.0=PersonIdentifier,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.1=FamilyName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.2=FirstName,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.3=DateOfBirth,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.4=LegalPerson,true
-eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.5=LegalName,true
-
-
-## PVP2 S-Profile end-point configuration
-eidas.ms.pvp2.keystore.type=jks
-eidas.ms.pvp2.keystore.path=keys/junit.jks
-eidas.ms.pvp2.keystore.password=password
-eidas.ms.pvp2.key.metadata.alias=
-eidas.ms.pvp2.key.metadata.password=
-eidas.ms.pvp2.key.signing.alias=
-eidas.ms.pvp2.key.signing.password=
-eidas.ms.pvp2.metadata.validity=24
-
-eidas.ms.pvp2.metadata.organisation.name=JUnit
-eidas.ms.pvp2.metadata.organisation.friendyname=For testing with jUnit
-eidas.ms.pvp2.metadata.organisation.url=http://junit.test
-eidas.ms.pvp2.metadata.contact.givenname=Max
-eidas.ms.pvp2.metadata.contact.surname=Mustermann
-eidas.ms.pvp2.metadata.contact.email=max@junit.test
-
-## Service Provider configuration
-eidas.ms.sp.0.uniqueID=
-eidas.ms.sp.0.pvp2.metadata.truststore=keys/junit.jks
-eidas.ms.sp.0.pvp2.metadata.truststore.password=password
-eidas.ms.sp.0.newEidMode=true
-
-#eidas.ms.sp.0.friendlyName=
-#eidas.ms.sp.0.pvp2.metadata.url=
-#eidas.ms.sp.0.policy.allowed.requested.targets=.*
-#eidas.ms.sp.0.policy.hasBaseIdTransferRestriction=false
-
-
-
-#### eIDAS ms-specific Proxy-Service configuration
-eidas.ms.auth.eIDAS.node_v2.proxy.entityId=ownSpecificProxy
-eidas.ms.auth.eIDAS.node_v2.proxy.forward.endpoint=http://eidas.proxy/endpoint
-
-
-## PVP2 S-Profile communication with ID Austria System
-# EntityId and optional metadata of ID Austria System
-eidas.ms.modules.idaustriaauth.idp.entityId=http://junit.idaustria.at/idp
-#eidas.ms.modules.idaustriaauth.idp.metadataUrl=http://junit.idaustria.at/idp/metadata
-
-# SAML2 client configuration
-eidas.ms.modules.idaustriaauth.keystore.type=jks
-#eidas.ms.modules.idaustriaauth.keystore.name=
-eidas.ms.modules.idaustriaauth.keystore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.keystore.password=password
-eidas.ms.modules.idaustriaauth.metadata.sign.alias=meta
-eidas.ms.modules.idaustriaauth.metadata.sign.password=password
-eidas.ms.modules.idaustriaauth.request.sign.alias=sig
-eidas.ms.modules.idaustriaauth.request.sign.password=password
-eidas.ms.modules.idaustriaauth.response.encryption.alias=enc
-eidas.ms.modules.idaustriaauth.response.encryption.password=password
-
-# TrustStore to validate SAML2 metadata from ID Austria
-eidas.ms.modules.idaustriaauth.truststore.type=jks
-eidas.ms.modules.idaustriaauth.truststore.name=
-eidas.ms.modules.idaustriaauth.truststore.path=keys/junit_test.jks
-eidas.ms.modules.idaustriaauth.truststore.password=password
-
-
-
-##only for advanced config
-eidas.ms.configuration.sp.disableRegistrationRequirement=
-eidas.ms.configuration.restrictions.baseID.spTransmission=
-eidas.ms.configuration.auth.default.countrycode=
-eidas.ms.configuration.pvp.scheme.validation=
-eidas.ms.configuration.pvp.enable.entitycategories=
\ No newline at end of file
diff --git a/connector/src/test/resources/config/keys/Metadata.pem b/connector/src/test/resources/config/keys/Metadata.pem
deleted file mode 100644
index b544c194..00000000
--- a/connector/src/test/resources/config/keys/Metadata.pem
+++ /dev/null
@@ -1,18 +0,0 @@
------BEGIN CERTIFICATE-----
-MIIC+jCCAeKgAwIBAgIEXjF+fTANBgkqhkiG9w0BAQsFADA/MQswCQYDVQQGEwJB
-VDENMAsGA1UEBwwERUdJWjEOMAwGA1UECgwFalVuaXQxETAPBgNVBAMMCE1ldGFk
-YXRhMB4XDTIwMDEyOTEyNDU0OVoXDTI2MDEyODEyNDU0OVowPzELMAkGA1UEBhMC
-QVQxDTALBgNVBAcMBEVHSVoxDjAMBgNVBAoMBWpVbml0MREwDwYDVQQDDAhNZXRh
-ZGF0YTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK230G3dxNbNlSYA
-O5Kx/Js0aBAgxMt7q9m+dA35fK/dOvF/GjrqjWsMCnax+no9gLnq6x0gXiJclz6H
-rp/YDOfLrJjMpNL/r0FWT947vbnEj7eT8TdY5d6Yi8AZulZmjiCI5nbZh2zwrP4+
-WqRroLoPhXQj8mDyp26M4xHBBUhLMRc2HV4S+XH4uNZ/vTmb8vBg31XGHCY33gl7
-/KA54JNGxJdN8Dxv6yHYsm91ZfVrX39W0iYLUNhUCkolwuQmjDVfrExM8BTLIONb
-f+erJoCm3A9ghZyDYRQ/e69/UEUqDa6XOzykr88INkQscEiAXCDS+EBPMpKo+t3l
-PIA9r7kCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAh/2mg4S03bdZy1OVtEAudBT9
-YZb9OF34hxPtNbkB/V04wSIg1d4TBr5KDhV7CdiUOxPZzHpS8LUCgfGX306FB6NX
-zh/b67uTOPaE72AB4VIT/Np0fsM7k5WhG9k9NoprIGiqCz2lXcfpZiT+LtSO1vWS
-YI87wR9KOSWjcw/5i5qZIAJuwvLCQj5JtUsmrhHK75222J3TJf4dS/gfN4xfY2rW
-9vcXtH6//8WdWp/zx9V7Z1ZsDb8TDKtBCEGuFDgVeU5ScKtVq8qRoUKD3Ve76cZi
-purO3KrRrVAuZP2EfLkZdHEHqe8GPigNnZ5kTn8V2VJ3iRAQ73hpJRR98tFd0A==
------END CERTIFICATE-----
diff --git a/connector/src/test/resources/config/keys/junit.jks b/connector/src/test/resources/config/keys/junit.jks
deleted file mode 100644
index 59e6ad13..00000000
Binary files a/connector/src/test/resources/config/keys/junit.jks and /dev/null differ
diff --git a/connector/src/test/resources/config/keys/junit_test.jks b/connector/src/test/resources/config/keys/junit_test.jks
deleted file mode 100644
index ee6254a9..00000000
Binary files a/connector/src/test/resources/config/keys/junit_test.jks and /dev/null differ
diff --git a/connector/src/test/resources/config/keys/teststore.jks b/connector/src/test/resources/config/keys/teststore.jks
deleted file mode 100644
index fcc6400c..00000000
Binary files a/connector/src/test/resources/config/keys/teststore.jks and /dev/null differ
diff --git a/connector/src/test/resources/config/log4j.properties b/connector/src/test/resources/config/log4j.properties
deleted file mode 100644
index 4426ea7e..00000000
--- a/connector/src/test/resources/config/log4j.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# commons-logging setup
-org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFactory
-
-# define log4j root loggers
-log4j.rootLogger=warn,stdout, console
-
-log4j.logger.at.gv.egiz.eidas.specific=info, msnode
-log4j.logger.at.gv.egiz.eidas.specific.connector.logger.RevisionLogger=info, reversion
-log4j.logger.at.gv.egiz.eidas.specific.connector.logger.StatisticLogger=info, statistic
-log4j.logger.eu.eidas=info, EIDASNODE
-
-log4j.additivity.at.gv.egiz.eidas.specific=false
-log4j.additivity.at.gv.egiz.eidas.specific.connector.logger.RevisionLogger=false
-log4j.additivity.at.gv.egiz.eidas.specific.connector.logger.StatisticLogger=false
-log4j.additivity.eu.eidas=false
-
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n
-
-log4j.appender.stdout=org.apache.log4j.RollingFileAppender
-log4j.appender.stdout.File=${catalina.base}/logs/console.log
-log4j.appender.stdout.MaxFileSize=10000KB
-log4j.appender.stdout.MaxBackupIndex=9999
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-log4j.appender.msnode=org.apache.log4j.RollingFileAppender
-log4j.appender.msnode.File=${catalina.base}/logs/eidas-ms-reversion.log
-log4j.appender.msnode.MaxFileSize=10000KB
-log4j.appender.msnode.MaxBackupIndex=9999
-log4j.appender.msnode.layout=org.apache.log4j.PatternLayout
-log4j.appender.msnode.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-log4j.appender.reversion=org.apache.log4j.RollingFileAppender
-log4j.appender.reversion.File=${catalina.base}/logs/eidas-ms-reversion.log
-log4j.appender.reversion.MaxFileSize=10000KB
-log4j.appender.reversion.MaxBackupIndex=9999
-log4j.appender.reversion.layout=org.apache.log4j.PatternLayout
-log4j.appender.reversion.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-log4j.appender.statistic=org.apache.log4j.RollingFileAppender
-log4j.appender.statistic.File=${catalina.base}/logs/eidas-ms-statistic.log
-log4j.appender.statistic.MaxFileSize=10000KB
-log4j.appender.statistic.MaxBackupIndex=9999
-log4j.appender.statistic.layout=org.apache.log4j.PatternLayout
-log4j.appender.statistic.layout.ConversionPattern=%m%n
-
-log4j.appender.EIDASNODE=org.apache.log4j.RollingFileAppender
-log4j.appender.EIDASNODE.File=${catalina.base}/logs/eIDAS_node.log
-log4j.appender.EIDASNODE.MaxFileSize=10000KB
-log4j.appender.EIDASNODE.MaxBackupIndex=9999
-log4j.appender.EIDASNODE.layout=org.apache.log4j.PatternLayout
-log4j.appender.EIDASNODE.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
\ No newline at end of file
diff --git a/connector/src/test/resources/config/logback_config.xml b/connector/src/test/resources/config/logback_config.xml
deleted file mode 100644
index bb3de3e8..00000000
--- a/connector/src/test/resources/config/logback_config.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- ${catalina.base}/logs/eIDAS_node.log
-
- %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-
- 9999
- ${catalina.base}/logs/eIDAS_node.log.%i
-
-
- 10000KB
-
-
-
-
- ${catalina.base}/logs/eidas-ms-reversion.log
-
- %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-
- 9999
- ${catalina.base}/logs/eidas-ms-reversion.log.%i
-
-
- 10000KB
-
-
-
-
- ${catalina.base}/logs/eidas-ms-reversion.log
-
- %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-
- 9999
- ${catalina.base}/logs/eidas-ms-reversion.log.%i
-
-
- 10000KB
-
-
-
-
- ${catalina.base}/logs/eidas-ms-statistic.log
-
- %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-
- 9999
- ${catalina.base}/logs/eidas-ms-statistic.log.%i
-
-
- 10000KB
-
-
-
-
- ${catalina.base}/logs/console.log
-
- %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n
-
-
- 9999
- ${catalina.base}/logs/console.log.%i
-
-
- 10000KB
-
-
-
-
- %5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/connector/src/test/resources/config/properties/messages.properties b/connector/src/test/resources/config/properties/messages.properties
deleted file mode 100644
index 23dd48c3..00000000
--- a/connector/src/test/resources/config/properties/messages.properties
+++ /dev/null
@@ -1,126 +0,0 @@
-####### GUI elements ####
-gui.general.language.selection.title=Language selection
-gui.general.language.selection.de=Deutsch
-gui.general.language.selection.en=English
-
-##Errorpage template
-gui.errorpage.msg.title=Authentication error arise
-gui.errorpage.msg.information=The authentication stops on account of a process error:
-gui.errorpage.msg.errorcode=Error Code:
-gui.errorpage.msg.errormsg=Error Message:
-gui.errorpage.msg.stacktrace=Stacktrace:
-
-##Country-Selection page
-gui.countryselection.title=eIDAS-Login Countryselection
-gui.countryselection.logo.bmi.alt=Logo BMI
-gui.countryselection.link.bmi=Mainpage BMI
-gui.countryselection.header1=Federal Ministry of Internal Affairs
-gui.countryselection.header2=Austrian Central eIDAS Node
-gui.countryselection.header3=Operated by Federal Ministry of Internal Affairs
-gui.countryselection.header.selection=Select your country
-gui.countryselection.cancel=Cancel
-gui.countryselection.notsupportedinfo=If you cannot find your country in this list then your electronic identity (eID) is not yet supported.
-
-gui.countryselection.infos.general.header=Information on Logins with European eIDs
-gui.countryselection.infos.general.link.1=eIDAS regulation of the European Union
-gui.countryselection.infos.general.link.2=Austrian Supplementary Register for Natural Persons (ERnP)
-gui.countryselection.infos.general.part.1=This is the central eIDAS node of the Republic of Austria, operated by the
-gui.countryselection.infos.general.part.2=It enables logins at Austrian online services using an electronic identity (eID) of another EU member state. You have been redirected to this page, as you have initiated a login to an online service using the option "EU Login".
-gui.countryselection.infos.general.part.3=The central eIDAS node of the Republic of Austria allows you to login to Austrian online services using the eID of your home country. This way, compliance with the
-gui.countryselection.infos.general.part.4=, which regulates the mutual cross-border acceptance of national eIDs, is achieved. The mutual cross-border acceptance of national eIDs is implemented successively within the EU. Currently, the central eIDAS node of the Republic of Austria supports logins using the eID systems of the Member States mentioned above. More Member States will be added according to availability of their respective eID solutions.
-gui.countryselection.infos.general.part.5=After selecting your home country on this page, you are forwarded to the familiar login environment of the selected member state. There, you can login with your eID as usual. After successful completion of the login process, you are automatically forwarded and logged in to the online service, from which you have been redirected to this page. During your first login, your eID data is also registered in the
-gui.countryselection.infos.general.part.6=This ensures that you will also be successfully and uniquely identified in subsequent logins at Austrian online services.
-
-gui.countryselection.country.be=Belgium
-gui.countryselection.country.be.logo.alt=Belgium-eID
-gui.countryselection.country.hr=Croatia
-gui.countryselection.country.hr.logo.alt=Croatia-eID
-gui.countryselection.country.cy=Cyprus
-gui.countryselection.country.cy.logo.alt=Cyprus-eID
-gui.countryselection.country.cz=Czech Republic
-gui.countryselection.country.cz.logo.alt=Czech Republic-eID
-gui.countryselection.country.ee=Estonia
-gui.countryselection.country.ee.logo.alt=Estonia-eID
-gui.countryselection.country.de=Germany
-gui.countryselection.country.de.logo.alt=German-eID
-gui.countryselection.country.is=Iceland
-gui.countryselection.country.is.logo.alt=Iceland-eID
-gui.countryselection.country.it=Italy
-gui.countryselection.country.it.logo.alt=Italy-eID
-gui.countryselection.country.lt=Lithuania
-gui.countryselection.country.lt.logo.alt=Lithuania-eID
-gui.countryselection.country.lv=Latvia
-gui.countryselection.country.lv.logo.alt=Latvia-eID
-gui.countryselection.country.nl=Netherlands
-gui.countryselection.country.nl.logo.alt=Netherlands-eID
-gui.countryselection.country.pl=Poland
-gui.countryselection.country.pl.logo.alt=Poland-eID
-gui.countryselection.country.pt=Portugal
-gui.countryselection.country.pt.logo.alt=Portugal-eID
-gui.countryselection.country.si=Slovenia
-gui.countryselection.country.si.logo.alt=Slovenia-eID
-gui.countryselection.country.es=SSpain
-gui.countryselection.country.es.logo.alt=Spain-eID
-
-gui.countryselection.country.bg=Bulgaria
-gui.countryselection.country.bg.logo.alt=Bulgaria-eID
-gui.countryselection.country.dk=Denmark
-gui.countryselection.country.dk.logo.alt=Denmark-eID
-gui.countryselection.country.fi=Finland
-gui.countryselection.country.fi.logo.alt=Finland-eID
-gui.countryselection.country.fr=France
-gui.countryselection.country.fr.logo.alt=France-eID
-gui.countryselection.country.gr=Greece
-gui.countryselection.country.gr.logo.alt=Greece-eID
-gui.countryselection.country.hu=Hungary
-gui.countryselection.country.hu.logo.alt=Hungary-eID
-gui.countryselection.country.ir=Ireland
-gui.countryselection.country.ir.logo.alt=Ireland-eID
-gui.countryselection.country.lu=Luxembourg
-gui.countryselection.country.lu.logo.alt=Luxembourg-eID
-gui.countryselection.country.mt=Malta
-gui.countryselection.country.mt.logo.alt=Malta-eID
-gui.countryselection.country.ro=Romania
-gui.countryselection.country.ro.logo.alt=Romania-eID
-gui.countryselection.country.sk=Slovakia
-gui.countryselection.country.sk.logo.alt=Slovakia-eID
-gui.countryselection.country.se=Sweden
-gui.countryselection.country.se.logo.alt=Sweden-eID
-gui.countryselection.country.uk=United Kingdom
-gui.countryselection.country.uk.logo.alt=United Kingdom-eID
-
-gui.countryselection.country.testcountry=TestCountry
-gui.countryselection.country.testcountry.logo.alt=Testcountry-eID
-
-gui.countryselection.mode.prod=Production
-gui.countryselection.mode.qs=QS
-gui.countryselection.mode.test=Test
-gui.countryselection.mode.dev=Development
-
-##Other Login Methods page
-gui.otherlogin.title=eIDAS-Login Other Login Methods
-gui.otherlogin.header.selection=Select an alternative login method
-gui.otherlogin.hs=Mobile Signature ("Handy-Signatur")
-gui.otherlogin.eidas=Alternative eIDAS ID
-gui.otherlogin.none=No alternative login methods
-gui.otherlogin.cancel=Cancel
-
-##Austrian Residency page
-gui.residency.title=Austrian Residency
-gui.residency.header.selection=Search for your Austrian Residency
-gui.residency.header.help=You can search for the address that you have been registered at in the past. Please enter a \
- postcode, municipality or village first to start the search.
-gui.residency.header.inputinvalid=Be sure to enter a value for Municipality or Village
-gui.residency.cancel=Cancel
-gui.residency.search=Search
-gui.residency.clear=Clear
-gui.residency.proceed=Proceed
-gui.residency.updated=Updated your input
-gui.residency.found=Found {0} results, click on one result to refine your search
-gui.residency.unique=Unique result found, please proceed
-gui.residency.error=Error on Backend Call
-gui.residency.input.postleitzahl=Postcode
-gui.residency.input.municipality=Municipality
-gui.residency.input.village=Village
-gui.residency.input.street=Street
-gui.residency.input.number=Number
\ No newline at end of file
diff --git a/connector/src/test/resources/config/properties/messages_de.properties b/connector/src/test/resources/config/properties/messages_de.properties
deleted file mode 100644
index 26b1b3c6..00000000
--- a/connector/src/test/resources/config/properties/messages_de.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-####### GUI elements ####
-gui.general.language.selection.title=Sprachauswahl
-gui.general.language.selection.de=Deutsch
-gui.general.language.selection.en=English
-
-##Errorpage template
-gui.errorpage.msg.title=Es ist ein Fehler aufgetreten
-gui.errorpage.msg.information=Der Anmeldevorgang wurde aufgrund eines Fehlers beendet:
-gui.errorpage.msg.errorcode=Fehlercode :
-gui.errorpage.msg.errormsg=Fehlermeldung:
-gui.errorpage.msg.stacktrace=Stacktrace:
-
-##Country-Selection page
-gui.countryselection.title=eIDAS-Login Länderauswahl
-gui.countryselection.logo.bmi.alt=Logo BMI
-gui.countryselection.link.bmi=Startseite BMI
-gui.countryselection.header1=Bundesministerium für Inneres
-gui.countryselection.header2=Zentraler eIDAS Knoten der Republik Österreich
-gui.countryselection.header3=Betrieben durch das Bundesministerium für Inneres
-gui.countryselection.header.selection=Wählen Sie Ihr Land
-gui.countryselection.cancel=Abbrechen
-gui.countryselection.notsupportedinfo=Wenn Sie Ihr Land in dieser Aufzählung nicht entdecken, dann wird Ihre elektronische Identität (eID) leider noch nicht unterstützt.
-
-gui.countryselection.infos.general.header=Information zur Anmeldung über Europäische eIDs
-gui.countryselection.infos.general.link.1=eIDAS-Verordnung der Europäischen Union
-gui.countryselection.infos.general.link.2=Ergänzungsregister für natürliche Personen (ERnP)
-gui.countryselection.infos.general.part.1=Sie befinden sich am zentralen eIDAS-Knoten der Republik Österreich. Dieser wird vom Österreichischen
-gui.countryselection.infos.general.part.2=betrieben und ermöglicht eine Anmeldungen zu österreichischen Online-Anwendungen unter Verwendung einer elektronischen Identität (eID) anderer EU-Mitgliedstaaten. Sie wurden hierher weitergeleitet, da Sie in einer Online-Anwendung eine Anmeldung via EU-Login initiiert haben.
-gui.countryselection.infos.general.part.3=Der zentrale eIDAS-Knoten der Republik Österreich ermöglicht Ihnen eine Anmeldung zu österreichischen Online-Anwendungen mit der eID Ihres Herkunftsstaates. Damit werden die Vorgaben der
-gui.countryselection.infos.general.part.4=erfüllt, die eine staatenübergreifende Akzeptanz nationaler eIDs vorsieht. Die wechselseitige Anerkennung nationaler eIDs erfolgt in der EU schrittweise. Aktuell unterstützt der zentrale eIDAS-Knoten der Republik Österreich Anmeldungen mit den eID-Systemen der oben angeführten Mitgliedstaaten. Diese Liste wird laufend erweitert.
-gui.countryselection.infos.general.part.5=Nachdem Sie auf dieser Seite einen Mitgliedsstaat ausgewählt haben, werden Sie an die gewohnte Anmeldeumgebung des jeweiligen Mitgliedsstaats weitergeleitet. Dort können Sie sich mit Ihrer eID wie gewohnt anmelden. Haben Sie den Anmeldeprozess erfolgreich abgeschlossen, werden Sie automatisch an die Online-Anwendung, von der aus Sie auf diese Auswahlseite gelangt sind, weitergeleitet und dort mit den Identitätsdaten Ihrer eID angemeldet. Gleichzeitig werden Sie bei Ihrer ersten Anmeldung auf diesem Weg mit Ihren eID-Daten in das österreichische
-gui.countryselection.infos.general.part.6=eingetragen. Damit wird sichergestellt, dass Sie auch im Rahmen zukünftiger Anmeldeprozesse zu österreichischen Online-Anwendungen erfolgreich und eindeutig identifiziert werden können.
-
-
-gui.countryselection.country.be=Belgien
-gui.countryselection.country.be.logo.alt=Belgische-eID
-gui.countryselection.country.hr=Kroatien
-gui.countryselection.country.hr.logo.alt=Kroatische-eID
-gui.countryselection.country.cy=Zypern
-gui.countryselection.country.cy.logo.alt=Zypriotische-eID
-gui.countryselection.country.cz=Tschechische Republik
-gui.countryselection.country.cz.logo.alt=Tschechische Republik-eID
-gui.countryselection.country.ee=Estland
-gui.countryselection.country.ee.logo.alt=Estländische-eID
-gui.countryselection.country.de=Deutschland
-gui.countryselection.country.de.logo.alt=Deutsche-eID
-gui.countryselection.country.is=Island
-gui.countryselection.country.is.logo.alt=Isländische-eID
-gui.countryselection.country.it=Italien
-gui.countryselection.country.it.logo.alt=Italienische-eID
-gui.countryselection.country.lt=Litauen
-gui.countryselection.country.lt.logo.alt=Litauische-eID
-gui.countryselection.country.lv=Lettland
-gui.countryselection.country.lv.logo.alt=Lettländische-eID
-gui.countryselection.country.nl=Niederlande
-gui.countryselection.country.nl.logo.alt=Niederländische-eID
-gui.countryselection.country.pl=Polen
-gui.countryselection.country.pl.logo.alt=Polnische-eID
-gui.countryselection.country.pt=Portugal
-gui.countryselection.country.pt.logo.alt=Portugisische-eID
-gui.countryselection.country.si=Slovenien
-gui.countryselection.country.si.logo.alt=Slovenische-eID
-gui.countryselection.country.es=Spanien
-gui.countryselection.country.es.logo.alt=Spanische-eID
-
-gui.countryselection.country.bg=Bulgarien
-gui.countryselection.country.bg.logo.alt=Bulgarische-eID
-gui.countryselection.country.dk=Dänemark
-gui.countryselection.country.dk.logo.alt=Dänische-eID
-gui.countryselection.country.fi=Finnland
-gui.countryselection.country.fi.logo.alt=Finische-eID
-gui.countryselection.country.fr=Frankreich
-gui.countryselection.country.fr.logo.alt=Französiche-eID
-gui.countryselection.country.gr=Grichenland
-gui.countryselection.country.gr.logo.alt=Grichische-eID
-gui.countryselection.country.hu=Ungarn
-gui.countryselection.country.hu.logo.alt=Ungarische-eID
-gui.countryselection.country.ir=Irland
-gui.countryselection.country.ir.logo.alt=Irische-eID
-gui.countryselection.country.lu=Luxenburg
-gui.countryselection.country.lu.logo.alt=Luxenburgische-eID
-gui.countryselection.country.mt=Malta
-gui.countryselection.country.mt.logo.alt=Malta-eID
-gui.countryselection.country.ro=Romänien
-gui.countryselection.country.ro.logo.alt=Romänische-eID
-gui.countryselection.country.sk=Slovakei
-gui.countryselection.country.sk.logo.alt=Slovakische-eID
-gui.countryselection.country.se=Schweden
-gui.countryselection.country.se.logo.alt=Schwedische-eID
-gui.countryselection.country.uk=Großbritanien
-gui.countryselection.country.uk.logo.alt=Britische-eID
-
-gui.countryselection.country.testcountry=Testland
-gui.countryselection.country.testcountry.logo.alt=Testland-eID
-
-gui.countryselection.mode.prod=Produktion
-gui.countryselection.mode.qs=Qualitätsicherung
-gui.countryselection.mode.test=Test
-gui.countryselection.mode.dev=Development
-
-##Other Login Methods page
-gui.otherlogin.title=eIDAS-Login Alternative Anmeldemethoden
-gui.otherlogin.header.selection=Wählen Sie eine alternative Anmeldemethode
-gui.otherlogin.hs=Handy-Signatur
-gui.otherlogin.eidas=Alternativer eIDAS Login
-gui.otherlogin.none=Keine
-gui.otherlogin.cancel=Abbrechen
-
-##Austrian Residency page
-gui.residency.title=Österreichischer Wohnsitz
-gui.residency.header.selection=Suche nach Österreichischem Wohnsitz
-gui.residency.header.help=Hier können Sie nach einem Wohnsitze in Österreich suchen. Bitte geben Sie zuerst eine \
- Postleitzahl, Gemeinde oder Ortschaft ein um die Suche zu starten.
-gui.residency.header.inputinvalid=Bitte geben Sie einen Wert für Gemeinde oder Ortschaft ein
-gui.residency.cancel=Abbrechen
-gui.residency.search=Suche
-gui.residency.clear=Löschen
-gui.residency.proceed=Fortfahren
-gui.residency.updated=Eingabe aktualisiert
-gui.residency.found={0} Ergebnisse gefunden, klicken Sie auf ein Ergebnis um die Suche zu verfeinern
-gui.residency.unique=Eindeutiges Ergebnis gefunden, bitte fortfahren
-gui.residency.error=Fehler bei Addresssuche
-gui.residency.input.postleitzahl=PLZ
-gui.residency.input.municipality=Gemeinde
-gui.residency.input.village=Ortschaft
-gui.residency.input.street=Straße
-gui.residency.input.number=Nummer
\ No newline at end of file
diff --git a/connector/src/test/resources/config/properties/messages_en.properties b/connector/src/test/resources/config/properties/messages_en.properties
deleted file mode 100644
index ea604cda..00000000
--- a/connector/src/test/resources/config/properties/messages_en.properties
+++ /dev/null
@@ -1,98 +0,0 @@
-####### GUI elements ####
-gui.general.language.selection.title=Language selection
-gui.general.language.selection.de=Deutsch
-gui.general.language.selection.en=English
-
-##Errorpage template
-gui.errorpage.msg.title=Authentication error arise
-gui.errorpage.msg.information=The authentication stops on account of a process error:
-gui.errorpage.msg.errorcode=Error Code:
-gui.errorpage.msg.errormsg=Error Message:
-gui.errorpage.msg.stacktrace=Stacktrace:
-
-##Country-Selection page
-gui.countryselection.title=eIDAS-Login Countryselection
-gui.countryselection.logo.bmi.alt=Logo BMI
-gui.countryselection.link.bmi=Mainpage BMI
-gui.countryselection.header1=Federal Ministry of Internal Affairs
-gui.countryselection.header2=Austrian Central eIDAS Node
-gui.countryselection.header3=Operated by Federal Ministry of Internal Affairs
-gui.countryselection.header.selection=Select your country
-gui.countryselection.cancle=Cancel
-gui.countryselection.notsupportedinfo=If you cannot find your country in this list then your electronic identity (eID) is not yet supported.
-
-gui.countryselection.infos.general.header=Information on Logins with European eIDs
-gui.countryselection.infos.general.link.1=eIDAS regulation of the European Union
-gui.countryselection.infos.general.link.2=Austrian Supplementary Register for Natural Persons (ERnP)
-gui.countryselection.infos.general.part.1=This is the central eIDAS node of the Republic of Austria, operated by the
-gui.countryselection.infos.general.part.2=It enables logins at Austrian online services using an electronic identity (eID) of another EU member state. You have been redirected to this page, as you have initiated a login to an online service using the option "EU Login".
-gui.countryselection.infos.general.part.3=The central eIDAS node of the Republic of Austria allows you to login to Austrian online services using the eID of your home country. This way, compliance with the
-gui.countryselection.infos.general.part.4=, which regulates the mutual cross-border acceptance of national eIDs, is achieved. The mutual cross-border acceptance of national eIDs is implemented successively within the EU. Currently, the central eIDAS node of the Republic of Austria supports logins using the eID systems of the Member States mentioned above. More Member States will be added according to availability of their respective eID solutions.
-gui.countryselection.infos.general.part.5=After selecting your home country on this page, you are forwarded to the familiar login environment of the selected member state. There, you can login with your eID as usual. After successful completion of the login process, you are automatically forwarded and logged in to the online service, from which you have been redirected to this page. During your first login, your eID data is also registered in the
-gui.countryselection.infos.general.part.6=This ensures that you will also be successfully and uniquely identified in subsequent logins at Austrian online services.
-
-gui.countryselection.country.be=Belgium
-gui.countryselection.country.be.logo.alt=Belgium-eID
-gui.countryselection.country.hr=Croatia
-gui.countryselection.country.hr.logo.alt=Croatia-eID
-gui.countryselection.country.cy=Cyprus
-gui.countryselection.country.cy.logo.alt=Cyprus-eID
-gui.countryselection.country.cz=Czech Republic
-gui.countryselection.country.cz.logo.alt=Czech Republic-eID
-gui.countryselection.country.ee=Estonia
-gui.countryselection.country.ee.logo.alt=Estonia-eID
-gui.countryselection.country.de=Germany
-gui.countryselection.country.de.logo.alt=German-eID
-gui.countryselection.country.is=Iceland
-gui.countryselection.country.is.logo.alt=Iceland-eID
-gui.countryselection.country.it=Italy
-gui.countryselection.country.it.logo.alt=Italy-eID
-gui.countryselection.country.lt=Lithuania
-gui.countryselection.country.lt.logo.alt=Lithuania-eID
-gui.countryselection.country.lv=Latvia
-gui.countryselection.country.lv.logo.alt=Latvia-eID
-gui.countryselection.country.nl=Netherlands
-gui.countryselection.country.nl.logo.alt=Netherlands-eID
-gui.countryselection.country.pl=Poland
-gui.countryselection.country.pl.logo.alt=Poland-eID
-gui.countryselection.country.pt=Portugal
-gui.countryselection.country.pt.logo.alt=Portugal-eID
-gui.countryselection.country.si=Slovenia
-gui.countryselection.country.si.logo.alt=Slovenia-eID
-gui.countryselection.country.es=SSpain
-gui.countryselection.country.es.logo.alt=Spain-eID
-
-gui.countryselection.country.bg=Bulgaria
-gui.countryselection.country.bg.logo.alt=Bulgaria-eID
-gui.countryselection.country.dk=Denmark
-gui.countryselection.country.dk.logo.alt=Denmark-eID
-gui.countryselection.country.fi=Finland
-gui.countryselection.country.fi.logo.alt=Finland-eID
-gui.countryselection.country.fr=France
-gui.countryselection.country.fr.logo.alt=France-eID
-gui.countryselection.country.gr=Greece
-gui.countryselection.country.gr.logo.alt=Greece-eID
-gui.countryselection.country.hu=Hungary
-gui.countryselection.country.hu.logo.alt=Hungary-eID
-gui.countryselection.country.ir=Ireland
-gui.countryselection.country.ir.logo.alt=Ireland-eID
-gui.countryselection.country.lu=Luxembourg
-gui.countryselection.country.lu.logo.alt=Luxembourg-eID
-gui.countryselection.country.mt=Malta
-gui.countryselection.country.mt.logo.alt=Malta-eID
-gui.countryselection.country.ro=Romania
-gui.countryselection.country.ro.logo.alt=Romania-eID
-gui.countryselection.country.sk=Slovakia
-gui.countryselection.country.sk.logo.alt=Slovakia-eID
-gui.countryselection.country.sw=Sweden
-gui.countryselection.country.sw.logo.alt=Sweden-eID
-gui.countryselection.country.uk=United Kingdom
-gui.countryselection.country.uk.logo.alt=United Kingdom-eID
-
-gui.countryselection.country.testcountry=TestCountry
-gui.countryselection.country.testcountry.logo.alt=Testcountry-eID
-
-gui.countryselection.mode.prod=Production
-gui.countryselection.mode.qs=QS
-gui.countryselection.mode.test=Test
-gui.countryselection.mode.dev=Development
\ No newline at end of file
diff --git a/connector/src/test/resources/config/templates/countrySelection.html b/connector/src/test/resources/config/templates/countrySelection.html
deleted file mode 100644
index 4ceb5d5c..00000000
--- a/connector/src/test/resources/config/templates/countrySelection.html
+++ /dev/null
@@ -1,268 +0,0 @@
-
-
-
-
-
-
-
- eIDAS-Login Länderauswahl
-
-
-
-
-
-
Zentraler eIDAS Knoten der Republik Österreich
- Betrieben durch das Bundesministerium für Inneres
-
-
-
Wählen Sie Ihr Land / Select your country
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Wenn Sie Ihr Land in dieser Aufzählung nicht entdecken
- ...
-
-
Information zur Anmeldung über Europäische eIDs
-
- first part
- Bundesministerium
- für Inneres
- second part
-
-
-
- third part
- eIDAS-Verordnung der Europäischen Union
- fourth part
-
-
-
- fived part
-
- sixed part
-
-
-
-
-
-
diff --git a/connector/src/test/resources/config/templates/countrySelection_bmi_v1.html b/connector/src/test/resources/config/templates/countrySelection_bmi_v1.html
deleted file mode 100644
index c290556f..00000000
--- a/connector/src/test/resources/config/templates/countrySelection_bmi_v1.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-
- eIDAS-Login Länderauswahl
-
-
-
-
-
-
-
-
Zentraler eIDAS Knoten der Republik Österreich
- Betrieben durch das Bundesministerium für Inneres
-
-
-
Wählen Sie Ihr Land / Select your country
-
-
-
-
-
-
-
-
-
-
Wenn Sie Ihr Land in dieser Aufzählung nicht entdecken ...
-
-
Information zur Anmeldung über Europäische eIDs
-
- first part
- Bundesministerium für Inneres
- second part
-
-
-
- third part
- eIDAS-Verordnung der Europäischen Union
- fourth part
-
-
-
- fived part
-
- sixed part
-
-
-
-
-
-
diff --git a/connector/src/test/resources/config/templates/eidas_node_forward.html b/connector/src/test/resources/config/templates/eidas_node_forward.html
deleted file mode 100644
index 6dffa34b..00000000
--- a/connector/src/test/resources/config/templates/eidas_node_forward.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
- Your login is being processed. Thank you for
- waiting.
-
-
-
-
-
\ No newline at end of file
diff --git a/connector/src/test/resources/config/templates/error.html b/connector/src/test/resources/config/templates/error.html
deleted file mode 100644
index 21f589cd..00000000
--- a/connector/src/test/resources/config/templates/error.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-An error arise ...
-
-
-
-
-
-
-
-
-
-
Error Information
-
-
Code :
-
Msg :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-