diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-11-28 10:54:34 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-11-28 10:54:34 +0100 |
commit | 91b54c413aca1f214de482e7ea899bdec114880d (patch) | |
tree | 3b9118a4858a574829449ce4ac3bab71ea72a38e /id/server/data/deploy | |
parent | bbc999c5d7912d0658216e7a8f59619135731ebf (diff) | |
download | moa-id-spss-91b54c413aca1f214de482e7ea899bdec114880d.tar.gz moa-id-spss-91b54c413aca1f214de482e7ea899bdec114880d.tar.bz2 moa-id-spss-91b54c413aca1f214de482e7ea899bdec114880d.zip |
deactivated PVP EntityCategory mapper as default
Diffstat (limited to 'id/server/data/deploy')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/moa-id.properties | 7 |
1 files changed, 1 insertions, 6 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 15084b387..4228b0d3a 100644 --- a/id/server/data/deploy/conf/moa-id/moa-id.properties +++ b/id/server/data/deploy/conf/moa-id/moa-id.properties @@ -43,12 +43,6 @@ service.foreignidentities.acceptedServerCertificates= service.foreignidentities.clientKeyStore=keys/.... service.foreignidentities.clientKeyStorePassword= -##STORK 2 -stork.fakeIdL.active=false -stork.fakeIdL.countries= -stork.fakeIdL.keygroup= -stork.documentservice.url= - ##Protocol configuration## #PVP2 protocols.pvp2.idp.ks.file=file:$PATH_TO_CONFIG$/conf/moa-id/keys/moa_idp[password].p12 @@ -59,6 +53,7 @@ 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 +protocols.pvp2.metadata.entitycategories.active=false #OpenID connect (OAuth) protocols.oauth20.jwt.ks.file=file:$PATH_TO_CONFIG$/conf/moa-id/keys/moa_idp[password].p12 |