diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-15 13:42:36 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-09-15 13:42:36 +0200 |
commit | 8074865580b5fa28817b37c9ad2e8c992ebef977 (patch) | |
tree | 475cd1ed9bc517dffbf023e7d9c7d16ce2bde8c5 /id/server/doc/conf/moa-id-oa/oa.properties | |
parent | 234f17d14f9f48655c27d54114df0aa2593cf6d8 (diff) | |
parent | 714a8cb32dd5585829dfc1926e56971425a2a692 (diff) | |
download | moa-id-spss-8074865580b5fa28817b37c9ad2e8c992ebef977.tar.gz moa-id-spss-8074865580b5fa28817b37c9ad2e8c992ebef977.tar.bz2 moa-id-spss-8074865580b5fa28817b37c9ad2e8c992ebef977.zip |
Merge branch 'moa-2.1-Snapshot'
Conflicts:
id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/oa/OATargetConfiguration.java
pom.xml
Diffstat (limited to 'id/server/doc/conf/moa-id-oa/oa.properties')
-rw-r--r-- | id/server/doc/conf/moa-id-oa/oa.properties | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/id/server/doc/conf/moa-id-oa/oa.properties b/id/server/doc/conf/moa-id-oa/oa.properties deleted file mode 100644 index f247dcea6..000000000 --- a/id/server/doc/conf/moa-id-oa/oa.properties +++ /dev/null @@ -1,27 +0,0 @@ -******** -* -*$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 -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[password].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 - |