diff options
Diffstat (limited to 'id/server/data')
| -rw-r--r-- | id/server/data/deploy/conf/moa-id/stork/SamlEngine.xml | 2 | ||||
| -rw-r--r-- | id/server/data/deploy/conf/moa-id/stork/StorkSamlEngine_VIDP.xml | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/id/server/data/deploy/conf/moa-id/stork/SamlEngine.xml b/id/server/data/deploy/conf/moa-id/stork/SamlEngine.xml index 166a48ff8..eca38ec8c 100644 --- a/id/server/data/deploy/conf/moa-id/stork/SamlEngine.xml +++ b/id/server/data/deploy/conf/moa-id/stork/SamlEngine.xml @@ -61,7 +61,7 @@                          <!-- Specific signature module -->                          <parameter name="class" value="eu.stork.peps.auth.engine.core.impl.SignSW" />                          <!-- Settings specific module --> -                        <parameter name="fileConfiguration" value="SignModule_incoming.xml" /> +                        <parameter name="fileConfiguration" value="SignModule_VIDP.xml" />                  </configuration>          </instance> diff --git a/id/server/data/deploy/conf/moa-id/stork/StorkSamlEngine_VIDP.xml b/id/server/data/deploy/conf/moa-id/stork/StorkSamlEngine_VIDP.xml index 83e69ac23..5aff0d1fa 100644 --- a/id/server/data/deploy/conf/moa-id/stork/StorkSamlEngine_VIDP.xml +++ b/id/server/data/deploy/conf/moa-id/stork/StorkSamlEngine_VIDP.xml @@ -90,5 +90,6 @@  	<entry key="mandateContent">http://www.stork.gov.eu/1.0/mandateContent</entry>  	<entry key="representative">http://www.stork.gov.eu/1.0/representative</entry>  	<entry key="represented">http://www.stork.gov.eu/1.0/represented</entry> +        <entry key="mandateType">http://www.stork.gov.eu/1.0/mandateType</entry>  </properties> | 
