diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 12:30:12 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 12:30:12 +0200 |
commit | 3e3b665587f821bd01a93635495be25d588bd84d (patch) | |
tree | c869200e8505f6cc5307c3d0ac67b017e9d0ee5f /id/server/doc/conf/moa-id-oa/oa.properties | |
parent | fb287cd9b4697b78350666b661bb059e7c66aa67 (diff) | |
download | moa-id-spss-3e3b665587f821bd01a93635495be25d588bd84d.tar.gz moa-id-spss-3e3b665587f821bd01a93635495be25d588bd84d.tar.bz2 moa-id-spss-3e3b665587f821bd01a93635495be25d588bd84d.zip |
update default config
Diffstat (limited to 'id/server/doc/conf/moa-id-oa/oa.properties')
-rw-r--r-- | id/server/doc/conf/moa-id-oa/oa.properties | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/id/server/doc/conf/moa-id-oa/oa.properties b/id/server/doc/conf/moa-id-oa/oa.properties index a24f800f2..f247dcea6 100644 --- a/id/server/doc/conf/moa-id-oa/oa.properties +++ b/id/server/doc/conf/moa-id-oa/oa.properties @@ -1,4 +1,10 @@ -general.publicURLContext=https://localhost:8443/oa +******** +* +*$PATH_TO_CONFIG$ muss durch den eigentlichen Pfad ersetzt werden! +* +****** + +general.publicURLContext=https://localhost:8443/moa-id-oa general.login.pvp2.idp.metadata.url=https://localhost:8443/moa-id-auth/pvp2/metadata general.login.pvp2.idp.metadata.certificate=$PATH_TO_CONFIG$/conf/moa-id-oa/keys/moa_idp.crt @@ -6,7 +12,7 @@ general.login.pvp2.idp.metadata.entityID=https://localhost:8443/moa-id-auth general.login.pvp2.OA.metadata.entities.name=MOA-ID 2.x Demo-Application -general.login.pvp2.OA.keystore.url=$PATH_TO_CONFIG$/conf/moa-id-oa/keys/application.p12 +general.login.pvp2.OA.keystore.url=$PATH_TO_CONFIG$/conf/moa-id-oa/keys/application[password].p12 general.login.pvp2.OA.keystore.password=password general.login.pvp2.OA.keystore.type=PKCS12 |