diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-14 16:27:24 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-14 16:27:24 +0100 |
commit | 2b5d22176ff2483e6a682069ee09609dc5aa0a2b (patch) | |
tree | bf14b5d16be54a980c44482d7cf2050eb1e4ed35 /id/server/data | |
parent | 0c0c12e5c9844e4a6dc968d49198ae16d0236814 (diff) | |
download | moa-id-spss-2b5d22176ff2483e6a682069ee09609dc5aa0a2b.tar.gz moa-id-spss-2b5d22176ff2483e6a682069ee09609dc5aa0a2b.tar.bz2 moa-id-spss-2b5d22176ff2483e6a682069ee09609dc5aa0a2b.zip |
update default configuration
Diffstat (limited to 'id/server/data')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/moa-id.properties | 10 |
1 files changed, 9 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 0a579a53d..03640b252 100644 --- a/id/server/data/deploy/conf/moa-id/moa-id.properties +++ b/id/server/data/deploy/conf/moa-id/moa-id.properties @@ -226,6 +226,14 @@ modules.elga_mandate.request.sign.password=password modules.elga_mandate.response.encryption.alias=pvp_assertion modules.elga_mandate.response.encryption.password=password +######## EHVD Service module +modules.ehvd.enabled=false +#modules.ehvd.sp.1= +#modules.ehvd.sp.2= +modules.ehvd.service.url= +modules.ehvd.service.role.regex=^1\.2\.40\.0\.34\.5\.2\:(100|101|158)$ +modules.ehvd.role.pvp=EPI-GDA() + ######## SSO Interfederation client module ######## modules.federatedAuth.keystore.path=keys/moa_idp[password].p12 modules.federatedAuth.keystore.password=password @@ -280,4 +288,4 @@ service.egovutil.szr.ssl.laxhostnameverification=false ## Additonal encryption keys can be added by add a ney configuration line, like ## configuration.foreignsectors.pubkey.BMI+T1=MIICuTCCAaG (VKZ='BMI', Public Target='T1') ######## -#configuration.foreignsectors.pubkey.wbpk+FN+195755b=MIIF2TCCA8GgAw...
\ No newline at end of file +#configuration.foreignsectors.pubkey.wbpk+FN+195755b=MIIF2TCCA8GgAw... |