aboutsummaryrefslogtreecommitdiff
path: root/id/server
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2020-09-24 08:58:33 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2020-09-24 08:58:33 +0200
commitc787ddd67b5846b728635a97fb95d31b8c1dbf63 (patch)
tree6c743b6194c7a1a6fb3655a26dc55360b30af3c2 /id/server
parent92be394b02cd31690478c82b07977d13e74352f0 (diff)
downloadmoa-id-spss-c787ddd67b5846b728635a97fb95d31b8c1dbf63.tar.gz
moa-id-spss-c787ddd67b5846b728635a97fb95d31b8c1dbf63.tar.bz2
moa-id-spss-c787ddd67b5846b728635a97fb95d31b8c1dbf63.zip
update handbook, readme_4.1.4.txt, and history.txt
Diffstat (limited to 'id/server')
-rw-r--r--id/server/doc/handbook_v40/config/config.html9
-rw-r--r--id/server/doc/handbook_v40/install/install.html1
2 files changed, 6 insertions, 4 deletions
diff --git a/id/server/doc/handbook_v40/config/config.html b/id/server/doc/handbook_v40/config/config.html
index ad5592c54..08f799114 100644
--- a/id/server/doc/handbook_v40/config/config.html
+++ b/id/server/doc/handbook_v40/config/config.html
@@ -779,14 +779,15 @@ https://&lt;host&gt;:&lt;port&gt;/moa-id-auth/MonitoringServlet</pre>
</tr>
<tr>
<td>zentrales E-ID System (CSV)</td>
- <td>https://eid.egiz.gv.at/idp/shibboleth</td>
+ <td><p>https://eid.oesterreich.gv.at/auth/idp/shibboleth</p></td>
<td><p>URL(s) zu den SAML2 Metadaten des zentralen E-ID Systems</p>
<ul>
- <li>Produktivsystem: </li>
- <li>Testsystem: <a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest">https://eid.egiz.gv.at/idp/shibboleth</a></li>
+ <li>Produktivsystem:<a href="https://eid.oesterreich.gv.at/auth/idp/shibboleth">https://eid.oesterreich.gv.at/auth/idp/shibboleth </a></li>
+ <li>Testsystem: <a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest">https://eid2.oesterreich.gv.at/auth/idp/shibboleth</a></li>
+ <li>Early-Adapter System: <a href="https://eid.egiz.gv.at/idp/shibboleth">https://eid.egiz.gv.at/idp/shibboleth</a></li>
</ul>
<p><strong>Hinweis:</strong> Die URLs auf die unterschiedlichen Instanzen des zentralen E-ID Systems k&ouml;nnen auch als Comma Separatet Value (CSV) eingetragen werden. Bei CSV werden die einzelnen URLs durch Beistrich (',') getrennt. Sind mehrere URLs hinterlegt kann das zu verwendeten Service je Online Applikation konfiguriert werden (siehe <a href="#konfigurationsparameter_oa_mandates">Kapitel 3.2.4</a>).<br>
- (z.B.: <a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest">https://eid.egiz.gv.at/idp/shibboleth</a><a href="https://vollmachten.stammzahlenregister.gv.at/mis/MandateIssueRequest"></a>,<a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest">https://eid.gv.at/idp/shibboleth</a>)</p>
+ (z.B.: <a href="https://eid.oesterreich.gv.at/auth/idp/shibboleth">https://eid.oesterreich.gv.at/auth/idp/shibboleth</a><a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest"></a><a href="https://vollmachten.stammzahlenregister.gv.at/mis/MandateIssueRequest"></a>,<a href="https://eid2.oesterreich.gv.at/auth/idp/shibboleth">https://eid2.oesterreich.gv.at/auth/idp/shibboleth</a>)</p>
<p><strong>Hinweis:</strong> Erfolgt in der Online Applikation keine konkrete Auswahl wird Standardm&auml;&szlig;ig <strong>das erste eingetragen Service</strong> verwendet.</p></td>
</tr>
</table>
diff --git a/id/server/doc/handbook_v40/install/install.html b/id/server/doc/handbook_v40/install/install.html
index 6d11e0b72..bad4753bf 100644
--- a/id/server/doc/handbook_v40/install/install.html
+++ b/id/server/doc/handbook_v40/install/install.html
@@ -151,6 +151,7 @@
<li id="klein"><code>javax.net.ssl.trustStorePassword</code>: Passwort f&uuml;r den <span class="term">Truststore</span> (optional; nur, wenn SSL Client-Authentisierung durchgef&uuml;hrt werden soll). </li>
<li id="klein"><code>javax.net.ssl.trustStoreType</code>: Truststore-Typ (optional; nur, wenn SSL Client-Authentisierung durchgef&uuml;hrt werden soll). Je nach verwendetem Keystore-Typ muss <code>jks</code> (<span class="term">Java Key Store</span>) oder <code>pkcs12</code> (PKCS#12-Datei) angegeben werden.</li>
<li><code>spring.profiles.active:</code> Set generic configuration parameters in MOA-ID-Auth Spring-Context. Configuartion values are added as comma-separated list (e.g. byteBasedConfig,value2,value3). Details on possible configuration values are in <a href="../config/config.html">Chapter Configuration</a>.</li>
+ <li><code>http.proxyHost</code>, <code>http.proxyPort</code>, <code>http.proxyUser</code>, <code>http.proxyPassword</code>, <code>http.nonProxyHosts</code>: According to Java VM Documentation, like <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html">https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html</a> as example for JAVA 8.</li>
</ul>
</li>
</ul>