diff options
-rw-r--r-- | id/server/doc/handbook/config/config.html | 16 | ||||
-rw-r--r-- | id/server/doc/handbook/install/install.html | 1 |
2 files changed, 12 insertions, 5 deletions
diff --git a/id/server/doc/handbook/config/config.html b/id/server/doc/handbook/config/config.html index 62bde84bc..034f9815b 100644 --- a/id/server/doc/handbook/config/config.html +++ b/id/server/doc/handbook/config/config.html @@ -1378,11 +1378,17 @@ https://<host>:<port>/moa-id-auth/MonitoringServlet</pre> </tr> <tr> <td>E-ID System EntityIDs (CSV): </td> - <td> </td> - <td><p>EnitityID(s) des zentralen IDPs des E-ID Systems</p> - <p><strong>Hinweis:</strong> Die EntityIDs auf die unterschiedlichen Instanzen des zentralen E-ID Systemskö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.stammzahlenregister.gv.at/mis/MandateIssueRequest">https://aaaaaa.demo.att/bbbb/service</a><a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest">/metadata</a>,<a href="https://vollmachten.egiz.gv.at/mis-test/MandateIssueRequest">https://bbbbb.at/cccc/service/metadata</a>)</p> -<p><strong>Hinweis:</strong> Erfolgt in der Online Applikation keine konkrete Auswahl wird Standardmäßig <strong>das erste eingetragen Service</strong> verwendet.</p></td> + <td>https://eid.oesterreich.gv.at/auth/idp/shibboleth</td> + <td><p>URL(s) zu den SAML2 Metadaten des zentralen E-ID Systems</p> + <ul> + <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ö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://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äßig <strong>das erste eingetragen Service</strong> verwendet.</p> + <p>.</p></td> </tr> </table> <h4><a name="konfigurationsparameter_allgemein_sso" id="konfigurationsparameter_allgemein_bku7"></a>3.1.8 Single-Sign On (SSO)</h4> diff --git a/id/server/doc/handbook/install/install.html b/id/server/doc/handbook/install/install.html index bcd802b75..f755fd782 100644 --- a/id/server/doc/handbook/install/install.html +++ b/id/server/doc/handbook/install/install.html @@ -148,6 +148,7 @@ <li id="klein"><code>javax.net.ssl.trustStorePassword</code>: Passwort für den <span class="term">Truststore</span> (optional; nur, wenn SSL Client-Authentisierung durchgeführt werden soll). </li> <li id="klein"><code>javax.net.ssl.trustStoreType</code>: Truststore-Typ (optional; nur, wenn SSL Client-Authentisierung durchgefü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> |