aboutsummaryrefslogtreecommitdiff
path: root/connector/src/test/resources/config/junit_config_2_springboot.properties
diff options
context:
space:
mode:
Diffstat (limited to 'connector/src/test/resources/config/junit_config_2_springboot.properties')
-rw-r--r--connector/src/test/resources/config/junit_config_2_springboot.properties38
1 files changed, 38 insertions, 0 deletions
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
+