diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-31 08:56:43 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-31 08:56:43 +0100 |
commit | bf13ac04e47f615ac0de207ee991c241d310419d (patch) | |
tree | dd150997eb1f4788dd86611a0434b6dc9dba47a5 /id/server/data/deploy | |
parent | b04fbacb74bfcf4addaf16d72a819afd7161fd6f (diff) | |
download | moa-id-spss-bf13ac04e47f615ac0de207ee991c241d310419d.tar.gz moa-id-spss-bf13ac04e47f615ac0de207ee991c241d310419d.tar.bz2 moa-id-spss-bf13ac04e47f615ac0de207ee991c241d310419d.zip |
add SZR Client configuration to handbook and default config
Diffstat (limited to 'id/server/data/deploy')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/moa-id.properties | 28 |
1 files changed, 28 insertions, 0 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 4290b1985..9d1e931e9 100644 --- a/id/server/data/deploy/conf/moa-id/moa-id.properties +++ b/id/server/data/deploy/conf/moa-id/moa-id.properties @@ -125,3 +125,31 @@ advancedlogging.hibernate.c3p0.timeout=300 advancedlogging.hibernate.c3p0.max_size=20 advancedlogging.hibernate.c3p0.max_statements=0 advancedlogging.hibernate.c3p0.min_size=3 + + +################SZR Client configuration#################################### +## The SZR client is only required if MOA-ID-Auth should be +## use as STORK <-> PVP Gateway. +######## +service.egovutil.szr.test=true +service.egovutil.szr.test.url=https://pvawp.bmi.gv.at/bmi.gv.at/soap/SZ2Services-T/services/SZR +service.egovutil.szr.prod.url=https://pvawp.bmi.gv.at/bmi.gv.at/soap/SZ2Services/services/SZR +service.egovutil.szr.token.version=1.8 +service.egovutil.szr.token.participantid= +service.egovutil.szr.token.gvoudomain= +service.egovutil.szr.token.userid= +service.egovutil.szr.token.cn= +service.egovutil.szr.token.gvouid= +service.egovutil.szr.token.ou= +service.egovutil.szr.token.gvsecclass= +service.egovutil.szr.token.gvfunction= +service.egovutil.szr.token.gvgid= +service.egovutil.szr.roles= +service.egovutil.szr.ssl.keystore.file= +service.egovutil.szr.ssl.keystore.password= +service.egovutil.szr.ssl.keystore.type= +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 |