diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml index 4f2a5977c..692db9ff3 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKsProxy.xml @@ -15,6 +15,20 @@ <!--BKUSelectionTemplate URL="sampleTemplates/SampleBKUSelectionTemplate.html"/--> <!--Template URL="sampleTemplates/SampleTemplate.html"/--> <!--InputProcessorSignTemplate URL="sampleTemplates/SampleInputProcessorSignTemplate.html"/--> + <!--<OnlineMandates> + <BKU URL="https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx"> + <MOA-ID-Template URL="sampleTemplates/handy_moa-id_template.html"/> + <MandateTemplate URL="sampleTemplates/handy_mandate_template.html"/> + </BKU> + <BKU URL="https://localhost:3496/https-security-layer-request"> + <MOA-ID-Template URL="sampleTemplates/local_moa-id_template.html"/> + <MandateTemplate URL="sampleTemplates/local_mandate_template.html"/> + </BKU> + <BKU URL="https://[yourserver]/bkuonline/https-security-layer-request"> + <MOA-ID-Template URL="sampleTemplates/online_moa-id_template.html"/> + <MandateTemplate URL="sampleTemplates/online_mandate_template.html"/> + </BKU> + </OnlineMandates>--> </Templates> <!-- Transformationen fuer die Anzeige des AUTH-Block im Secure Viewer --> <SecurityLayer> |