diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-03-22 08:49:40 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-03-22 08:49:40 +0000 |
commit | 6bd58f3db0230f275b15beb9dc8cc735db558e03 (patch) | |
tree | f6f54fa3a2d86b6fc9ec19a3e44d2550a26bee09 /id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml | |
parent | e6295cbb397548448a52cfa0036cdb8c2b9a382b (diff) | |
download | moa-id-spss-6bd58f3db0230f275b15beb9dc8cc735db558e03.tar.gz moa-id-spss-6bd58f3db0230f275b15beb9dc8cc735db558e03.tar.bz2 moa-id-spss-6bd58f3db0230f275b15beb9dc8cc735db558e03.zip |
Beispielkonfigurationen mit und ohne Proxykomponente (bisher
nur mit Proxykomponente)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@688 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml')
-rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml index a2c062e75..e9e6cf069 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Beispielkonfiguration fuer MOA-WID mit Unterstuetzung fuer A-Trust und A1-Signatur +<!-- Beispielkonfiguration fuer MOA-WID ohne Proxy mit Unterstuetzung fuer A-Trust und A1-Signatur Rudolf Schamberger, Stabsstelle IKT-Strategie des Bundes, Bundeskanzleramt; Harald Bratko, IAIK --> <MOA-IDConfiguration xmlns="http://www.buergerkarte.at/namespaces/moaconfig#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> @@ -56,20 +56,8 @@ </IdentityLinkSigners> </AuthComponent> - <!-- Konfiguration fuer MOA-ID-PROXY --> - <ProxyComponent> - <!-- URL und akzeptierte TLS-Server-Zertifikate des MOA-ID-AUTH Web Service --> - <AuthComponent> - <ConnectionParameter URL="http://localhost:8080/moa-id-auth/services/GetAuthenticationData"> - <!-- <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> --> - <!-- <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> --> - </ConnectionParameter> - </AuthComponent> - </ProxyComponent> - - <!-- Eintragung fuer jede Online-Applikation --> - <!-- Demo Online-Applikation fuer MOA-WID: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> + <!-- publicURLPrefix referenziert hier keine richtige Online Applikation; muss angepasst werden --> <OnlineApplication type="businessService" publicURLPrefix="https://localhost:8443/"> <!-- fuer MOA-ID-AUTH WID Modus --> <AuthComponent slVersion="1.2" provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="false" provideCertificate="true"> @@ -88,15 +76,6 @@ <!--TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/--> </AuthComponent> - <!-- fuer MOA-ID-PROXY --> - <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600"> - <!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> --> - <!-- URL und akzeptierte TLS-Server-Zertifikate der Online-Applikation --> - <ConnectionParameter URL="http://www.cio.gv.at/"> - <!-- <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> --> - <!-- <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> --> - </ConnectionParameter> - </ProxyComponent> </OnlineApplication> <!-- ChainingModes fuer die Zertifikatspfadueberpruefung der TLS-Zertifikate --> @@ -104,7 +83,6 @@ </ChainingModes> <!-- fuer MOA-ID-AUTH: CA-Zertifikat des Servers MOA-SP, falls dieses Service ueber HTTPS angesprochen wird - fuer MOA-ID-PROXY: CA-Zertifikat des Servers MOA-ID-AUTH, falls dieses Service ueber HTTPS angesprochen wird zusaeztlich: CA-Zertifikat aller Online-Applikationen, die ueber HTTPS angesprochen werden --> <TrustedCACertificates>certs/ca-certs</TrustedCACertificates> |