diff options
| author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-08-10 10:44:53 +0000 | 
|---|---|---|
| committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-08-10 10:44:53 +0000 | 
| commit | 6c79ee268fcebe880852da3b71a186d97f501732 (patch) | |
| tree | 7e4a815612d30b6ffd9f6937e82e95760fa0e385 | |
| parent | ce5c26a35ef2e664481c456781417cb241c52646 (diff) | |
| download | moa-id-spss-6c79ee268fcebe880852da3b71a186d97f501732.tar.gz moa-id-spss-6c79ee268fcebe880852da3b71a186d97f501732.tar.bz2 moa-id-spss-6c79ee268fcebe880852da3b71a186d97f501732.zip | |
Removed proxy parts, because not supported by this version.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@425 d688527b-c9ab-4aba-bd8d-4036d912da1d
| -rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml | 32 | ||||
| -rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml | 19 | 
2 files changed, 12 insertions, 39 deletions
| diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml index d728a3ec6..bbb3c94ac 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration.xml @@ -1,7 +1,8 @@  <?xml version="1.0" encoding="UTF-8"?> -<!-- Beispielkonfiguration fuer MOA-ID mit Unterstuetzung fuer A-Trust und A1-Signatur  -		 Rudolf Schamberger, Stabsstelle IKT-Strategie des Bundes, Bundeskanzleramt --> -<MOA-IDConfiguration xmlns="http://www.buergerkarte.at/namespaces/moaconfig#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:sl10="http://www.buergerkarte.at/namespaces/securitylayer/20020225#" xmlns:sl11="http://www.buergerkarte.at/namespaces/securitylayer/20020831#"> +<!-- Beispielkonfiguration fuer MOA-WID 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#">  	<!-- Konfiguration fuer MOA-ID-AUTH -->  	<AuthComponent>  		<!-- URL und akzeptierte TLS-Server-Zertifikate des verwendeten BKU-Auswahl Service --> @@ -48,19 +49,9 @@  		</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:80/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  --> +	<!-- Demo Online-Applikation fuer MOA-WID; diese Applikation ist nicht fuer den MOA-ID Proxy geeignet  -->  	<OnlineApplication type="businessService" publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH WID Modus -->  		<AuthComponent slVersion="1.2" provideStammzahl="false" provideAUTHBlock="true" provideIdentityLink="false" provideCertificate="true"> @@ -69,18 +60,9 @@  				<!-- Beispiel Firmenbuchnummer -->  				<pr:Firmenbuchnummer xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#">468924i</pr:Firmenbuchnummer>  			</IdentificationNumber> -			<!-- TransformInfo in Tabellenform --> -			<TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/> +			<!-- TransformInfo in Tabellenform; falls aktiviert, werden diese Transformationen anstelle der Default-Transformationen verwendet --> +			<!--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 --> 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 7bf44b347..4c4f757e2 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAWIDConfiguration_withTestBKs.xml @@ -1,7 +1,8 @@  <?xml version="1.0" encoding="UTF-8"?> -<!-- Beispielkonfiguration fuer MOA-ID mit Unterstuetzung fuer  +<!-- Beispielkonfiguration fuer MOA-WID mit Unterstuetzung fuer   	 A-Trust und A1-Signatur, sowie die Testbuergerkarten a.sign test government und SeLaNext -     Rudolf Schamberger, Stabsstelle IKT-Strategie des Bundes, Bundeskanzleramt --> +     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#" xmlns:sl10="http://www.buergerkarte.at/namespaces/securitylayer/20020225#" xmlns:sl11="http://www.buergerkarte.at/namespaces/securitylayer/20020831#">  	<!-- Konfiguration fuer MOA-ID-AUTH -->  	<AuthComponent> @@ -51,19 +52,9 @@  		</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  --> +	<!-- Demo Online-Applikation fuer MOA-WID; diese Applikation ist nicht fuer den MOA-ID Proxy geeignet  -->  	<OnlineApplication type="businessService" publicURLPrefix="https://localhost:8443/">  		<!-- fuer MOA-ID-AUTH WID Modus -->  		<AuthComponent slVersion="1.2" provideStammzahl="false" provideAUTHBlock="true" provideIdentityLink="false" provideCertificate="true"> @@ -72,7 +63,7 @@  				<!-- Beispiel Firmenbuchnummer -->  				<pr:Firmenbuchnummer xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#">468924i</pr:Firmenbuchnummer>  			</IdentificationNumber> -			<!-- TransformInfo in Tabellenform --> +			<!-- TransformInfo in Tabellenform; wird anstelle der Default-Transformationen verwendet -->  			<TransformsInfo filename="transforms/TransformsInfoAuthBlock.xml"/>  		</AuthComponent>  		<!-- fuer MOA-ID-PROXY --> | 
