diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-10-15 15:53:51 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-10-15 15:53:51 +0200 |
commit | e3d6ec57d438058cc9d36905c327cd5c9f0233ce (patch) | |
tree | 7118282b37940bc1e5740f75a234d29095d353ec /id/server/doc/handbook/config/config.html | |
parent | ab5efe91d1779893723a7085e1f8984a4b9b466f (diff) | |
download | moa-id-spss-e3d6ec57d438058cc9d36905c327cd5c9f0233ce.tar.gz moa-id-spss-e3d6ec57d438058cc9d36905c327cd5c9f0233ce.tar.bz2 moa-id-spss-e3d6ec57d438058cc9d36905c327cd5c9f0233ce.zip |
add missing updates in full MOA-ID configuration
Diffstat (limited to 'id/server/doc/handbook/config/config.html')
-rw-r--r-- | id/server/doc/handbook/config/config.html | 16 |
1 files changed, 11 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> |