aboutsummaryrefslogtreecommitdiff
path: root/connector
diff options
context:
space:
mode:
authorAlexander Marsalek <amarsalek@iaik.tugraz.at>2021-01-28 08:23:51 +0100
committerAlexander Marsalek <amarsalek@iaik.tugraz.at>2021-01-28 08:23:51 +0100
commitcb42a3bce6a63f401750a77008ec69fe731365a1 (patch)
treee1132fe36d97a8d46485069b545e34c9bd62f780 /connector
parent0b703512f08bfc1cda18e6688c39fdc536045fdd (diff)
downloadNational_eIDAS_Gateway-cb42a3bce6a63f401750a77008ec69fe731365a1.tar.gz
National_eIDAS_Gateway-cb42a3bce6a63f401750a77008ec69fe731365a1.tar.bz2
National_eIDAS_Gateway-cb42a3bce6a63f401750a77008ec69fe731365a1.zip
junit keystore and config
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