diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-02-28 14:05:42 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-02-28 14:05:42 +0000 |
commit | bf61277f0be20d02a336ebd50759fa3b56a63499 (patch) | |
tree | b02a14cebb73c2df17ceed492b56b0390d51429f /id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml | |
parent | 0eb787866e2818c65eca76dd070771e809f9bdd2 (diff) | |
download | moa-id-spss-bf61277f0be20d02a336ebd50759fa3b56a63499.tar.gz moa-id-spss-bf61277f0be20d02a336ebd50759fa3b56a63499.tar.bz2 moa-id-spss-bf61277f0be20d02a336ebd50759fa3b56a63499.zip |
Added examples for loading templates from config file.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@633 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml')
-rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml index af9746d5c..8b7cbe278 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml @@ -12,6 +12,12 @@ <!-- <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> --> </ConnectionParameter> </BKUSelection> + <!-->Globale Templates zum Anpassen der Seiten "Auswahl der Bürgerkartenumgebung" und + "Anmeldung mit Bürgerkarte"<--> + <!--Templates> + <BKUSelectionTemplate URL="sampleTemplates/SampleBKUSelectionTemplate.html"/> + <Template URL="sampleTemplates/SampleTemplate.html"/> + </Templates--> <!-- Transformationen fuer die Anzeige des AUTH-Block im Secure Viewer --> <SecurityLayer> <!-- TransformInfo in Textform --> @@ -74,8 +80,14 @@ <!-- Beispiel Firmenbuchnummer --> <pr:Firmenbuchnummer xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#">468924i</pr:Firmenbuchnummer> </IdentificationNumber> + <!-->Lokale Templates zum Anpassen der Seiten "Auswahl der Bürgerkartenumgebung" und + "Anmeldung mit Bürgerkarte" nur für diese Online Applikation<--> + <!--Templates> + <BKUSelectionTemplate URL="sampleTemplates/SampleBKUSelectionTemplate.html"/> + <Template URL="sampleTemplates/SampleTemplate.html"/> + </Templates--> <!-- TransformInfo in Tabellenform; wird anstelle der Default-Transformationen verwendet --> - <TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/> + <!--TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/--> </AuthComponent> <!-- fuer MOA-ID-PROXY --> <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600"> |