diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-29 15:13:42 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-31 17:16:10 +0100 |
commit | 85a983b556baaaa45ea79a4da232a1a72d323708 (patch) | |
tree | d7980a109ccb618b258214e8ebf7ae48e4d1c177 /id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml | |
parent | 830929713b75d4cd712f1fb8a05f0ccb728f54f2 (diff) | |
download | moa-id-spss-85a983b556baaaa45ea79a4da232a1a72d323708.tar.gz moa-id-spss-85a983b556baaaa45ea79a4da232a1a72d323708.tar.bz2 moa-id-spss-85a983b556baaaa45ea79a4da232a1a72d323708.zip |
enhanced samlengine for floating config location
Diffstat (limited to 'id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml')
-rw-r--r-- | id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml b/id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml index d9dcb34f8..48fd9adff 100644 --- a/id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml +++ b/id/server/stork2-saml-engine/src/test/resources/SamlEngine.xml @@ -3,10 +3,10 @@ <!-- Configuration name-->
- <instance name="CONF0">
+ <instance name="outgoing">
<!-- Configurations parameters StorkSamlEngine -->
<configuration name="SamlEngineConf">
- <parameter name="fileConfiguration" value="StorkSamlEngine_demo.xml" />
+ <parameter name="fileConfiguration" value="StorkSamlEngine_outgoing.xml" />
</configuration>
<!-- Settings module signature-->
@@ -14,7 +14,7 @@ <!-- Specific signature module -->
<parameter name="class" value="eu.stork.peps.auth.engine.core.impl.SignSW" />
<!-- Settings specific module -->
- <parameter name="fileConfiguration" value="SignModule_demo.xml" />
+ <parameter name="fileConfiguration" value="SignModule_outgoing.xml" />
</configuration>
</instance>
|