From c787ddd67b5846b728635a97fb95d31b8c1dbf63 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 24 Sep 2020 08:58:33 +0200 Subject: update handbook, readme_4.1.4.txt, and history.txt --- id/server/doc/handbook_v40/config/config.html | 9 +++++---- id/server/doc/handbook_v40/install/install.html | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'id/server') 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://<host>:<port>/moa-id-auth/MonitoringServlet zentrales E-ID System (CSV) - https://eid.egiz.gv.at/idp/shibboleth +

https://eid.oesterreich.gv.at/auth/idp/shibboleth

URL(s) zu den SAML2 Metadaten des zentralen E-ID Systems

Hinweis: 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 Kapitel 3.2.4).
- (z.B.: https://eid.egiz.gv.at/idp/shibboleth,https://eid.gv.at/idp/shibboleth)

+ (z.B.: https://eid.oesterreich.gv.at/auth/idp/shibboleth,https://eid2.oesterreich.gv.at/auth/idp/shibboleth)

Hinweis: Erfolgt in der Online Applikation keine konkrete Auswahl wird Standardmäßig das erste eingetragen Service verwendet.

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 @@
  • javax.net.ssl.trustStorePassword: Passwort für den Truststore (optional; nur, wenn SSL Client-Authentisierung durchgeführt werden soll).
  • javax.net.ssl.trustStoreType: Truststore-Typ (optional; nur, wenn SSL Client-Authentisierung durchgeführt werden soll). Je nach verwendetem Keystore-Typ muss jks (Java Key Store) oder pkcs12 (PKCS#12-Datei) angegeben werden.
  • spring.profiles.active: 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 Chapter Configuration.
  • +
  • http.proxyHost, http.proxyPort, http.proxyUser, http.proxyPassword, http.nonProxyHosts: According to Java VM Documentation, like https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html as example for JAVA 8.
  • -- cgit v1.2.3