diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-03 16:40:38 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-03 16:40:38 +0100 |
commit | fb1932b982803e880a34a57a90f56f0b83cc7a48 (patch) | |
tree | 3b3537704956e371d76c15cde5da07b497044c6e /id/server/data/deploy/conf/moa-id-oa | |
parent | ef35deb727190363d17d693d10f27171787cc92c (diff) | |
download | moa-id-spss-fb1932b982803e880a34a57a90f56f0b83cc7a48.tar.gz moa-id-spss-fb1932b982803e880a34a57a90f56f0b83cc7a48.tar.bz2 moa-id-spss-fb1932b982803e880a34a57a90f56f0b83cc7a48.zip |
* Update MOASPSS default config
* Change MOA-ID metadata EntityID to Metadata URL
Diffstat (limited to 'id/server/data/deploy/conf/moa-id-oa')
-rw-r--r-- | id/server/data/deploy/conf/moa-id-oa/oa.properties | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/id/server/data/deploy/conf/moa-id-oa/oa.properties b/id/server/data/deploy/conf/moa-id-oa/oa.properties new file mode 100644 index 000000000..1a3684fcb --- /dev/null +++ b/id/server/data/deploy/conf/moa-id-oa/oa.properties @@ -0,0 +1,20 @@ +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 +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.metadata.entity.name=https://localhost:8443/oa + +general.login.pvp2.OA.keystore.url=$PATH_TO_CONFIG$/conf/moa-id-oa/keys/application.p12 +general.login.pvp2.OA.keystore.password=password +general.login.pvp2.OA.keystore.type=PKCS12 + +general.login.pvp2.OA.keystore.metadata.sign.key.alias=pvp_metadata +general.login.pvp2.OA.keystore.metadata.sign.key.password=password + +general.login.pvp2.keystore.authrequest.sign.key.alias=pvp_request +general.login.pvp2.keystore.authrequest.sign.key.password=password + +general.login.pvp2.keystore.assertion.encryption.key.alias=pvp_encryption +general.login.pvp2.keystore.assertion.encryption.key.password=password + |