diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-10 14:23:14 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-10 14:23:14 +0200 |
commit | 42819b8b0bc4a99a0e9ff47ea9d4b3228bc0648f (patch) | |
tree | 842d5ecf5ee93aba2e87c4e0b8cef62c3f582ca6 /id/server/doc/conf/moa-id-oa/oa.properties | |
parent | 47615b97181da1c25881bdd4e9b61256476ce5b4 (diff) | |
download | moa-id-spss-42819b8b0bc4a99a0e9ff47ea9d4b3228bc0648f.tar.gz moa-id-spss-42819b8b0bc4a99a0e9ff47ea9d4b3228bc0648f.tar.bz2 moa-id-spss-42819b8b0bc4a99a0e9ff47ea9d4b3228bc0648f.zip |
update handbook and default configuration
Diffstat (limited to 'id/server/doc/conf/moa-id-oa/oa.properties')
-rw-r--r-- | id/server/doc/conf/moa-id-oa/oa.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/id/server/doc/conf/moa-id-oa/oa.properties b/id/server/doc/conf/moa-id-oa/oa.properties new file mode 100644 index 000000000..a24f800f2 --- /dev/null +++ b/id/server/doc/conf/moa-id-oa/oa.properties @@ -0,0 +1,21 @@ +general.publicURLContext=https://localhost:8443/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 +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.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 + |