aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/moa-id.properties
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-15 09:25:35 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-15 09:25:35 +0100
commit85fd483e113d5a03088d5b8008cef21c83eacd8c (patch)
treee276509ab1c7db7be5915ad32931fca99cf71876 /id/server/data/deploy/conf/moa-id/moa-id.properties
parent6d441ed66758a148ca04096d2c42cd8b12446215 (diff)
downloadmoa-id-spss-85fd483e113d5a03088d5b8008cef21c83eacd8c.tar.gz
moa-id-spss-85fd483e113d5a03088d5b8008cef21c83eacd8c.tar.bz2
moa-id-spss-85fd483e113d5a03088d5b8008cef21c83eacd8c.zip
update history, readme, and default configuration
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/moa-id.properties')
-rw-r--r--id/server/data/deploy/conf/moa-id/moa-id.properties31
1 files changed, 30 insertions, 1 deletions
diff --git a/id/server/data/deploy/conf/moa-id/moa-id.properties b/id/server/data/deploy/conf/moa-id/moa-id.properties
index 09568ce68..964fe0646 100644
--- a/id/server/data/deploy/conf/moa-id/moa-id.properties
+++ b/id/server/data/deploy/conf/moa-id/moa-id.properties
@@ -138,6 +138,35 @@ advancedlogging.hibernate.c3p0.max_statements=0
advancedlogging.hibernate.c3p0.min_size=3
+################ Additonal eID-modul configuration ####################################
+## This additional eID moduls add special functionality to MOA-ID-Auth.
+## The configuration of this modules is only needed if this modules are in use.
+########
+### HBV Mandate-Service client module ###
+modules.elga_mandate.nameID.target=urn:publicid:gv.at:cdid+GH
+modules.elga_mandate.service.entityID=
+modules.elga_mandate.service.metadata.trustprofileID=
+modules.elga_mandate.service.mandateprofiles=
+modules.elga_mandate.keystore.path=keys/moa_idp[password].p12
+modules.elga_mandate.keystore.password=password
+modules.elga_mandate.metadata.sign.alias=pvp_metadata
+modules.elga_mandate.metadata.sign.password=password
+modules.elga_mandate.request.sign.alias=pvp_assertion
+modules.elga_mandate.request.sign.password=password
+modules.elga_mandate.response.encryption.alias=pvp_assertion
+modules.elga_mandate.response.encryption.password=password
+
+### SSO Interfederation client module ###
+modules.federatedAuth.keystore.path=keys/moa_idp[password].p12
+modules.federatedAuth.keystore.password=password
+modules.federatedAuth.metadata.sign.alias=pvp_metadata
+modules.federatedAuth.metadata.sign.password=password
+modules.federatedAuth.request.sign.alias=pvp_assertion
+modules.federatedAuth.request.sign.password=password
+modules.federatedAuth.response.encryption.alias=pvp_assertion
+modules.federatedAuth.response.encryption.password=password
+
+
################SZR Client configuration####################################
## The SZR client is only required if MOA-ID-Auth should be
## use as STORK <-> PVP Gateway.
@@ -163,4 +192,4 @@ service.egovutil.szr.ssl.truststore.file=
service.egovutil.szr.ssl.truststore.password=
service.egovutil.szr.ssl.truststore.type=
service.egovutil.szr.ssl.trustall=false
-service.egovutil.szr.ssl.laxhostnameverification=false \ No newline at end of file
+service.egovutil.szr.ssl.laxhostnameverification=false \ No newline at end of file