diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-12-29 18:26:12 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-12-29 18:26:12 +0000 |
commit | ff9428fa6feede6e5b06b14d452fd32ecdace50b (patch) | |
tree | 35c5c24c712efb268bd747b70eed0f764db67482 /id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml | |
parent | 3ecef3bc583e2895058452c336b71c978bcdebdf (diff) | |
download | moa-id-spss-ff9428fa6feede6e5b06b14d452fd32ecdace50b.tar.gz moa-id-spss-ff9428fa6feede6e5b06b14d452fd32ecdace50b.tar.bz2 moa-id-spss-ff9428fa6feede6e5b06b14d452fd32ecdace50b.zip |
*** empty log message ***
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@95 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml')
-rw-r--r-- | id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml index fa5fa5d4e..e55e32679 100644 --- a/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml +++ b/id.server/data/deploy/conf/moa-id/SampleMOAIDConfiguration.xml @@ -38,13 +38,14 @@ <ProxyComponent> <!-- URL und akzeptierte TLS-Server-Zertifikate des MOA-ID-AUTH Web Service --> <AuthComponent> - <ConnectionParameter URL="https://localhost:8443/moa-id-auth/services/GetAuthenticationData"> + <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> <!-- Eintrag fuer jede Online-Applikation --> + <!-- Demo Online-Applikation: Zugriff auf www.cio.gv.at ueber MOA-ID-PROXY --> <OnlineApplication publicURLPrefix="https://localhost:8443/"> <!-- fuer MOA-ID-AUTH --> <AuthComponent provideZMRZahl="false" provideAUTHBlock="false" provideIdentityLink="false"/> @@ -52,7 +53,7 @@ <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://localhost:8080/oa/"> + <ConnectionParameter URL="http://www.cio.gv.at/"> <!-- <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> --> <!-- <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> --> </ConnectionParameter> @@ -71,13 +72,14 @@ <TrustedCACertificates>certs/ca-certs</TrustedCACertificates> <!-- Cache-Verzeichnis fuer-Zertifikate --> + <!-- Hinweis: wenn TC in linux oder unix betrieben wird vollständigen pfad für DirectoryCertStoreParameters.RootDir verwenden --> <GenericConfiguration name="DirectoryCertStoreParameters.RootDir" value="certs/certstore"/> <!-- Time-Out fuer die Anmeldung von Beginn bis zum Anlegen der Anmeldedaten, in Sekunden --> <GenericConfiguration name="AuthenticationSession.TimeOut" value="600"/> <!-- Time-Out fuer die Anmeldung vom Anlegen bis zum Abholen der Anmeldedaten, in Sekunden --> <GenericConfiguration name="AuthenticationData.TimeOut" value="120"/> - <!-- Angabe eines alternativen DataURLPrefix Werts (bei vorgelagertem Webserver) --> - <!-- <GenericConfiguration name="FrontendServlets.DataURLPrefix" value="http://<servername>/moa-id-auth/"/> --> + <!-- Alternatives Data URL prefix (falls Webserver vorgeschaltet wird) --> + <!-- <GenericConfiguration name="FrontendServlets.DataURLPrefix" value="https://<your_webserver>/moa-id-auth/"/> --> <!-- HTTP Verbindung auf Frontend Servlets zulassen / verbieten (falls Webserver vorgeschaltet wird) --> <!-- <GenericConfiguration name="FrontendServlets.EnableHTTPConnection" value="_true"/> --> </MOA-IDConfiguration> |