aboutsummaryrefslogtreecommitdiff
path: root/connector
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-01-28 08:27:59 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-01-28 08:27:59 +0100
commit3e7d3198c6702f0eb50f7793a7ca408f3fdab772 (patch)
treef7baa4e91850fe26ec10dfcafc3c6ef65627f8dc /connector
parent9bb8ba415faee8bd454da6def37daf545bb559e1 (diff)
parentcb42a3bce6a63f401750a77008ec69fe731365a1 (diff)
downloadNational_eIDAS_Gateway-3e7d3198c6702f0eb50f7793a7ca408f3fdab772.tar.gz
National_eIDAS_Gateway-3e7d3198c6702f0eb50f7793a7ca408f3fdab772.tar.bz2
National_eIDAS_Gateway-3e7d3198c6702f0eb50f7793a7ca408f3fdab772.zip
Merge branch 'issue6' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into issue6
Some update from Alex that was not pushed before my changes
Diffstat (limited to 'connector')
-rw-r--r--connector/src/test/resources/config/junit_config_1_springboot.properties37
-rw-r--r--connector/src/test/resources/config/junit_config_2_springboot.properties38
-rw-r--r--connector/src/test/resources/config/keys/junit_test.jksbin0 -> 8410 bytes
3 files changed, 75 insertions, 0 deletions
diff --git a/connector/src/test/resources/config/junit_config_1_springboot.properties b/connector/src/test/resources/config/junit_config_1_springboot.properties
index e63cda7b..6bf2d399 100644
--- a/connector/src/test/resources/config/junit_config_1_springboot.properties
+++ b/connector/src/test/resources/config/junit_config_1_springboot.properties
@@ -81,3 +81,40 @@ 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
+## PVP2 S-Profile client configuration
+#eidas.ms.modules.eidascentralauth.keystore.type=jks
+#eidas.ms.modules.eidascentralauth.keystore.path=keys/junit.jks1
+#eidas.ms.modules.eidascentralauth.keystore.password=password
+#eidas.ms.modules.eidascentralauth.key.metadata.alias=meta
+#eidas.ms.modules.eidascentralauth.key.metadata.password=password
+#eidas.ms.modules.eidascentralauth.key.signing.alias=sig
+#eidas.ms.modules.eidascentralauth.key.signing.password=password
+#eidas.ms.modules.eidascentralauth.metadata.validity=24
+
+#file:src/test/resources/config/junit_config_1_springboot.properties
+#eidas.ms.modules.eidascentralauth.keystore.path=src/test/resources/config/junit_test.jks
+eidas.ms.modules.eidascentralauth.keystore.path=keys/junit_test.jks
+eidas.ms.modules.eidascentralauth.keystore.password=password
+eidas.ms.modules.eidascentralauth.keystore.type=jks
+
+eidas.ms.modules.eidascentralauth.metadata.sign.alias=meta
+eidas.ms.modules.eidascentralauth.metadata.sign.password=password
+eidas.ms.modules.eidascentralauth.request.sign.alias=sig
+eidas.ms.modules.eidascentralauth.request.sign.password=password
+eidas.ms.modules.eidascentralauth.response.encryption.alias=enc
+eidas.ms.modules.eidascentralauth.response.encryption.password=password
+
+eidas.ms.modules.eidascentralauth.truststore.path=src/test/resources/config/junit_test.jks
+eidas.ms.modules.eidascentralauth.truststore.password=password
+eidas.ms.modules.eidascentralauth.truststore.type=jks
+
+eidas.ms.modules.eidascentralauth.node.entityId=
+eidas.ms.modules.eidascentralauth.node.metadataUrl=
+
+eidas.ms.modules.eidascentralauth.metadata.organisation.name=JUnit
+eidas.ms.modules.eidascentralauth.metadata.organisation.friendyname=For testing with jUnit
+eidas.ms.modules.eidascentralauth.metadata.organisation.url=http://junit.test
+eidas.ms.modules.eidascentralauth.metadata.contact.givenname=Max
+eidas.ms.modules.eidascentralauth.metadata.contact.surname=Mustermann
+eidas.ms.modules.eidascentralauth.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
index ecb22dec..da82b92b 100644
--- a/connector/src/test/resources/config/junit_config_2_springboot.properties
+++ b/connector/src/test/resources/config/junit_config_2_springboot.properties
@@ -81,3 +81,41 @@ 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
+
+## PVP2 S-Profile client configuration
+#eidas.ms.modules.eidascentralauth.keystore.type=jks
+#eidas.ms.modules.eidascentralauth.keystore.path=keys/junit.jks1
+#eidas.ms.modules.eidascentralauth.keystore.password=password
+#eidas.ms.modules.eidascentralauth.key.metadata.alias=meta
+#eidas.ms.modules.eidascentralauth.key.metadata.password=password
+#eidas.ms.modules.eidascentralauth.key.signing.alias=sig
+#eidas.ms.modules.eidascentralauth.key.signing.password=password
+#eidas.ms.modules.eidascentralauth.metadata.validity=24
+
+#file:src/test/resources/config/junit_config_1_springboot.properties
+#eidas.ms.modules.eidascentralauth.keystore.path=src/test/resources/config/junit_test.jks
+eidas.ms.modules.eidascentralauth.keystore.path=keys/junit_test.jks
+eidas.ms.modules.eidascentralauth.keystore.password=password
+eidas.ms.modules.eidascentralauth.keystore.type=jks
+
+eidas.ms.modules.eidascentralauth.metadata.sign.alias=meta
+eidas.ms.modules.eidascentralauth.metadata.sign.password=password
+eidas.ms.modules.eidascentralauth.request.sign.alias=sig
+eidas.ms.modules.eidascentralauth.request.sign.password=password
+eidas.ms.modules.eidascentralauth.response.encryption.alias=enc
+eidas.ms.modules.eidascentralauth.response.encryption.password=password
+
+eidas.ms.modules.eidascentralauth.truststore.path=src/test/resources/config/junit_test.jks
+eidas.ms.modules.eidascentralauth.truststore.password=password
+eidas.ms.modules.eidascentralauth.truststore.type=jks
+
+eidas.ms.modules.eidascentralauth.node.entityId=
+eidas.ms.modules.eidascentralauth.node.metadataUrl=
+
+eidas.ms.modules.eidascentralauth.metadata.organisation.name=JUnit
+eidas.ms.modules.eidascentralauth.metadata.organisation.friendyname=For testing with jUnit
+eidas.ms.modules.eidascentralauth.metadata.organisation.url=http://junit.test
+eidas.ms.modules.eidascentralauth.metadata.contact.givenname=Max
+eidas.ms.modules.eidascentralauth.metadata.contact.surname=Mustermann
+eidas.ms.modules.eidascentralauth.metadata.contact.email=max@junit.test
+
diff --git a/connector/src/test/resources/config/keys/junit_test.jks b/connector/src/test/resources/config/keys/junit_test.jks
new file mode 100644
index 00000000..ee6254a9
--- /dev/null
+++ b/connector/src/test/resources/config/keys/junit_test.jks
Binary files differ