Subversion Repositories oidplus

Rev

Rev 378 | Rev 426 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 378 Rev 386
Line 2... Line 2...
2
 
2
 
3
<html lang="en">
3
<html lang="en">
4
 
4
 
5
<head>
5
<head>
6
        <title>Procedural documentation related to privacy</title>
6
        <title>Procedural documentation related to privacy</title>
7
</head>
-
 
8
 
-
 
9
<body>
-
 
10
        <style>
7
        <style>
11
        h2 {
8
        h2 {
12
                font-size:large !important;
9
                font-size:large !important;
13
        }
10
        }
14
        h3 {
11
        h3 {
15
                font-size:medium !important;
12
                font-size:medium !important;
16
        }
13
        }
-
 
14
        .underline {
-
 
15
                text-decoration: underline;
-
 
16
        }
17
        </style>
17
        </style>
-
 
18
</head>
-
 
19
 
-
 
20
<body>
18
        <h1>Procedural documentation related to privacy</h1>
21
        <h1>Procedural documentation related to privacy</h1>
19
        <p><em>Revision: 29 August 2020</em></p>
22
        <p><em>Revision: 29 August 2020</em></p>
20
        <p><strong><em>Important</em></strong><em>: This document is written by ViaThinkSoft (the developer of the software &ldquo;OIDplus&rdquo;) and gives general information on how OIDplus works regarding privacy-related topics. Since OIDplus is a web-software that can be downloaded, installed, and operated by anyone on their server systems, this document DOES NOT describe how the owners/administrators of this particular installation of OIDplus are handling your data. Therefore, the owner of this system should provide an additional/individual privacy statement.</em></p>
23
        <p><strong><em>Important</em></strong><em>: This document is written by ViaThinkSoft (the developer of the software &ldquo;OIDplus&rdquo;) and gives general information on how OIDplus works regarding privacy-related topics. Since OIDplus is a web-software that can be downloaded, installed, and operated by anyone on their server systems, this document DOES NOT describe how the owners/administrators of this particular installation of OIDplus are handling your data. Therefore, the owner of this system should provide an additional/individual privacy statement.</em></p>
21
        <a name="terminology"></a><h2><strong><u>Parties / Terminology</u></strong></h2>
24
        <a id="terminology"></a><h2><strong><span class="underline">Parties / Terminology</span></strong></h2>
22
        <p><strong>ViaThinkSoft</strong> is the developer of the software solution &ldquo;OIDplus&rdquo;.</p>
25
        <p><strong>ViaThinkSoft</strong> is the developer of the software solution &ldquo;OIDplus&rdquo;.</p>
23
        <p><strong>OIDplus</strong> is a software solution to organize, manage and publish information about <strong>Object Identifiers</strong> (hereinafter referred to as OIDs) and their owners
26
        <p><strong>OIDplus</strong> is a software solution to organize, manage and publish information about <strong>Object Identifiers</strong> (hereinafter referred to as OIDs) and their owners
24
        (hereinafter referred to as <strong>Registration Authority</strong> or <strong>RA</strong>).
27
        (hereinafter referred to as <strong>Registration Authority</strong> or <strong>RA</strong>).
25
        It can be downloaded and installed on any server. A particular installation of OIDplus is called <strong>OIDplus instance</strong> or <strong>OIDplus system</strong>.
28
        It can be downloaded and installed on any server. A particular installation of OIDplus is called <strong>OIDplus instance</strong> or <strong>OIDplus system</strong>.
26
        Operators of OIDplus instances are usually software developers, workgroups, companies, or other organizations, hereinafter referred to as <strong>system owner</strong>.
29
        Operators of OIDplus instances are usually software developers, workgroups, companies, or other organizations, hereinafter referred to as <strong>system owner</strong>.
27
        A <strong>system administrator</strong> is a person who manages and maintains the OIDplus software and is usually also the same person who manages the server&rsquo;s hardware and software.</p>
30
        A <strong>system administrator</strong> is a person who manages and maintains the OIDplus software and is usually also the same person who manages the server&rsquo;s hardware and software.</p>
28
        <p><strong>Object Identifiers</strong> are organized in a hierarchical structure where RAs are delegating OIDs underneath the OIDs they are managing, to other RAs. In the context of a specific RA and OID, the &ldquo;<strong>Superior RA</strong>&rdquo; is the RA that has delegated the root OID of a specific RA. However, the statements about &ldquo;Superior RAs&rdquo; in this document do only apply if the Superior RA is using OIDplus to delegate the OID.</p>
31
        <p><strong>Object Identifiers</strong> are organized in a hierarchical structure where RAs are delegating OIDs underneath the OIDs they are managing, to other RAs. In the context of a specific RA and OID, the &ldquo;<strong>Superior RA</strong>&rdquo; is the RA that has delegated the root OID of a specific RA. However, the statements about &ldquo;Superior RAs&rdquo; in this document do only apply if the Superior RA is using OIDplus to delegate the OID.</p>
29
        <a name="server_client_side"></a><h2><strong><u>Definition of server-side and client-side</u></strong></h2>
32
        <a id="server_client_side"></a><h2><strong><span class="underline">Definition of server-side and client-side</span></strong></h2>
30
        <p>OIDplus is a web application written in the programming languages PHP (running on server-side) and HTML/JavaScript (running on the client-side).</p>
33
        <p>OIDplus is a web application written in the programming languages PHP (running on server-side) and HTML/JavaScript (running on the client-side).</p>
31
        <h3><u>Server-side</u></h3>
34
        <h3><span class="underline">Server-side</span></h3>
32
        <p>The PHP scripts of OIDplus are processed through a PHP script interpreter running on top of a web server software (&ldquo;HTTP web server&rdquo;), for example, &ldquo;Apache&rdquo; or &ldquo;Nginx&rdquo;. The actual data of OIDplus (OIDs, RAs, &hellip;) is stored in a DBMS (Database Management
35
        <p>The PHP scripts of OIDplus are processed through a PHP script interpreter running on top of a web server software (&ldquo;HTTP web server&rdquo;), for example, &ldquo;Apache&rdquo; or &ldquo;Nginx&rdquo;. The actual data of OIDplus (OIDs, RAs, &hellip;) is stored in a DBMS (Database Management
33
        System) e.g. &ldquo;MySQL&rdquo;, &ldquo;MariaDB&rdquo; or &ldquo;PostgreSQL&rdquo;. The DBMS is usually installed on the same server machine where PHP/Apache is installed, but it can be installed on any machine by the server administrator.</p>
36
        System) e.g. &ldquo;MySQL&rdquo;, &ldquo;MariaDB&rdquo; or &ldquo;PostgreSQL&rdquo;. The DBMS is usually installed on the same server machine where PHP/Apache is installed, but it can be installed on any machine by the server administrator.</p>
34
        <h3><u>Client-side</u></h3>
37
        <h3><span class="underline">Client-side</span></h3>
35
        <p>While the user browses OIDplus, the server-side serves HTML and JavaScript contents to the client computer. Using a web browser software (like &ldquo;Chrome&rdquo; or &ldquo;Firefox&rdquo;), these contents are processed and displayed on the screen. Various JavaScript scripts are either required to run OIDplus or are improving the user experience, e.g. by reloading OID descriptions without reloading the whole page while the user browses OIDplus. There might be a few external JavaScripts included (currently only ReCaptcha), which are described at the end of the document.</p>
38
        <p>While the user browses OIDplus, the server-side serves HTML and JavaScript contents to the client computer. Using a web browser software (like &ldquo;Chrome&rdquo; or &ldquo;Firefox&rdquo;), these contents are processed and displayed on the screen. Various JavaScript scripts are either required to run OIDplus or are improving the user experience, e.g. by reloading OID descriptions without reloading the whole page while the user browses OIDplus. There might be a few external JavaScripts included (currently only ReCaptcha), which are described at the end of the document.</p>
36
        <a name="scope"></a><h2><strong><u>Scope of this document</u></strong></h2>
39
        <a id="scope"></a><h2><strong><span class="underline">Scope of this document</span></strong></h2>
37
        <p>This document contains information about the OIDplus software only. It is independent of the behavior of the client-side software (web browser, Operating system, firewalls, &hellip;), independent from the behavior of hardware (network routers or firewalls, &hellip;), independent from the behavior of the server-side software (Apache, PHP, MySQL/MariaDB/PostgreSQL/..., Operating system, etc.) and the practices how the system administrator is operating the server software, stores log files, manages firewalls, etc.</p>
40
        <p>This document contains information about the OIDplus software only. It is independent of the behavior of the client-side software (web browser, Operating system, firewalls, &hellip;), independent from the behavior of hardware (network routers or firewalls, &hellip;), independent from the behavior of the server-side software (Apache, PHP, MySQL/MariaDB/PostgreSQL/..., Operating system, etc.) and the practices how the system administrator is operating the server software, stores log files, manages firewalls, etc.</p>
38
        <a name="oid_information"></a><h2><strong><u>OID information</u></strong></h2>
41
        <a id="oid_information"></a><h2><strong><span class="underline">OID information</span></strong></h2>
39
        <p>The main purpose of OIDplus is to show and manage information on OID information.</p>
42
        <p>The main purpose of OIDplus is to show and manage information on OID information.</p>
40
        <p>Some attributes of Object Identifiers (like ASN.1 identifiers) can only be changed by the Superior RA and not by the RA of that OID. On the other hand, some other information (like the title and description) can only be changed by the RA owning the OID and not by the Superior RA. The system administrator can edit all information.</p>
43
        <p>Some attributes of Object Identifiers (like ASN.1 identifiers) can only be changed by the Superior RA and not by the RA of that OID. On the other hand, some other information (like the title and description) can only be changed by the RA owning the OID and not by the Superior RA. The system administrator can edit all information.</p>
41
        <h3><em>Hidden OID information</em></h3>
44
        <h3><em>Hidden OID information</em></h3>
42
        <p>A superior RA can set the &ldquo;hidden&rdquo; flag to an OID they delegate. This means the OID and all its subsequent OIDs are invisible to the public. However, the public can see the existence of hidden OIDs by a notice &ldquo;<em>XX OIDs are hidden. Log in to see them</em>&rdquo;.</p>
45
        <p>A superior RA can set the &ldquo;hidden&rdquo; flag to an OID they delegate. This means the OID and all its subsequent OIDs are invisible to the public. However, the public can see the existence of hidden OIDs by a notice &ldquo;<em>XX OIDs are hidden. Log in to see them</em>&rdquo;.</p>
43
        <p>The system administrator can see all OIDs, even if they are hidden.</p>
46
        <p>The system administrator can see all OIDs, even if they are hidden.</p>
Line 173... Line 176...
173
        <p>Superior RA<br /> System administrator</p>
176
        <p>Superior RA<br /> System administrator</p>
174
        </td>
177
        </td>
175
        </tr>
178
        </tr>
176
        </tbody>
179
        </tbody>
177
        </table>
180
        </table>
178
        <a name="ra_information"></a><h2><strong><u>RA information</u></strong></h2>
181
        <a id="ra_information"></a><h2><strong><span class="underline">RA information</span></strong></h2>
179
        <p>The information about RAs owning OIDs can be seen publicly. A RA can manage their contact data in the OIDplus system (login-area) and mark their information as &ldquo;private&rdquo; to limit the information visible to the public.</p>
182
        <p>The information about RAs owning OIDs can be seen publicly. A RA can manage their contact data in the OIDplus system (login-area) and mark their information as &ldquo;private&rdquo; to limit the information visible to the public.</p>
180
        <p>Following RA information is always displayed (even if marked &ldquo;private&rdquo;):</p>
183
        <p>Following RA information is always displayed (even if marked &ldquo;private&rdquo;):</p>
181
        <h3><em>Overview: Managed information about RAs:</em></h3>
184
        <h3><em>Overview: Managed information about RAs:</em></h3>
182
        <table border="1">
185
        <table border="1">
183
        <tbody>
186
        <tbody>
Line 371... Line 374...
371
        <p>System administrator</p>
374
        <p>System administrator</p>
372
        </td>
375
        </td>
373
        </tr>
376
        </tr>
374
        </tbody>
377
        </tbody>
375
        </table>
378
        </table>
376
        <a name="ra_invitation"></a><h2><strong><u>Invitation of RAs</u></strong></h2>
379
        <a id="ra_invitation"></a><h2><strong><span class="underline">Invitation of RAs</span></strong></h2>
377
        <p>When an OID is created by a RA or by the system administrator, the owner of the OID will be defined by an email address (which will be shown publicly). Therefore, it is possible to own an OID, even if you are not registered in the OIDplus system.</p>
380
        <p>When an OID is created by a RA or by the system administrator, the owner of the OID will be defined by an email address (which will be shown publicly). Therefore, it is possible to own an OID, even if you are not registered in the OIDplus system.</p>
378
        <p>When the OID is created and the RA with such an email address does not exist in the OIDplus system, the creator will be asked if they want to send an invitation. If they agree, an email will be sent to this email address, allowing them to click a link to register to the OIDplus system, so that they can add more contact data as well as be able to delegate and edit OID information.</p>
381
        <p>When the OID is created and the RA with such an email address does not exist in the OIDplus system, the creator will be asked if they want to send an invitation. If they agree, an email will be sent to this email address, allowing them to click a link to register to the OIDplus system, so that they can add more contact data as well as be able to delegate and edit OID information.</p>
379
        <p>Currently, a RA cannot register themselves. They need an invitation by the system administrator or their superior RA to be able to register to the OIDplus system. (Note: To resend an invitation, the system administrator or superior RA needs to click &ldquo;Update&rdquo; at the OID delegation table, so that they are asked again to send the invitation).</p>
382
        <p>Currently, a RA cannot register themselves. They need an invitation by the system administrator or their superior RA to be able to register to the OIDplus system. (Note: To resend an invitation, the system administrator or superior RA needs to click &ldquo;Update&rdquo; at the OID delegation table, so that they are asked again to send the invitation).</p>
380
        <p>In addition to the invitation system, the system administrator can create RA accounts without email address verification.</p>
383
        <p>In addition to the invitation system, the system administrator can create RA accounts without email address verification.</p>
381
        <a name="oidinfo_publishing"></a><h2><strong><u>Publishing RAs/OIDs to oid-info.com</u></strong></h2>
384
        <a id="oidinfo_publishing"></a><h2><strong><span class="underline">Publishing RAs/OIDs to oid-info.com</span></strong></h2>
382
        <p>oid-info.com is a web page that collects and displays information about OIDs, like a Wiki. OIDplus contains features to submit data of its database to oid-info.com</p>
385
        <p>oid-info.com is a web page that collects and displays information about OIDs, like a Wiki. OIDplus contains features to submit data of its database to oid-info.com</p>
383
        <p>There are two possibilities:</p>
386
        <p>There are two possibilities:</p>
384
        <ol>
387
        <ol>
385
                <li>Manual transfer: The system administrator can create an XML file that contains OID and RA information (only the parts which can be seen by the public anyway) and can upload this XML file to oid-info.com</li>
388
                <li>Manual transfer: The system administrator can create an XML file that contains OID and RA information (only the parts which can be seen by the public anyway) and can upload this XML file to oid-info.com</li>
386
                <li>If the OIDplus system is registered to ViaThinkSoft and the OID-info.com transfer is enabled (see below),
389
                <li>If the OIDplus system is registered to ViaThinkSoft and the OID-info.com transfer is enabled (see below),
387
                the OIDplus system will transmit XML data containing RA/OID information through an encrypted interface to ViaThinkSoft,
390
                the OIDplus system will transmit XML data containing RA/OID information through an encrypted interface to ViaThinkSoft,
388
                and ViaThinkSoft after regular manual check submits the data to the oid-info.com administrator.</li>
391
                and ViaThinkSoft after regular manual check submits the data to the oid-info.com administrator.</li>
389
        </ol>
392
        </ol>
390
        <a name="systemid"></a><h2><strong><u>Unique system ID</u></strong></h2>
393
        <a id="systemid"></a><h2><strong><span class="underline">Unique system ID</span></strong></h2>
391
        <p>During the initial setup, a public/private-key-pair will be created which can be used for various purposes, e.g. to encrypt data between OIDplus and ViaThinkSoft if the &ldquo;system registration&rdquo; service is used (see below) or to sign OID-WHOIS responses.</p>
394
        <p>During the initial setup, a public/private-key-pair will be created which can be used for various purposes, e.g. to encrypt data between OIDplus and ViaThinkSoft if the &ldquo;system registration&rdquo; service is used (see below) or to sign OID-WHOIS responses.</p>
392
        <p>From this public key, a unique system ID will be derivated. The unique system ID and the public key can be seen in the setup screen.</p>
395
        <p>From this public key, a unique system ID will be derivated. The unique system ID and the public key can be seen in the setup screen.</p>
393
        <a name="system_registration"></a><h2><strong><u>System registration and automatic publishing to oid-info.com</u></strong></h2>
396
        <a id="system_registration"></a><h2><strong><span class="underline">System registration and automatic publishing to oid-info.com</span></strong></h2>
394
        <p>During initial setup, the system administrator can choose between the following options:</p>
397
        <p>During initial setup, the system administrator can choose between the following options:</p>
395
        <p>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Register to directory service and automatically publish RA/OID data at oid-info.com<br /> 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Only register to directory service<br /> 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hide system</p>
398
        <p>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Register to directory service and automatically publish RA/OID data at oid-info.com<br /> 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Only register to directory service<br /> 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hide system</p>
396
        <p>This setting can always be changed in the administrator login/control panel.</p>
399
        <p>This setting can always be changed in the administrator login/control panel.</p>
397
        <h3><em><u>Registering the system to the directory service (option 0 and 1)</u></em></h3>
400
        <h3><em><span class="underline">Registering the system to the directory service (option 0 and 1)</span></em></h3>
398
        <p>The registration of the OIDplus system has various advantages:</p><!-- please keep in sync with plugins/adminPages/120_registration/info.html document -->
401
        <p>The registration of the OIDplus system has various advantages:</p><!-- please keep in sync with plugins/adminPages/120_registration/info.html document -->
399
        <ul>
402
        <ul>
400
                <li>The public key of the OIDplus instance will be published to the ViaThinkSoft web directory, so that users can check the integrity of the data (e.g. signed OID-WHOIS requests).</li>
403
                <li>The public key of the OIDplus instance will be published to the ViaThinkSoft web directory, so that users can check the integrity of the data (e.g. signed OID-WHOIS requests).</li>
401
                <li>Since the 31-bit System ID can have hash conflicts, ViaThinkSoft will make sure that the System ID is only used by this OIDplus instance (it will force other OIDplus systems with the same system ID to change their IDs).</li>
404
                <li>Since the 31-bit System ID can have hash conflicts, ViaThinkSoft will make sure that the System ID is only used by this OIDplus instance (it will force other OIDplus systems with the same system ID to change their IDs).</li>
402
                <li>ViaThinkSoft can acknowledge the system name, administrator email address, and OID root arcs. Therefore, the OIDplus instance can be found using referral WHOIS.</li>
405
                <li>ViaThinkSoft can acknowledge the system name, administrator email address, and OID root arcs. Therefore, the OIDplus instance can be found using referral WHOIS.</li>
Line 425... Line 428...
425
                <li>Current URL</li>
428
                <li>Current URL</li>
426
        </ul>
429
        </ul>
427
        <p>The other information will stay on the ViaThinkSoft internal database and will not be shared with other parties.</p>
430
        <p>The other information will stay on the ViaThinkSoft internal database and will not be shared with other parties.</p>
428
        <p>If the system administrator enabled this option and want to revoke the permission, the system administrator has to change the privacy level in the administrator login/control panel. The system will automatically contact the ViaThinkSoft server again and performs the deletion of all data.</p>
431
        <p>If the system administrator enabled this option and want to revoke the permission, the system administrator has to change the privacy level in the administrator login/control panel. The system will automatically contact the ViaThinkSoft server again and performs the deletion of all data.</p>
429
        <p>Please note that the deletion of the record in the directory service does not delete OID/RA information which is already submitted at oid-info.com (if option 0 was chosen). To delete this data, the system administrator needs to contact the OID Repository Webmaster at <a href="mailto:admin@oid-info.com">admin@oid-info.com</a></p>
432
        <p>Please note that the deletion of the record in the directory service does not delete OID/RA information which is already submitted at oid-info.com (if option 0 was chosen). To delete this data, the system administrator needs to contact the OID Repository Webmaster at <a href="mailto:admin@oid-info.com">admin@oid-info.com</a></p>
430
        <h3><em><u>Publish RA/OID data at oid-info.com (option 0)</u></em></h3>
433
        <h3><em><span class="underline">Publish RA/OID data at oid-info.com (option 0)</span></em></h3>
431
        <p>If privacy level option 0 is chosen, the system regularly contacts the ViaThinkSoft server through a secure connection and sends the public RA/OID data. ViaThinkSoft will store this data and redirect it to the OID Repository Webmaster who will review the data and eventually submit it to the public repository www.oid-info.com</p>
434
        <p>If privacy level option 0 is chosen, the system regularly contacts the ViaThinkSoft server through a secure connection and sends the public RA/OID data. ViaThinkSoft will store this data and redirect it to the OID Repository Webmaster who will review the data and eventually submit it to the public repository www.oid-info.com</p>
432
        <p>If the system administrator enabled this option and want to revoke the permission, the system administrator has to change the privacy level in the administrator login/control panel to option 1 or 2 (to avoid that data is sent again). To remove already submitted OIDs, the system administrator needs to contact the OID Repository Webmaster at <a href="mailto:admin@oid-info.com">admin@oid-info.com</a></p>
435
        <p>If the system administrator enabled this option and want to revoke the permission, the system administrator has to change the privacy level in the administrator login/control panel to option 1 or 2 (to avoid that data is sent again). To remove already submitted OIDs, the system administrator needs to contact the OID Repository Webmaster at <a href="mailto:admin@oid-info.com">admin@oid-info.com</a></p>
433
        <h3><em><u>Hide system (option 2)</u></em></h3>
436
        <h3><em><span class="underline">Hide system (option 2)</span></em></h3>
434
        <p>If privacy level option 2 was chosen, the system will neither contact ViaThinkSoft, nor oid-info.com.</p>
437
        <p>If privacy level option 2 was chosen, the system will neither contact ViaThinkSoft, nor oid-info.com.</p>
435
        <a name="logfiles"></a><h2><strong><u>Log files</u></strong></h2>
438
        <a id="logfiles"></a><h2><strong><span class="underline">Log files</span></strong></h2>
436
        <h3><em><u>Logs by OIDplus</u></em></h3>
439
        <h3><em><span class="underline">Logs by OIDplus</span></em></h3>
437
        <p>OIDplus manages log entries for specific events like logins, OID/RA modifications, creating and deletion of OIDs, etc.</p>
440
        <p>OIDplus manages log entries for specific events like logins, OID/RA modifications, creating and deletion of OIDs, etc.</p>
438
        <p>These log messages are stored in the DBMS only.</p>
441
        <p>These log messages are stored in the DBMS only.</p>
439
        <p>All log events are visible to the system administrator.</p>
442
        <p>All log events are visible to the system administrator.</p>
440
        <p>Some events are visible to the RA and/or the Superior RA.</p>
443
        <p>Some events are visible to the RA and/or the Superior RA.</p>
441
        <p>Log events may show the IP addresses of the computer that was connected to the OIDplus system and the email address if the RA was logged in using their credentials.</p>
444
        <p>Log events may show the IP addresses of the computer that was connected to the OIDplus system and the email address if the RA was logged in using their credentials.</p>
442
        <p>OIDplus does not provide a function to delete log events. A deletion must be done in the database directly, e.g. using a database client like phpMyAdmin.</p>
445
        <p>OIDplus does not provide a function to delete log events. A deletion must be done in the database directly, e.g. using a database client like phpMyAdmin.</p>
443
        <h3><em><u>Logs by host software, firewalls, etc.</u></em></h3>
446
        <h3><em><span class="underline">Logs by host software, firewalls, etc.</span></em></h3>
444
        <p>Besides logs created by OIDplus, other client-side or server-side software involved in processing the web requests (like the HTTP web server, the PHP script interpreter, the database server, the Operating System, the web browser, or various firewalls) might log traffic and queries in various ways. These logs are independent of OIDplus and need to be managed by the system administrator and/or network administrators.</p>
447
        <p>Besides logs created by OIDplus, other client-side or server-side software involved in processing the web requests (like the HTTP web server, the PHP script interpreter, the database server, the Operating System, the web browser, or various firewalls) might log traffic and queries in various ways. These logs are independent of OIDplus and need to be managed by the system administrator and/or network administrators.</p>
445
        <p>If you are concerned about the contents of the log files, please contact the system administrator.</p>
448
        <p>If you are concerned about the contents of the log files, please contact the system administrator.</p>
446
        <a name="cookies"></a><h2><strong><u>Cookies</u></strong></h2>
449
        <a id="cookies"></a><h2><strong><span class="underline">Cookies</span></strong></h2>
447
        <p>A cookie is a small text file that is sent to this
450
        <p>A cookie is a small text file that is sent to this
448
        website every time you visit it, e.g. to identify you
451
        website every time you visit it, e.g. to identify you
449
        as a logged in user.</p>
452
        as a logged in user.</p>
450
        <p>OIDplus does only use cookies for the following purposes:</p>
453
        <p>OIDplus does only use cookies for the following purposes:</p>
451
        <table border="1">
454
        <table border="1">
Line 518... Line 521...
518
        <p>When the browser session is closed.</p>
521
        <p>When the browser session is closed.</p>
519
        </td>
522
        </td>
520
        </tr>
523
        </tr>
521
        </tbody>
524
        </tbody>
522
        </table>
525
        </table>
523
        <a name="external_javascripts"></a><h2><strong><u>External JavaScripts</u></strong></h2>
526
        <a id="external_javascripts"></a><h2><strong><span class="underline">External JavaScripts</span></strong></h2>
524
        <p>During the loading of the web page, various JavaScripts are included to improve the user experience and add essential functionalities. The basic scripts are the JavaScript files of OIDplus itself, which are stored on the server of the particular OIDplus installation.</p>
527
        <p>During the loading of the web page, various JavaScripts are included to improve the user experience and add essential functionalities. The basic scripts are the JavaScript files of OIDplus itself, which are stored on the server of the particular OIDplus installation.</p>
525
        <p>Following JavaScripts are loaded from an external source/server:</p>
528
        <p>Following JavaScripts are loaded from an external source/server:</p>
526
        <h3><em><u>ReCAPTCHA (only if &ldquo;ReCAPTCHA&rdquo; is enabled)</u></em></h3>
529
        <h3><em><span class="underline">ReCAPTCHA (only if &ldquo;ReCAPTCHA&rdquo; is enabled)</span></em></h3>
527
        <p>To protect sensitive functions of OIDplus (e.g. the login form) from hackers, the system administrator can enable &ldquo;ReCAPTCHA&rdquo; which is a service of Google. Before enabling ReCAPTCHA in the OIDplus setup/settings, the system administrator has to request an API key from Google. The usage of ReCAPTCHA will probably introduce additional cookies that are out of the control of OIDplus.</p>
530
        <p>To protect sensitive functions of OIDplus (e.g. the login form) from hackers, the system administrator can enable &ldquo;ReCAPTCHA&rdquo; which is a service of Google. Before enabling ReCAPTCHA in the OIDplus setup/settings, the system administrator has to request an API key from Google. The usage of ReCAPTCHA will probably introduce additional cookies that are out of the control of OIDplus.</p>
528
        <p>Please see <a href="https://policies.google.com/privacy">Google&rsquo;s Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of service</a> for more information.</p>
531
        <p>Please see <a href="https://policies.google.com/privacy">Google&rsquo;s Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of service</a> for more information.</p>
529
        <p>If the system administrator has not enabled the ReCAPTCHA feature, no external script will be included at all.</p>
532
        <p>If the system administrator has not enabled the ReCAPTCHA feature, no external script will be included at all.</p>
530
        <p>If the feature is enabled, blocking the ReCAPTCHA JavaScript on the client-side will result in various functionalities (like the login form) not working.</p>
533
        <p>If the feature is enabled, blocking the ReCAPTCHA JavaScript on the client-side will result in various functionalities (like the login form) not working.</p>
531
        <a name="additional_security"></a><h2><strong><u>Additional security / access controls</u></strong></h2>
534
        <a id="additional_security"></a><h2><strong><span class="underline">Additional security / access controls</span></strong></h2>
532
        <p>System administrators can choose other methods to disable access from the public, e.g. by using firewalls (so that clients cannot access the server at all) or by setting up password protection at the level of the HTTP web server software (e.g. &ldquo;Basic Auth&rdquo; on Apache, so that the clients cannot access the directory where OIDplus is installed in).</p>
535
        <p>System administrators can choose other methods to disable access from the public, e.g. by using firewalls (so that clients cannot access the server at all) or by setting up password protection at the level of the HTTP web server software (e.g. &ldquo;Basic Auth&rdquo; on Apache, so that the clients cannot access the directory where OIDplus is installed in).</p>
533
        <a name="encrypted_connections"></a><h2><strong><u>Encrypted network connections</u></strong></h2>
536
        <a id="encrypted_connections"></a><h2><strong><span class="underline">Encrypted network connections</span></strong></h2>
534
        <p>The server administrator is responsible for securing the network connections using &ldquo;HTTPS&rdquo;. This is done at the HTTP web server level (i.e. an Apache module/setting) and independent from OIDplus.</p>
537
        <p>The server administrator is responsible for securing the network connections using &ldquo;HTTPS&rdquo;. This is done at the HTTP web server level (i.e. an Apache module/setting) and independent from OIDplus.</p>
535
</body>
538
</body>
536
 
539
 
537
</html>
540
</html>