diff options
Diffstat (limited to 'id.server/data/test')
| -rw-r--r-- | id.server/data/test/conf/ConfigurationTest.xml | 16 | ||||
| -rw-r--r-- | id.server/data/test/conf/OAConfHeaderAuth.xml | 2 | 
2 files changed, 9 insertions, 9 deletions
| diff --git a/id.server/data/test/conf/ConfigurationTest.xml b/id.server/data/test/conf/ConfigurationTest.xml index 5c18e35cc..8e18c0802 100644 --- a/id.server/data/test/conf/ConfigurationTest.xml +++ b/id.server/data/test/conf/ConfigurationTest.xml @@ -19,7 +19,7 @@  			</VerifyAuthBlock>  		</MOA-SP>  		<IdentityLinkSigners> -			<X509SubjectName>CN=MOA Test CA - Signaturdienste,OU=IKT-Stabsstelle des Bundes,O=Bundesministerium für öffentliche Leistung und Sport,C=AT</X509SubjectName> +			<X509SubjectName>CN=MOA Test CA - Signaturdienste,OU=IKT-Stabsstelle des Bundes,O=Bundesministerium für öffentliche Leistung und Sport,C=AT</X509SubjectName>  		</IdentityLinkSigners>  	</AuthComponent>  	<ProxyComponent> @@ -31,7 +31,7 @@  		</AuthComponent>  	</ProxyComponent>  	<OnlineApplication publicURLPrefix="http://localhost:9080/"> -		<AuthComponent provideZMRZahl="false" provideAUTHBlock="false" provideIdentityLink="false"/> +		<AuthComponent provideStammzahl="false" provideAUTHBlock="false" provideIdentityLink="false"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfParamAuth.xml" sessionTimeOut="10" loginParameterResolverImpl="StringloginParameterResolverImpl1" connectionBuilderImpl="StringconnectionBuilderImpl1">  			<ConnectionParameter URL="ProxyComponentURL">  				<AcceptedServerCertificates>url:AcceptedServerCertificates</AcceptedServerCertificates> @@ -40,7 +40,7 @@  		</ProxyComponent>  	</OnlineApplication>  	<OnlineApplication publicURLPrefix="http://verisign.moa.gv.at/"> -		<AuthComponent provideZMRZahl="true" provideAUTHBlock="true" provideIdentityLink="true"/> +		<AuthComponent provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="true"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfBasicAuth.xml" sessionTimeOut="20" loginParameterResolverImpl="StringloginParameterResolverImpl3" connectionBuilderImpl="StringconnectionBuilderImpl3">  			<ConnectionParameter URL="https://www.verisign.com/">  				<AcceptedServerCertificates>file:data/test/certs/server-certs</AcceptedServerCertificates> @@ -48,7 +48,7 @@  		</ProxyComponent>  	</OnlineApplication>  	<OnlineApplication publicURLPrefix="http://a-trust.moa.gv.at/"> -		<AuthComponent provideZMRZahl="true" provideAUTHBlock="true" provideIdentityLink="true"/> +		<AuthComponent provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="true"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfBasicAuth.xml" sessionTimeOut="20" loginParameterResolverImpl="StringloginParameterResolverImpl3" connectionBuilderImpl="StringconnectionBuilderImpl3">  			<ConnectionParameter URL="https://www.a-trust.at/">  				<AcceptedServerCertificates>file:data/test/certs/server-certs</AcceptedServerCertificates> @@ -56,7 +56,7 @@  		</ProxyComponent>  	</OnlineApplication>  	<OnlineApplication publicURLPrefix="http://baltimore.moa.gv.at/"> -		<AuthComponent provideZMRZahl="true" provideAUTHBlock="true" provideIdentityLink="true"/> +		<AuthComponent provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="true"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfBasicAuth.xml" sessionTimeOut="20" loginParameterResolverImpl="StringloginParameterResolverImpl3" connectionBuilderImpl="StringconnectionBuilderImpl3">  			<ConnectionParameter URL="https://www.baltimore.com/">  				<AcceptedServerCertificates>file:data/test/certs/server-certs</AcceptedServerCertificates> @@ -64,7 +64,7 @@  		</ProxyComponent>  	</OnlineApplication>  	<OnlineApplication publicURLPrefix="http://cio.moa.gv.at/"> -		<AuthComponent provideZMRZahl="true" provideAUTHBlock="true" provideIdentityLink="true"/> +		<AuthComponent provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="true"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfBasicAuth.xml" sessionTimeOut="20" loginParameterResolverImpl="StringloginParameterResolverImpl3" connectionBuilderImpl="StringconnectionBuilderImpl3">  			<ConnectionParameter URL="https://www.cio.gv.at/">  				<AcceptedServerCertificates>file:data/test/certs/server-certs</AcceptedServerCertificates> @@ -72,7 +72,7 @@  		</ProxyComponent>  	</OnlineApplication>  	<OnlineApplication publicURLPrefix="StringOALoginURL2"> -		<AuthComponent provideZMRZahl="true" provideAUTHBlock="true" provideIdentityLink="true"/> +		<AuthComponent provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="true"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfHeaderAuth.xml" sessionTimeOut="20" loginParameterResolverImpl="StringloginParameterResolverImpl2" connectionBuilderImpl="StringconnectionBuilderImpl2">  			<ConnectionParameter URL="ProxyComponentURL2">  				<AcceptedServerCertificates>url:AcceptedServerCertificates2</AcceptedServerCertificates> @@ -81,7 +81,7 @@  		</ProxyComponent>  	</OnlineApplication>  	<OnlineApplication publicURLPrefix="StringOALoginURL3"> -		<AuthComponent provideZMRZahl="true" provideAUTHBlock="true" provideIdentityLink="true"/> +		<AuthComponent provideStammzahl="true" provideAUTHBlock="true" provideIdentityLink="true"/>  		<ProxyComponent configFileURL="file:data/test/conf/OAConfBasicAuth.xml" sessionTimeOut="20" loginParameterResolverImpl="StringloginParameterResolverImpl3" connectionBuilderImpl="StringconnectionBuilderImpl3">  			<ConnectionParameter URL="ProxyComponentURL3">  				<AcceptedServerCertificates>url:AcceptedServerCertificates3</AcceptedServerCertificates> diff --git a/id.server/data/test/conf/OAConfHeaderAuth.xml b/id.server/data/test/conf/OAConfHeaderAuth.xml index c92e055e9..c084410b4 100644 --- a/id.server/data/test/conf/OAConfHeaderAuth.xml +++ b/id.server/data/test/conf/OAConfHeaderAuth.xml @@ -7,7 +7,7 @@  		<Header Name="Param1" Value="MOAPublicAuthority"/>  		<Header Name="Param2" Value="MOABKZ"/>  		<Header Name="Param3" Value="MOAQualifiedCertificate"/> -		<Header Name="Param4" Value="MOAZMRZahl"/> +		<Header Name="Param4" Value="MOAStammzahl"/>  		<Header Name="Param5" Value="MOAIPAddress"/>  	</HeaderAuth>  </Configuration> | 
