Subversion Repositories oidplus

Rev

Rev 355 | Rev 362 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.         <title>Procedural documentation related to privacy</title>
  7. </head>
  8.  
  9. <body>
  10.         <style>
  11.         h2 {
  12.                 font-size:large !important;
  13.         }
  14.         h3 {
  15.                 font-size:medium !important;
  16.         }
  17.         </style>
  18.         <h1>Procedural documentation related to privacy</h1>
  19.         <p><em>Revision: 20 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>
  21.         <a name="terminology"></a><h2><strong><u>Parties / Terminology</u></strong></h2>
  22.         <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
  24.         (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>.
  26.         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>
  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>
  29.         <a name="server_client_side"></a><h2><strong><u>Definition of server-side and client-side</u></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>
  31.         <h3><u>Server-side</u></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 Software) 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>
  33.         <h3><u>Client-side</u></h3>
  34.         <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 (Polyfill and ReCaptcha), which are described at the end of the document.</p>
  35.         <a name="scope"></a><h2><strong><u>Scope of this document</u></strong></h2>
  36.         <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>
  37.         <a name="oid_information"></a><h2><strong><u>OID information</u></strong></h2>
  38.         <p>The main purpose of OIDplus is to show and manage information on OID information.</p>
  39.         <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>
  40.         <h3><em>Hidden OID information</em></h3>
  41.         <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>
  42.         <p>The system administrator can see all OIDs, even if they are hidden.</p>
  43.         <p>An owner of an OID can see all OIDs which are directing to his root OID, even if some of them are hidden.</p>
  44.         <p>If you are an <strong>owner of an OID</strong> and want to make your OID hidden from the public, please contact your <strong>superior RA</strong> (preferential) or the <strong>system administrator</strong> and ask them to mark your OID as hidden. Please note that this will also hide all OIDs that you delegate to yourself or other RAs.</p>
  45.         <h3><em>Overview: Managed information about OIDs:</em></h3>
  46.         <table border="1">
  47.         <tbody>
  48.         <tr>
  49.         <td width="111">
  50.         <p><strong>Attribute:</strong></p>
  51.         </td>
  52.         <td width="196">
  53.         <p><strong>Can only be changed by:</strong></p>
  54.         </td>
  55.         <td width="154">
  56.         <p><strong>If not marked &ldquo;hidden&ldquo;, visible to:</strong></p>
  57.         </td>
  58.         <td width="154">
  59.         <p><strong>If marked &ldquo;hidden&ldquo;, visible to:</strong></p>
  60.         </td>
  61.         </tr>
  62.         <tr>
  63.         <td width="111">
  64.         <p>Numeric Identifier</p>
  65.         </td>
  66.         <td width="196">
  67.         <p>Superior RA<br /> System administrator<br /> (can only be defined during creation and never be updated!)</p>
  68.         </td>
  69.         <td width="154">
  70.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  71.         </td>
  72.         <td width="154">
  73.         <p>Superior RA<br /> System administrator</p>
  74.         </td>
  75.         </tr>
  76.         <tr>
  77.         <td width="111">
  78.         <p>Alphanumeric identifier (for ASN.1 notation)</p>
  79.         </td>
  80.         <td width="196">
  81.         <p>Superior RA<br /> System administrator</p>
  82.         </td>
  83.         <td width="154">
  84.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  85.         </td>
  86.         <td width="154">
  87.         <p>Superior RA<br /> System administrator</p>
  88.         </td>
  89.         </tr>
  90.         <tr>
  91.         <td width="111">
  92.         <p>Unicode label</p>
  93.         <p>(for IRI notation)</p>
  94.         </td>
  95.         <td width="196">
  96.         <p>Superior RA<br /> System administrator</p>
  97.         </td>
  98.         <td width="154">
  99.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  100.         </td>
  101.         <td width="154">
  102.         <p>Superior RA<br /> System administrator</p>
  103.         </td>
  104.         </tr>
  105.         <tr>
  106.         <td width="111">
  107.         <p>RA</p>
  108.         </td>
  109.         <td width="196">
  110.         <p>Superior RA<br /> System administrator</p>
  111.         </td>
  112.         <td width="154">
  113.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  114.         </td>
  115.         <td width="154">
  116.         <p>Superior RA<br /> System administrator</p>
  117.         </td>
  118.         </tr>
  119.         <tr>
  120.         <td width="111">
  121.         <p>Comment</p>
  122.         </td>
  123.         <td width="196">
  124.         <p>Superior RA<br /> System administrator</p>
  125.         </td>
  126.         <td width="154">
  127.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  128.         </td>
  129.         <td width="154">
  130.         <p>Superior RA<br /> System administrator</p>
  131.         </td>
  132.         </tr>
  133.         <tr>
  134.         <td width="111">
  135.         <p>&ldquo;Hidden&rdquo; flag</p>
  136.         </td>
  137.         <td width="196">
  138.         <p>Superior RA<br /> System administrator</p>
  139.         </td>
  140.         <td width="154">
  141.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  142.         </td>
  143.         <td width="154">
  144.         <p>Superior RA<br /> System administrator</p>
  145.         </td>
  146.         </tr>
  147.         <tr>
  148.         <td width="111">
  149.         <p>Title</p>
  150.         </td>
  151.         <td width="196">
  152.         <p>RA<br /> System administrator</p>
  153.         </td>
  154.         <td width="154">
  155.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  156.         </td>
  157.         <td width="154">
  158.         <p>Superior RA<br /> System administrator</p>
  159.         </td>
  160.         </tr>
  161.         <tr>
  162.         <td width="111">
  163.         <p>Description</p>
  164.         </td>
  165.         <td width="196">
  166.         <p>RA<br /> System administrator</p>
  167.         </td>
  168.         <td width="154">
  169.         <p>Public<br /> RA<br /> Superior RA<br /> System administrator</p>
  170.         </td>
  171.         <td width="154">
  172.         <p>Superior RA<br /> System administrator</p>
  173.         </td>
  174.         </tr>
  175.         </tbody>
  176.         </table>
  177.         <a name="ra_information"></a><h2><strong><u>RA information</u></strong></h2>
  178.         <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>
  179.         <p>Following RA information is always displayed (even if marked &ldquo;private&rdquo;):</p>
  180.         <h3><em>Overview: Managed information about RAs:</em></h3>
  181.         <table border="1">
  182.         <tbody>
  183.         <tr>
  184.         <td width="111">
  185.         <p><strong>Attribute:</strong></p>
  186.         </td>
  187.         <td width="196">
  188.         <p><strong>Can only be changed by:</strong></p>
  189.         </td>
  190.         <td width="154">
  191.         <p><strong>If not marked &ldquo;private&ldquo;, visible to:</strong></p>
  192.         </td>
  193.         <td width="154">
  194.         <p><strong>If marked &ldquo;private&ldquo;, visible to:</strong></p>
  195.         </td>
  196.         </tr>
  197.         <tr>
  198.         <td width="111">
  199.         <p>Email-Address</p>
  200.         </td>
  201.         <td width="196">
  202.         <p>RA</p>
  203.         </td>
  204.         <td width="154">
  205.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  206.         </td>
  207.         <td width="154">
  208.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  209.         </td>
  210.         </tr>
  211.         <tr>
  212.         <td width="111">
  213.         <p>Name</p>
  214.         </td>
  215.         <td width="196">
  216.         <p>RA</p>
  217.         </td>
  218.         <td width="154">
  219.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  220.         </td>
  221.         <td width="154">
  222.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  223.         </td>
  224.         </tr>
  225.         <tr>
  226.         <td width="111">
  227.         <p>Organization</p>
  228.         </td>
  229.         <td width="196">
  230.         <p>RA</p>
  231.         </td>
  232.         <td width="154">
  233.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  234.         </td>
  235.         <td width="154">
  236.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  237.         </td>
  238.         </tr>
  239.         <tr>
  240.         <td width="111">
  241.         <p>Office</p>
  242.         </td>
  243.         <td width="196">
  244.         <p>RA</p>
  245.         </td>
  246.         <td width="154">
  247.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  248.         </td>
  249.         <td width="154">
  250.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  251.         </td>
  252.         </tr>
  253.         <tr>
  254.         <td width="111">
  255.         <p>Personal name</p>
  256.         </td>
  257.         <td width="196">
  258.         <p>RA</p>
  259.         </td>
  260.         <td width="154">
  261.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  262.         </td>
  263.         <td width="154">
  264.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  265.         </td>
  266.         </tr>
  267.         <tr>
  268.         <td width="111">
  269.         <p>Privacy flag</p>
  270.         </td>
  271.         <td width="196">
  272.         <p>RA</p>
  273.         </td>
  274.         <td width="154">
  275.         <p>RA</p>
  276.         <p>System administrator</p>
  277.         </td>
  278.         <td width="154">
  279.         <p>RA</p>
  280.         <p>System administrator</p>
  281.         </td>
  282.         </tr>
  283.         <tr>
  284.         <td width="111">
  285.         <p>Street</p>
  286.         </td>
  287.         <td width="196">
  288.         <p>RA</p>
  289.         </td>
  290.         <td width="154">
  291.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  292.         </td>
  293.         <td width="154">
  294.         <p>RA</p>
  295.         <p>System administrator</p>
  296.         </td>
  297.         </tr>
  298.         <tr>
  299.         <td width="111">
  300.         <p>ZIP/Town</p>
  301.         </td>
  302.         <td width="196">
  303.         <p>RA</p>
  304.         </td>
  305.         <td width="154">
  306.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  307.         </td>
  308.         <td width="154">
  309.         <p>RA</p>
  310.         <p>System administrator</p>
  311.         </td>
  312.         </tr>
  313.         <tr>
  314.         <td width="111">
  315.         <p>Country</p>
  316.         </td>
  317.         <td width="196">
  318.         <p>RA</p>
  319.         </td>
  320.         <td width="154">
  321.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  322.         </td>
  323.         <td width="154">
  324.         <p>RA</p>
  325.         <p>System administrator</p>
  326.         </td>
  327.         </tr>
  328.         <tr>
  329.         <td width="111">
  330.         <p>Phone</p>
  331.         </td>
  332.         <td width="196">
  333.         <p>RA</p>
  334.         </td>
  335.         <td width="154">
  336.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  337.         </td>
  338.         <td width="154">
  339.         <p>RA</p>
  340.         <p>System administrator</p>
  341.         </td>
  342.         </tr>
  343.         <tr>
  344.         <td width="111">
  345.         <p>Mobile</p>
  346.         </td>
  347.         <td width="196">
  348.         <p>RA</p>
  349.         </td>
  350.         <td width="154">
  351.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  352.         </td>
  353.         <td width="154">
  354.         <p>RA</p>
  355.         <p>System administrator</p>
  356.         </td>
  357.         </tr>
  358.         <tr>
  359.         <td width="111">
  360.         <p>Fax</p>
  361.         </td>
  362.         <td width="196">
  363.         <p>RA</p>
  364.         </td>
  365.         <td width="154">
  366.         <p>Public<br /> Superior RA<br /> RA<br /> System administrator</p>
  367.         </td>
  368.         <td width="154">
  369.         <p>RA</p>
  370.         <p>System administrator</p>
  371.         </td>
  372.         </tr>
  373.         </tbody>
  374.         </table>
  375.         <a name="ra_invitation"></a><h2><strong><u>Invitation of RAs</u></strong></h2>
  376.         <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>
  377.         <p>When the OID is created and the RA with such an email address does not exist, 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>
  378.         <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>
  379.         <p>In addition to the invitation system, the system administrator can create RA accounts without email address verification.</p>
  380.         <a name="oidinfo_publishing"></a><h2><strong><u>Publishing RAs/OIDs to oid-info.com</u></strong></h2>
  381.         <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>
  382.         <p>There are two possibilities:</p>
  383.         <ol>
  384.                 <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>
  385.                 <li>If the OIDplus system is registered to ViaThinkSoft and the OID-info.com transfer is enabled (see below), ViaThinkSoft will automatically fetch the XML data from the OIDplus system using an encrypted interface and submits the data to the oid-info.com administrator.</li>
  386.         </ol>
  387.         <a name="systemid"></a><h2><strong><u>Unique system ID</u></strong></h2>
  388.         <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-over-WHOIS responses.</p>
  389.         <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>
  390.         <a name="system_registration"></a><h2><strong><u>System registration and automatic publishing to oid-info.com</u></strong></h2>
  391.         <p>During initial setup, the system administrator can choose between the following options:</p>
  392.         <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>
  393.         <p>This setting can always be changed in the administrator login/control panel.</p>
  394.         <h3><em><u>Registering the system to the directory service (option 0 and 1)</u></em></h3>
  395.         <p>The registration of your OIDplus system has various advantages:</p>
  396.         <ul>
  397.                 <li>The public key of your system will be published so that users can check the integrity of your data (e.g. signed OID-over-WHOIS requests).</li>
  398.                 <li>Since the 31-bit System ID can have hash conflicts, ViaThinkSoft will make sure that the System ID is only used by your system (it will force other OIDplus systems with the same system ID to change their IDs).</li>
  399.                 <li>ViaThinkSoft can acknowledge the system name, administrator email, and OID root arcs. Therefore, your system can be found using referral WHOIS.</li>
  400.                 <li>You can optionally enable the automatic publishing of your public OID information to the repository oid-info.com.</li>
  401.                 <li>Your OIDplus version will be reported to ViaThinkSoft. If a severe bug or security vulnerability is affecting your system, ViaThinkSoft can warn you via email.</li>
  402.                 <li>The directory service will automatically create an X.509 security certificate for you (NOT an SSL certificate!) which can be used for various verifications.</li>
  403.         </ul>
  404.         <p>If privacy level option 0 or 1 was chosen, the OIDplus system will regularly contact the ViaThinkSoft server through a secure connection and send the following information:</p>
  405.         <ul>
  406.                 <li>Privacy level (0, 1 or 2)</li>
  407.                 <li>System ID</li>
  408.                 <li>Public Key</li>
  409.                 <li>Current URL</li>
  410.                 <li>Administrator email address</li>
  411.                 <li>System title</li>
  412.                 <li>List of OID roots that this system is sending</li>
  413.                 <li>The version of your system (SVN revision)</li>
  414.                 <li>Installation type (ZIPed SVN snapshot or SVN working copy)</li>
  415.         </ul>
  416.         <p>ViaThinkSoft will store this data internally and publish parts into the public directory service located at <a href="https://oidplus.viathinksoft.com/oidplus/?goto=oid%3A1.3.6.1.4.1.37476.30.9">https://oidplus.viathinksoft.com/oidplus/?goto=oid%3A1.3.6.1.4.1.37476.30.9</a> :</p>
  417.         <p>The public record contains:</p>
  418.         <ul>
  419.                 <li>System ID</li>
  420.                 <li>Public key</li>
  421.                 <li>Current URL</li>
  422.         </ul>
  423.         <p>The other information will stay on the ViaThinkSoft internal database and will not be shared with other parties.</p>
  424.         <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>
  425.         <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>
  426.         <h3><em><u>Publish RA/OID data at oid-info.com (option 0)</u></em></h3>
  427.         <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>
  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 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>
  429.         <h3><em><u>Hide system (option 2)</u></em></h3>
  430.         <p>If privacy level option 2 was chosen, the system will neither contact ViaThinkSoft, nor oid-info.com.</p>
  431.         <a name="logfiles"></a><h2><strong><u>Log files</u></strong></h2>
  432.         <h3><em><u>Logs by OIDplus</u></em></h3>
  433.         <p>OIDplus manages log entries for specific events like logins, OID/RA modifications, creating and deletion of OIDs, etc.</p>
  434.         <p>These log messages are stored in the DBMS only.</p>
  435.         <p>All log events are visible to the system administrator.</p>
  436.         <p>Some events are visible to the RA and/or the Superior RA.</p>
  437.         <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>
  438.         <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>
  439.         <h3><em><u>Logs by host software, firewalls, etc.</u></em></h3>
  440.         <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>
  441.         <p>If you are concerned about the contents of the log files, please contact the system administrator.</p>
  442.         <a name="cookies"></a><h2><strong><u>Cookies</u></strong></h2>
  443.         <p>OIDplus does only use cookies for the following purposes:</p>
  444.         <table border="1">
  445.         <tbody>
  446.         <tr>
  447.         <td width="122">
  448.         <p><strong>Cookie</strong></p>
  449.         </td>
  450.         <td width="114">
  451.         <p><strong>Category</strong></p>
  452.         </td>
  453.         <td width="139">
  454.         <p><strong>Usage</strong></p>
  455.         </td>
  456.         <td width="118">
  457.         <p><strong>Will be created:</strong></p>
  458.         </td>
  459.         <td width="126">
  460.         <p><strong>Will be deleted:</strong></p>
  461.         </td>
  462.         </tr>
  463.         <tr>
  464.         <td width="122">
  465.         <p>Login-Cookie</p>
  466.         </td>
  467.         <td width="114">
  468.         <p>Essential</p>
  469.         </td>
  470.         <td width="139">
  471.         <p>Contains a session key that is used to determine the user&rsquo;s log-in-state and the permissions.</p>
  472.         </td>
  473.         <td width="118">
  474.         <p>During the login of a user or administrator using their password.</p>
  475.         </td>
  476.         <td width="126">
  477.         <p>When the user is logged out, and/or the browser session closed.</p>
  478.         </td>
  479.         </tr>
  480.         <tr>
  481.         <td width="122">
  482.         <p>SSL-Detect-Cookie</p>
  483.         </td>
  484.         <td width="114">
  485.         <p>Essential</p>
  486.         </td>
  487.         <td width="139">
  488.         <p>If the option &ldquo;automatic SSL detection&rdquo; is enabled by the system administrator, this cookie will check if the SSL port is open, to allow automatic redirection of HTTP to HTTPS.</p>
  489.         </td>
  490.         <td width="118">
  491.         <p>During the first page visit</p>
  492.         </td>
  493.         <td width="126">
  494.         <p>When the browser session is closed.</p>
  495.         </td>
  496.         </tr>
  497.         <tr>
  498.         <td width="122">
  499.         <p>Language Cookie</p>
  500.         </td>
  501.         <td width="114">
  502.         <p>Essential</p>
  503.         </td>
  504.         <td width="139">
  505.         <p>The language cookie contains the desired language.</p>
  506.         </td>
  507.         <td width="118">
  508.         <p>As soon as a flag is clicked, or if an URL was opened that has a <code>lang=...</code> argument</p>
  509.         </td>
  510.         <td width="126">
  511.         <p>When the browser session is closed.</p>
  512.         </td>
  513.         </tr>
  514.         </tbody>
  515.         </table>
  516.         <a name="external_javascripts"></a><h2><strong><u>External JavaScripts</u></strong></h2>
  517.         <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>
  518.         <p>There are two JavaScripts which are loaded from an external source/server:</p>
  519.         <h3><em><u>Polyfill (only if Internet Explorer is used)</u></em></h3>
  520.         <p>To make OIDplus compatible with the web browser &ldquo;Internet Explorer&rdquo;, OIDplus will include a JavaScript script from &ldquo;polyfill.io&rdquo; which is a service by Financial Times.</p>
  521.         <p>Please see their <a href="https://polyfill.io/v3/privacy-policy/">Privacy Policy</a> and <a href="https://polyfill.io/v3/terms/">Terms of service</a> for more information.</p>
  522.         <p>The Polyfill JavaScript is only included if OIDplus detects that the web browser is Internet Explorer.</p>
  523.         <p>To disable the Polyfill feature, the system administrator needs to add the following line into the configuration file &ldquo;userdata/baseconfig/config.inc.php&rdquo; in the folder of the OIDplus installation.</p>
  524.         <p><code>OIDplus::baseConfig()-&gt;setValue('DISABLE_MSIE_COMPAT', true);</code></p>
  525.         <p>The adding of this line on server-side and/or the blocking of the JavaScript on the client-side will result in the page not working on &ldquo;Internet Explorer&rdquo; web browser.</p>
  526.         <h3><em><u>ReCAPTCHA (only if &ldquo;ReCAPTCHA&rdquo; is enabled)</u></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>
  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>
  529.         <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>
  531.         <a name="additional_security"></a><h2><strong><u>Additional security / access controls</u></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>
  533.         <a name="encrypted_connections"></a><h2><strong><u>Encrypted network connections</u></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>
  535. </body>
  536.  
  537. </html>