diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-16 12:48:16 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-16 12:48:16 +0200 |
commit | 409dfe5bb2ed9eff18d16e384497caf073fac866 (patch) | |
tree | 79dd0435e860ff6baa87f43bdb95ebdc104be3a0 /id/server/data/deploy/conf/moa-id | |
parent | e0b56bc97ad2e18bd490f007d966c6f6e658cdd1 (diff) | |
download | moa-id-spss-409dfe5bb2ed9eff18d16e384497caf073fac866.tar.gz moa-id-spss-409dfe5bb2ed9eff18d16e384497caf073fac866.tar.bz2 moa-id-spss-409dfe5bb2ed9eff18d16e384497caf073fac866.zip |
update default config and handbook
Diffstat (limited to 'id/server/data/deploy/conf/moa-id')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/moa-id.properties | 2 |
1 files changed, 2 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 562645e1b..e8a75c348 100644 --- a/id/server/data/deploy/conf/moa-id/moa-id.properties +++ b/id/server/data/deploy/conf/moa-id/moa-id.properties @@ -51,6 +51,8 @@ protocols.pvp2.idp.ks.metadata.alias=pvp_metadata protocols.pvp2.idp.ks.metadata.keypassword=password protocols.pvp2.idp.ks.assertion.sign.alias=pvp_assertion protocols.pvp2.idp.ks.assertion.sign.keypassword=password +protocols.pvp2.idp.ks.assertion.encryption.alias=pvp_assertion +protocols.pvp2.idp.ks.assertion.encryption.keypassword=password #OpenID connect (OAuth) protocols.oauth20.jwt.ks.file=file:$PATH_TO_CONFIG$/conf/moa-id/keys/moa_idp[password].p12 |